Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/kpasswdd add DPADD
details: https://anonhg.NetBSD.org/src/rev/b9b669a8103f
branches: trunk
changeset: 538587:b9b669a8103f
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Oct 23 01:06:11 2002 +0000
description:
add DPADD
diffstat:
libexec/kpasswdd/Makefile | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r cda7b3d3b070 -r b9b669a8103f libexec/kpasswdd/Makefile
--- a/libexec/kpasswdd/Makefile Wed Oct 23 01:04:25 2002 +0000
+++ b/libexec/kpasswdd/Makefile Wed Oct 23 01:06:11 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/08/19 13:54:35 lukem Exp $
+# $NetBSD: Makefile,v 1.12 2002/10/23 01:06:11 itojun Exp $
NOLINT= # defined
@@ -21,7 +21,11 @@
VERS!= cd ${NETBSDSRCDIR}/lib/libvers && ${PRINTOBJDIR}
-LDADD= -lkadm5srv -lhdb -lkrb5 -lcrypto -lasn1 \
- -lcom_err -L${VERS} -lvers -lroken -lcrypt -lutil
+LDADD+= -lkadm5srv -lhdb -lkrb5 -lcrypto -lasn1 \
+ -lcom_err -L${VERS} -lvers -lroken -lcrypt \
+ -lutil
+DPADD+= ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBCRYPTO} ${LIBASN1} \
+ ${LIBCOM_ERR} ${VERS}/libvers.a ${LIBROKEN} ${LIBCRYPT} \
+ ${LIBUTIL}
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index