summaryrefslogtreecommitdiffstats
path: root/libexec/kpasswdd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/kpasswdd/Makefile')
-rw-r--r--libexec/kpasswdd/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/kpasswdd/Makefile b/libexec/kpasswdd/Makefile
new file mode 100644
index 0000000..a01cbf8
--- /dev/null
+++ b/libexec/kpasswdd/Makefile
@@ -0,0 +1,11 @@
+# @(#)Makefile 8.1 (Berkeley) 6/4/93
+
+PROG= kpasswdd
+SRCS= kpasswdd.c des_rw.c
+CFLAGS+=-DCRYPT -DKERBEROS -I${.CURDIR}/../../usr.bin/passwd
+DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
+LDADD= -lkdb -lkrb -ldes
+.PATH: ${.CURDIR}/../../usr.bin/rlogin
+MAN8= kpasswdd.0
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud