Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src add DPADD
details: https://anonhg.NetBSD.org/src/rev/4be4b21a9e9c
branches: trunk
changeset: 538593:4be4b21a9e9c
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Oct 23 01:11:09 2002 +0000
description:
add DPADD
diffstat:
libexec/hpropd/Makefile | 10 +++++++---
usr.sbin/hprop/Makefile | 16 +++++-----------
usr.sbin/kstash/Makefile | 14 +++++---------
usr.sbin/ktutil/Makefile | 16 ++++++----------
4 files changed, 23 insertions(+), 33 deletions(-)
diffs (112 lines):
diff -r 81af1592b5d3 -r 4be4b21a9e9c libexec/hpropd/Makefile
--- a/libexec/hpropd/Makefile Wed Oct 23 01:09:50 2002 +0000
+++ b/libexec/hpropd/Makefile Wed Oct 23 01:11:09 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/08/19 13:54:35 lukem Exp $
+# $NetBSD: Makefile,v 1.10 2002/10/23 01:15:57 itojun Exp $
NOLINT= # defined
@@ -23,7 +23,11 @@
VERS!= cd ${NETBSDSRCDIR}/lib/libvers && ${PRINTOBJDIR}
-LDADD= -lhdb -lkrb5 -lkdb -lkrb -lcrypto -lasn1 \
- -lcom_err -L${VERS} -lvers -lroken -lcrypt
+LDADD+= -lhdb -lkrb5 -lkdb -lkrb -lcrypto \
+ -lasn1 -lcom_err -L${VERS} -lvers -lroken \
+ -lcrypt
+DPADD+= ${LIBHDB} ${LIBKRB5} ${LIBKDB} ${LIBKRB} ${LIBCRYPTO} \
+ ${LIBASN1} ${LIBCOM_ERR} ${VERS}/libvers.a ${LIBROKEN} \
+ ${LIBCRYPT
.include <bsd.prog.mk>
diff -r 81af1592b5d3 -r 4be4b21a9e9c usr.sbin/hprop/Makefile
--- a/usr.sbin/hprop/Makefile Wed Oct 23 01:09:50 2002 +0000
+++ b/usr.sbin/hprop/Makefile Wed Oct 23 01:11:09 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/09/18 03:54:30 lukem Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/23 01:14:16 itojun Exp $
NOLINT= # defined
@@ -27,16 +27,10 @@
VERS!= cd ${NETBSDSRCDIR}/lib/libvers && ${PRINTOBJDIR}
-LDADD= -lhdb \
- -lkrb5 \
- -lkdb \
- -lkrb \
- -lcrypto \
- -lasn1 \
- -lcom_err \
- -L${VERS} -lvers \
- -lroken \
- -lcrypt
+LDADD+= -lhdb -lkrb5 -lkdb -lkrb -lcrypto -lasn1 \
+ -lcom_err -L${VERS} -lvers -lroken -lcrypt
+DPADD+= ${LIBHDB} ${LIBKRB5} ${LIBKDB} ${LIBKRB} ${LIBCRYPTO} ${LIBASN1} \
+ ${LIBCOM_ERR} ${VERS}/libvers.a ${LIBROKEN} ${LIBCRYPT}
MAN= hprop.8
diff -r 81af1592b5d3 -r 4be4b21a9e9c usr.sbin/kstash/Makefile
--- a/usr.sbin/kstash/Makefile Wed Oct 23 01:09:50 2002 +0000
+++ b/usr.sbin/kstash/Makefile Wed Oct 23 01:11:09 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/09/18 03:54:32 lukem Exp $
+# $NetBSD: Makefile,v 1.12 2002/10/23 01:11:09 itojun Exp $
NOLINT= # defined
@@ -24,14 +24,10 @@
VERS!= cd ${NETBSDSRCDIR}/lib/libvers && ${PRINTOBJDIR}
-LDADD= -lhdb \
- -lkrb5 \
- -lcrypto \
- -lasn1 \
- -lcom_err \
- -L${VERS} -lvers \
- -lroken \
- -lcrypt
+LDADD+= -lhdb -lkrb5 -lcrypto -lasn1 -lcom_err \
+ -L${VERS} -lvers -lroken -lcrypt
+DPADD+= ${LIBHDB} ${LIBKRB5} ${LIBCRYPTO} ${LIBASN1} ${LIBCOM_ERR} \
+ ${VERS}/libvers.a ${LIBROKEN} ${LIBCRYPT}
MAN= kstash.8
diff -r 81af1592b5d3 -r 4be4b21a9e9c usr.sbin/ktutil/Makefile
--- a/usr.sbin/ktutil/Makefile Wed Oct 23 01:09:50 2002 +0000
+++ b/usr.sbin/ktutil/Makefile Wed Oct 23 01:11:09 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/09/18 03:54:33 lukem Exp $
+# $NetBSD: Makefile,v 1.15 2002/10/23 01:12:28 itojun Exp $
NOLINT= # defined
@@ -30,16 +30,12 @@
VERS!= cd ${NETBSDSRCDIR}/lib/libvers && ${PRINTOBJDIR}
-LDADD= -lkadm5clnt \
- -lkrb5 \
- -lcrypto \
- -lasn1 \
- -lcom_err \
- -lsl \
- -ledit -ltermcap \
- -L${VERS} -lvers \
- -lroken \
+LDADD+= -lkadm5clnt -lkrb5 -lcrypto -lasn1 -lcom_err \
+ -lsl -ledit -ltermcap -L${VERS} -lvers -lroken \
-lcrypt
+DPADD+= ${LIBKADM5CLNT} ${LIBKRB5} ${LIBCRYPTO} ${LIBASN1} ${LIBCOM_ERR} \
+ ${LIBSL} ${LIBEDIT} ${LIBTERMCAP} ${VERS}/libvers.a ${LIBROKEN} \
+ ${LIBCRYPT}
MAN = ktutil.8
Home |
Main Index |
Thread Index |
Old Index