summaryrefslogtreecommitdiffstats
path: root/libexec/kpasswdd
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
committerwollman <wollman@FreeBSD.org>1994-08-05 21:24:58 +0000
commit96c19e77ba84863a2a404d16d79dd6b0371529c8 (patch)
tree17a7dd54ea9bc271a67296baffe485ae831bde74 /libexec/kpasswdd
parent9d31fc7ba269aeec27e48eafb53d61731801c82b (diff)
downloadFreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.zip
FreeBSD-src-96c19e77ba84863a2a404d16d79dd6b0371529c8.tar.gz
Update to new make macros and disable Kerberos because we haven't got it
set up right yet.
Diffstat (limited to 'libexec/kpasswdd')
-rw-r--r--libexec/kpasswdd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/kpasswdd/Makefile b/libexec/kpasswdd/Makefile
index a01cbf8..b7e6032 100644
--- a/libexec/kpasswdd/Makefile
+++ b/libexec/kpasswdd/Makefile
@@ -6,6 +6,6 @@ CFLAGS+=-DCRYPT -DKERBEROS -I${.CURDIR}/../../usr.bin/passwd
DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD= -lkdb -lkrb -ldes
.PATH: ${.CURDIR}/../../usr.bin/rlogin
-MAN8= kpasswdd.0
+MAN8= kpasswdd.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud