diff options
Diffstat (limited to 'libexec/kpasswdd/Makefile')
-rw-r--r-- | libexec/kpasswdd/Makefile | 2 |
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> |