Sat Apr 13 17:22:33 2024 UTC (26d)
Don't build/install the compat plugin.


(christos)
diff -r1.5 -r1.6 src/external/mpl/bind/lib/plugins/Makefile

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

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