Module Name: src
Committed By: christos
Date: Tue Aug 14 11:52:41 UTC 2018
Modified Files:
src/external/mpl/bind/bin/check: Makefile.inc
Log Message:
prepend libns
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mpl/bind/bin/check/Makefile.inc
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/check/Makefile.inc
diff -u src/external/mpl/bind/bin/check/Makefile.inc:1.1 src/external/mpl/bind/bin/check/Makefile.inc:1.2
--- src/external/mpl/bind/bin/check/Makefile.inc:1.1 Sun Aug 12 09:02:24 2018
+++ src/external/mpl/bind/bin/check/Makefile.inc Tue Aug 14 07:52:41 2018
@@ -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}