aboutsummaryrefslogtreecommitdiffstats
path: root/system_cmds/chkpasswd.tproj/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'system_cmds/chkpasswd.tproj/Makefile')
-rw-r--r--system_cmds/chkpasswd.tproj/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/system_cmds/chkpasswd.tproj/Makefile b/system_cmds/chkpasswd.tproj/Makefile
new file mode 100644
index 0000000..9f13009
--- /dev/null
+++ b/system_cmds/chkpasswd.tproj/Makefile
@@ -0,0 +1,10 @@
+PROG= chkpasswd
+MAN= chkpasswd.8
+SRCS= file_passwd.c pam_passwd.c \
+ passwd.c stringops.c
+
+LDADD+=-lpam
+
+BINDIR=/usr/libexec
+
+.include <bsd.prog.mk>