Sun Apr 14 08:29:54 2024 UTC (25d)
Revert previous until Christos has a chance to work out why it breaks
the builds.


(kre)
diff -r1.6 -r1.7 src/external/mpl/bind/lib/plugins/Makefile

cvs diff -r1.6 -r1.7 src/external/mpl/bind/lib/plugins/Makefile (expand / switch to unified diff)

--- src/external/mpl/bind/lib/plugins/Makefile 2024/04/13 17:22:33 1.6
+++ src/external/mpl/bind/lib/plugins/Makefile 2024/04/14 08:29:54 1.7
@@ -1,20 +1,17 @@ @@ -1,20 +1,17 @@
1# $NetBSD: Makefile,v 1.6 2024/04/13 17:22:33 christos Exp $ 1# $NetBSD: Makefile,v 1.7 2024/04/14 08:29:54 kre Exp $
2 2
3LIBISMODULE= yes 3LIBISMODULE= yes
4MAKELINKLIB= no 4MAKELINKLIB= no
5.include <bsd.init.mk> 
6 
7.if !defined(MLIBDIR) 
8LIB= filter-aaaa 5LIB= filter-aaaa
9 6
 7.include <bsd.init.mk>
10 8
11SHLIB_MAJOR=0 9SHLIB_MAJOR=0
12SRCS= filter-aaaa.c 10SRCS= filter-aaaa.c
13LIBDIR= /usr/lib/named 11LIBDIR= /usr/lib/named
14 12
15DIST=${IDIST}/bin/plugins 13DIST=${IDIST}/bin/plugins
16 14
17.PATH: ${DIST} 15.PATH: ${DIST}
18.endif 
19 16
20.include <bsd.lib.mk> 17.include <bsd.lib.mk>