summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kcc
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosV/usr.bin/kcc')
-rw-r--r--kerberosV/usr.bin/kcc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/kerberosV/usr.bin/kcc/Makefile b/kerberosV/usr.bin/kcc/Makefile
index 7181a0939aa..46247ba9317 100644
--- a/kerberosV/usr.bin/kcc/Makefile
+++ b/kerberosV/usr.bin/kcc/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.4 2013/06/21 17:02:20 robert Exp $
+# $OpenBSD: Makefile,v 1.5 2013/07/01 05:15:24 ajacoutot Exp $
PROG= kcc
-MAN= klist.1
+MPAGES= klist.1
+MSRC= ${KRB5DIR}/kuser
LINKS= ${BINDIR}/kcc ${BINDIR}/klist
CFLAGS+= -I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/roken \