Module Name:    src
Committed By:   christos
Date:           Fri Mar 11 13:39:01 UTC 2022

Modified Files:
        src/external/mpl/bind/lib/plugins: Makefile

Log Message:
Don't try to install compat plugins; they are not useful since we don't
build compat named.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/external/mpl/bind/lib/plugins/Makefile:1.3
--- src/external/mpl/bind/lib/plugins/Makefile:1.2	Mon Mar  7 02:53:08 2022
+++ src/external/mpl/bind/lib/plugins/Makefile	Fri Mar 11 08:39:01 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2022/03/07 07:53:08 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2022/03/11 13:39:01 christos Exp $
 
 LIBISMODULE:=	yes
 LIB=	filter-aaaa
@@ -13,7 +13,7 @@ DIST=${IDIST}/bin/plugins
 
 .PATH: ${DIST}
 
-.if ${MKPIC} != "no"
+.if ${MLIBDIR:Uno} != no && ${MKPIC} != "no"
 .PRECIOUS: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR}
 libinstall:: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR}
 .else

Reply via email to