summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.bin/k5destroy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/usr.bin/k5destroy/Makefile')
-rw-r--r--kerberos5/usr.bin/k5destroy/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/kerberos5/usr.bin/k5destroy/Makefile b/kerberos5/usr.bin/k5destroy/Makefile
index 797005d..607d4c4 100644
--- a/kerberos5/usr.bin/k5destroy/Makefile
+++ b/kerberos5/usr.bin/k5destroy/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-PROG= kdestroy
+PROG= k5destroy
SRCS= kdestroy.c krb5_err.h heim_err.h
CFLAGS+= -I${KRB5DIR}/include \
-I${KRB5DIR}/lib/roken \
@@ -22,3 +22,6 @@ DPADD= ${LIBKRB5} ${LIBKAFS5} ${LIBROKEN} ${_krb4deps} \
.include <bsd.prog.mk>
.PATH: ${KRB5DIR}/kuser
+
+k5destroy.1: kdestroy.1
+ ln -sf ${.OODATE} ${.TARGET}
OpenPOWER on IntegriCloud