Source-Changes-HG archive

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

[src/trunk]: src/external/mpl/bind/bin prepend libns



details:   https://anonhg.NetBSD.org/src/rev/28d75659daf3
branches:  trunk
changeset: 834502:28d75659daf3
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 14 11:52:41 2018 +0000

description:
prepend libns

diffstat:

 external/mpl/bind/bin/check/Makefile.inc |  7 ++++---
 external/mpl/bind/bin/named/Makefile     |  7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 381a5d24fd72 -r 28d75659daf3 external/mpl/bind/bin/check/Makefile.inc
--- a/external/mpl/bind/bin/check/Makefile.inc  Tue Aug 14 11:39:10 2018 +0000
+++ b/external/mpl/bind/bin/check/Makefile.inc  Tue Aug 14 11:52:41 2018 +0000
@@ -1,4 +1,7 @@
-#      $NetBSD: Makefile.inc,v 1.1 2018/08/12 13:02:24 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2018/08/14 11:52:41 christos Exp $
+
+LDADD+=-lns
+DPADD+=${LIBNS}
 
 .include <bsd.own.mk>
 
@@ -7,8 +10,6 @@
 CPPFLAGS+=-DNAMED_CONFFILE=\"${SYSCONFDIR}/named.conf\"
 BINDIR=/usr/sbin
 CHECK=${IDIST}/bin/check
-LDADD+=-lns
-DPADD+=${LIBNS}
 
 .PATH: ${CHECK}
 
diff -r 381a5d24fd72 -r 28d75659daf3 external/mpl/bind/bin/named/Makefile
--- a/external/mpl/bind/bin/named/Makefile      Tue Aug 14 11:39:10 2018 +0000
+++ b/external/mpl/bind/bin/named/Makefile      Tue Aug 14 11:52:41 2018 +0000
@@ -1,4 +1,7 @@
-#      $NetBSD: Makefile,v 1.1 2018/08/12 13:02:26 christos Exp $
+#      $NetBSD: Makefile,v 1.2 2018/08/14 11:52:56 christos Exp $
+
+LDADD+=-lns
+DPADD+=${LIBNS}
 
 .include <bsd.own.mk>
 
@@ -37,8 +40,6 @@
 
 main.o: ${VERSIONFILE}
 
-LDADD+=-lns
-DPADD+=${LIBNS}
 LDADD+=-lblacklist
 DPADD+=${LIBBLACKLIST}
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index