Source-Changes-HG archive

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

[src/netbsd-1-5]: src/libexec/kfd Pull up revisions 1.4-1.7 (requested by ass...



details:   https://anonhg.NetBSD.org/src/rev/921e7f207536
branches:  netbsd-1-5
changeset: 491161:921e7f207536
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 05 23:25:41 2001 +0000

description:
Pull up revisions 1.4-1.7 (requested by assar):
  Upgrade Heimdal to version 0.3e.

diffstat:

 libexec/kfd/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r ebf3ed64973d -r 921e7f207536 libexec/kfd/Makefile
--- a/libexec/kfd/Makefile      Thu Apr 05 23:25:39 2001 +0000
+++ b/libexec/kfd/Makefile      Thu Apr 05 23:25:41 2001 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile,v 1.2.2.1 2000/07/02 16:53:24 assar Exp $
+# $NetBSD: Makefile,v 1.2.2.2 2001/04/05 23:25:41 he Exp $
+
+.include <bsd.own.mk>
+
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/appl/kf
 
@@ -15,10 +18,13 @@
        -I${DESTDIR}/usr/include/krb5           \
        -DHAVE_CONFIG_H
 
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
+
 LDADD= -lkrb5 \
        -lcrypto \
        -lasn1 \
        -lcom_err \
+       -L${VERS} -lvers \
        -lroken \
        -lcrypt
 



Home | Main Index | Thread Index | Old Index