Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/kdc Pull up revisions 1.2-1.3 (via patch, requ...



details:   https://anonhg.NetBSD.org/src/rev/df8da1688a0e
branches:  netbsd-1-5
changeset: 491178:df8da1688a0e
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 05 23:30:13 2001 +0000

description:
Pull up revisions 1.2-1.3 (via patch, requested by assar):
  Upgrade Heimdal to version 0.3e.

diffstat:

 usr.sbin/kdc/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 930dce8bc0ea -r df8da1688a0e usr.sbin/kdc/Makefile
--- a/usr.sbin/kdc/Makefile     Thu Apr 05 23:28:59 2001 +0000
+++ b/usr.sbin/kdc/Makefile     Thu Apr 05 23:30:13 2001 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile,v 1.1.2.2 2000/08/06 21:14:24 thorpej Exp $
+# $NetBSD: Makefile,v 1.1.2.3 2001/04/05 23:30:13 he Exp $
+
+.include <bsd.own.mk>
+
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kdc
 
@@ -33,12 +36,15 @@
        -I${DIST}/openssl/crypto/des            \
        -DHAVE_CONFIG_H
 
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
+
 LDADD= -lhdb                                   \
        -lkrb5                                  \
        -lkrb                                   \
        -lcrypto                                \
        -lasn1                                  \
        -lcom_err                               \
+       -L${VERS} -lvers                        \
        -lroken                                 \
        -lcrypt                                 \
        -lutil



Home | Main Index | Thread Index | Old Index