Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/libexec/kpasswdd Pull up revisions 1.3-1.4, 1.6-1.8 (req...
details: https://anonhg.NetBSD.org/src/rev/09dbda07a2a1
branches: netbsd-1-5
changeset: 491173:09dbda07a2a1
user: he <he%NetBSD.org@localhost>
date: Thu Apr 05 23:27:11 2001 +0000
description:
Pull up revisions 1.3-1.4,1.6-1.8 (requested by assar):
Upgrade Heimdal to version 0.3e.
diffstat:
libexec/kpasswdd/Makefile | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 5f0abf550ef3 -r 09dbda07a2a1 libexec/kpasswdd/Makefile
--- a/libexec/kpasswdd/Makefile Thu Apr 05 23:26:46 2001 +0000
+++ b/libexec/kpasswdd/Makefile Thu Apr 05 23:27:11 2001 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile,v 1.2.2.1 2000/09/19 18:46:43 fvdl Exp $
+# $NetBSD: Makefile,v 1.2.2.2 2001/04/05 23:27:11 he Exp $
+
+.include <bsd.own.mk>
+
DIST= ${.CURDIR}/../../crypto/dist
.PATH: ${DIST}/heimdal/kpasswd
@@ -21,14 +24,18 @@
-I${DIST}/openssl/crypto/des \
-DHAVE_CONFIG_H -DINETD_SUPPORT
+VERS!= cd ${.CURDIR}/../../lib/libvers && ${PRINTOBJDIR}
+
LDADD= -lkadm5srv \
-lhdb \
-lkrb5 \
-lcrypto \
-lasn1 \
-lcom_err \
+ -L${VERS} -lvers \
-lroken \
- -lcrypt
+ -lcrypt \
+ -lutil
MAN = kpasswdd.8
Home |
Main Index |
Thread Index |
Old Index