summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kcc
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-08-10 09:07:43 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-08-10 09:07:43 +0000
commite9515236497c0b1504fad76c099b67fb8702d651 (patch)
tree9ecc0a8fbadba344c361349dc5894992a5a4ae34 /kerberosV/usr.bin/kcc
parentd6e771d5e23ac0dde75318d782acd2cacc087f7f (diff)
Rename libkafs5 back to libkafs; that is the real upstream library name
ad there is no point to diverge and maintain local patches here. ok robert@ miod@
Diffstat (limited to 'kerberosV/usr.bin/kcc')
-rw-r--r--kerberosV/usr.bin/kcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/usr.bin/kcc/Makefile b/kerberosV/usr.bin/kcc/Makefile
index d5555bded04..84c81c3f591 100644
--- a/kerberosV/usr.bin/kcc/Makefile
+++ b/kerberosV/usr.bin/kcc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2013/07/10 11:14:40 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.9 2013/08/10 09:07:41 ajacoutot Exp $
PROG= kcc
MPAGES= klist.1
@@ -9,7 +9,7 @@ CPPFLAGS= -I${KRB5DIR}/lib/asn1 \
-I${KRB5DIR}/lib/sl -I.
DPADD= ${LIBKRB5} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} \
${LIBKAFS5} ${LIBSL} ${LIBVERS} ${LIBEDIT}
-LDADD= -lkrb5 -lroken -lasn1 -lcrypto -lkafs5 ${LIBSL} \
+LDADD= -lkrb5 -lroken -lasn1 -lcrypto -lkafs ${LIBSL} \
${LIBVERS} -ledit -lcurses -lwind -lcom_err -lheimbase
SRCS= kcc.c \
kcc-commands.c \