Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin update build infrastructure for heimdal 0.3a



details:   https://anonhg.NetBSD.org/src/rev/a944d8f19aa9
branches:  trunk
changeset: 495701:a944d8f19aa9
user:      assar <assar%NetBSD.org@localhost>
date:      Thu Aug 03 04:13:22 2000 +0000

description:
update build infrastructure for heimdal 0.3a

diffstat:

 usr.sbin/kadmin/Makefile |  3 ++-
 usr.sbin/kstash/Makefile |  6 ++++--
 usr.sbin/ktutil/Makefile |  3 ++-
 3 files changed, 8 insertions(+), 4 deletions(-)

diffs (57 lines):

diff -r 04fb47f4c9d4 -r a944d8f19aa9 usr.sbin/kadmin/Makefile
--- a/usr.sbin/kadmin/Makefile  Thu Aug 03 04:02:29 2000 +0000
+++ b/usr.sbin/kadmin/Makefile  Thu Aug 03 04:13:22 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/17 00:04:36 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:13:22 assar Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kadmin
 
@@ -46,6 +46,7 @@
        -lcom_err \
        -lsl \
        -ledit -ltermcap \
+       -lvers \
        -lroken \
        -lcrypt
 
diff -r 04fb47f4c9d4 -r a944d8f19aa9 usr.sbin/kstash/Makefile
--- a/usr.sbin/kstash/Makefile  Thu Aug 03 04:02:29 2000 +0000
+++ b/usr.sbin/kstash/Makefile  Thu Aug 03 04:13:22 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/17 00:04:37 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:13:23 assar Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kdc
 
@@ -19,10 +19,12 @@
        -I${DESTDIR}/usr/include/openssl        \
        -DHAVE_CONFIG_H
 
-LDADD= -lkrb5 \
+LDADD= -lhdb \
+       -lkrb5 \
        -lcrypto \
        -lasn1 \
        -lcom_err \
+       -lvers \
        -lroken \
        -lcrypt
 
diff -r 04fb47f4c9d4 -r a944d8f19aa9 usr.sbin/ktutil/Makefile
--- a/usr.sbin/ktutil/Makefile  Thu Aug 03 04:02:29 2000 +0000
+++ b/usr.sbin/ktutil/Makefile  Thu Aug 03 04:13:22 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/06/17 00:04:38 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/03 04:13:24 assar Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/admin
 
@@ -34,6 +34,7 @@
        -lcom_err \
        -lsl \
        -ledit -ltermcap \
+       -lvers \
        -lroken \
        -lcrypt
 



Home | Main Index | Thread Index | Old Index