Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ktutil link against -lkadm5clnt instead of -lkadm5s...



details:   https://anonhg.NetBSD.org/src/rev/c11ca4d1b6fc
branches:  trunk
changeset: 503478:c11ca4d1b6fc
user:      joda <joda%NetBSD.org@localhost>
date:      Wed Feb 07 10:38:02 2001 +0000

description:
link against -lkadm5clnt instead of -lkadm5srv (this makes the `get'
command actually do something on non-kdc machines)

diffstat:

 usr.sbin/ktutil/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 43096771d671 -r c11ca4d1b6fc usr.sbin/ktutil/Makefile
--- a/usr.sbin/ktutil/Makefile  Wed Feb 07 10:36:38 2001 +0000
+++ b/usr.sbin/ktutil/Makefile  Wed Feb 07 10:38:02 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/01/11 13:15:07 enami Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/07 10:38:02 joda Exp $
 
 .include <bsd.own.mk>
 
@@ -32,8 +32,7 @@
 
 VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
 
-LDADD= -lkadm5srv \
-       -lhdb \
+LDADD= -lkadm5clnt \
        -lkrb5 \
        -lcrypto \
        -lasn1 \



Home | Main Index | Thread Index | Old Index