summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kcc
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-07-01 05:15:25 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-07-01 05:15:25 +0000
commit42077e17e861bf0d7b0a810e2f3eaec47240bffa (patch)
treee64c05024032f22af9c89f898762edfe0b26f968 /kerberosV/usr.bin/kcc
parent5799bd81165e7a8c48fa2f9e023e2743dfc5ed29 (diff)
Pass all Kerberos man pages to a sed substitution to fix paths so that
they match hier(7). e.g. /etc/krb5.conf versus /etc/kerberosV/krb5.conf help from espie@ ok espie@ robert@
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 \