Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/kdc add DPADD



details:   https://anonhg.NetBSD.org/src/rev/3bf27b70798b
branches:  trunk
changeset: 538591:3bf27b70798b
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Oct 23 01:09:37 2002 +0000

description:
add DPADD

diffstat:

 usr.sbin/kdc/Makefile |  16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)

diffs (30 lines):

diff -r 3d3daceb062b -r 3bf27b70798b usr.sbin/kdc/Makefile
--- a/usr.sbin/kdc/Makefile     Wed Oct 23 01:09:36 2002 +0000
+++ b/usr.sbin/kdc/Makefile     Wed Oct 23 01:09:37 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2002/09/18 03:54:32 lukem Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/23 01:09:37 itojun Exp $
 
 NOLINT= # defined
 
@@ -33,16 +33,10 @@
 
 VERS!= cd ${NETBSDSRCDIR}/lib/libvers && ${PRINTOBJDIR}
 
-LDADD= -lhdb                                   \
-       -lkrb5                                  \
-       -lkrb                                   \
-       -lcrypto                                \
-       -lasn1                                  \
-       -lcom_err                               \
-       -L${VERS} -lvers                        \
-       -lroken                                 \
-       -lcrypt                                 \
-       -lutil
+LDADD+=        -lhdb -lkrb5 -lkrb -lcrypto -lasn1 -lcom_err \
+       -L${VERS} -lvers -lroken -lcrypt -lutil
+DPADD+=        ${LIBHDB} ${LIBKRB5} ${LIBKRB} ${LIBCRYPTO} ${LIBASN1} ${LIBCOM_ERR} \
+       ${VERS}/libvers.a ${LIBROKEN} ${LIBCRYPT} ${LIBUTIL}
 
 MAN=   kdc.8
 



Home | Main Index | Thread Index | Old Index