summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/verify_krb5_conf
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/verify_krb5_conf
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/verify_krb5_conf')
-rw-r--r--kerberosV/usr.bin/verify_krb5_conf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/usr.bin/verify_krb5_conf/Makefile b/kerberosV/usr.bin/verify_krb5_conf/Makefile
index 6d1e32014d8..64a8d7b8332 100644
--- a/kerberosV/usr.bin/verify_krb5_conf/Makefile
+++ b/kerberosV/usr.bin/verify_krb5_conf/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2013/07/10 11:14:40 ajacoutot Exp $
+# $OpenBSD: Makefile,v 1.12 2013/08/10 09:07:41 ajacoutot Exp $
PROG= verify_krb5_conf
MPAGES= verify_krb5_conf.8
@@ -6,7 +6,7 @@ MSRC= ${KRB5DIR}/lib/krb5
CPPFLAGS= -I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/krb5 -I${KRB5DIR}/lib/roken
DPADD= ${LIBKAFS5} ${LIBKRB5} ${LIBROKEN} ${LIBVERS} \
${LIBASN1} ${LIBCRYPTO} ${LIBCOM_ERR}
-LDADD= -lkafs5 -lkrb5 -lroken ${LIBVERS} \
+LDADD= -lkafs -lkrb5 -lroken ${LIBVERS} \
-lasn1 -lcrypto -lcom_err -lwind -lheimbase
.include <bsd.prog.mk>