Module Name: src
Committed By: mrg
Date: Mon Mar 7 07:53:08 UTC 2022
Modified Files:
src/external/mpl/bind/lib/plugins: Makefile
Log Message:
fix build when the tree hasn't been built already. LIB wasn't defined
by the time Makefile.inc is included, and the wrong thing happens.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/mpl/bind/lib/plugins/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/lib/plugins/Makefile
diff -u src/external/mpl/bind/lib/plugins/Makefile:1.1 src/external/mpl/bind/lib/plugins/Makefile:1.2
--- src/external/mpl/bind/lib/plugins/Makefile:1.1 Sun Mar 6 17:50:19 2022
+++ src/external/mpl/bind/lib/plugins/Makefile Mon Mar 7 07:53:08 2022
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2022/03/06 17:50:19 christos Exp $
+# $NetBSD: Makefile,v 1.2 2022/03/07 07:53:08 mrg Exp $
LIBISMODULE:= yes
+LIB= filter-aaaa
+
.include <bsd.init.mk>
SHLIB_MAJOR=0
-LIB= filter-aaaa
SRCS= filter-aaaa.c
LIBDIR= /usr/lib/named