summaryrefslogtreecommitdiff
path: root/Linux-PAM/libpamc/test/modules/Makefile
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 16:26:05 -0800
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:26:38 -0800
commit9c52e721044e7501c3d4567b36d222dc7326224a (patch)
tree9011790770130c60a712a6f125ad50d60e07cc74 /Linux-PAM/libpamc/test/modules/Makefile
parent9727ff2a3fa0e94a42b34a579027bacf4146d571 (diff)
parent186ff16e8d12ff15d518000c17f115ccab5275a4 (diff)
New upstream version 1.0.1
Diffstat (limited to 'Linux-PAM/libpamc/test/modules/Makefile')
-rw-r--r--Linux-PAM/libpamc/test/modules/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Linux-PAM/libpamc/test/modules/Makefile b/Linux-PAM/libpamc/test/modules/Makefile
deleted file mode 100644
index 48065462..00000000
--- a/Linux-PAM/libpamc/test/modules/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-CFLAGS = -g -fPIC -I"../../include"
-
-pam_secret.so: pam_secret.o
- ld -x --shared -o pam_secret.so pam_secret.o -lc
-
-.o.c:
-
-clean:
- rm -f *.so *.o