Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/kadmind correct libvers DPADD
details: https://anonhg.NetBSD.org/src/rev/cda7b3d3b070
branches: trunk
changeset: 538586:cda7b3d3b070
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Oct 23 01:04:25 2002 +0000
description:
correct libvers DPADD
diffstat:
libexec/kadmind/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9e7e245e8f04 -r cda7b3d3b070 libexec/kadmind/Makefile
--- a/libexec/kadmind/Makefile Wed Oct 23 01:02:49 2002 +0000
+++ b/libexec/kadmind/Makefile Wed Oct 23 01:04:25 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/10/23 01:02:49 itojun Exp $
+# $NetBSD: Makefile,v 1.13 2002/10/23 01:04:25 itojun Exp $
NOLINT= # defined
@@ -33,7 +33,7 @@
-lcrypto -lasn1 -lcom_err -L${VERS} -lvers \
-lroken -lcrypt -lutil
DPADD+= ${LIBKADM5SRV} ${LIBHDB} ${LIBKRB5} ${LIBKADM} ${LIBKRB} \
- ${LIBCRYPTO} ${LIBASN1} ${LIBCOM_ERR} ${LIBVERS} ${LIBVERS} \
+ ${LIBCRYPTO} ${LIBASN1} ${LIBCOM_ERR} ${VERS}/libvers.a \
${LIBROKEN} ${LIBCRYPT} ${LIBUTIL}
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index