summaryrefslogtreecommitdiff
path: root/kerberosV/usr.sbin
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2003-04-07 21:31:46 +0000
committerHans Insulander <hin@cvs.openbsd.org>2003-04-07 21:31:46 +0000
commit4a27252900c57cedb6c6f853f106fd557966823b (patch)
treefd6dfae36aaee9a25509578b9ab451f92ce9ea0f /kerberosV/usr.sbin
parent84dcdd30b78db9da16f8ce083ebc8eacf521e044 (diff)
ktutil should not be linked with -lkadm5srv, now that -lkadm5clnt is correct.
This will make ktutil work over the net.
Diffstat (limited to 'kerberosV/usr.sbin')
-rw-r--r--kerberosV/usr.sbin/ktutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/usr.sbin/ktutil/Makefile b/kerberosV/usr.sbin/ktutil/Makefile
index 05c1f496c9f..d9fecf08070 100644
--- a/kerberosV/usr.sbin/ktutil/Makefile
+++ b/kerberosV/usr.sbin/ktutil/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2002/05/11 00:20:20 espie Exp $
+# $OpenBSD: Makefile,v 1.8 2003/04/07 21:31:45 hin Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -21,7 +21,7 @@ CFLAGS+=-I${KRB5SRC}/lib/krb5 -I${KRB5SRC}/lib/kadm5
DPADD+= ${LIBREADLINE} ${LIBCURSES} ${LIBKRB} ${LIBHDB} ${LIBADM5SRV} \
${LIBKADM5CLNT} ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} ${LIBCOM_ERR} \
${LIBKAFS} ${LIBDES}
-LDADD+= ${LIBSL} -lreadline -lcurses -lkrb -lhdb -lkadm5srv -lkadm5clnt \
+LDADD+= ${LIBSL} -lreadline -lcurses -lkrb -lhdb -lkadm5clnt \
-lhdb -lkrb5 ${LIBROKEN} -lasn1 -lcrypto -lcom_err -lkafs -ldes
.include <bsd.prog.mk>