aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/pamtest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/pamtest/Makefile')
-rw-r--r--usr.bin/pamtest/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/pamtest/Makefile b/usr.bin/pamtest/Makefile
new file mode 100644
index 000000000000..99ee62e03b22
--- /dev/null
+++ b/usr.bin/pamtest/Makefile
@@ -0,0 +1,9 @@
+OPENPAM= ${SRCTOP}/contrib/openpam
+.PATH: ${OPENPAM}/include ${OPENPAM}/bin/pamtest
+
+PROG= pamtest
+SRCS= pamtest.c
+
+LIBADD= pam
+
+.include <bsd.prog.mk>