Module Name:    src
Committed By:   christos
Date:           Tue Aug 14 11:52:56 UTC 2018

Modified Files:
        src/external/mpl/bind/bin/named: Makefile

Log Message:
prepend libns


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mpl/bind/bin/named/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mpl/bind/bin/named/Makefile
diff -u src/external/mpl/bind/bin/named/Makefile:1.1 src/external/mpl/bind/bin/named/Makefile:1.2
--- src/external/mpl/bind/bin/named/Makefile:1.1	Sun Aug 12 09:02:26 2018
+++ src/external/mpl/bind/bin/named/Makefile	Tue Aug 14 07:52:56 2018
@@ -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 @@ SRCS=	builtin.c config.c control.c contr
 
 main.o: ${VERSIONFILE}
 
-LDADD+=-lns
-DPADD+=${LIBNS}
 LDADD+=-lblacklist
 DPADD+=${LIBBLACKLIST}
 .include <bsd.prog.mk>

Reply via email to