diff options
| author | christos <christos@NetBSD.org> | 2022-03-11 16:24:22 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2022-03-11 16:24:22 +0000 |
| commit | eda29d51e6aabd304b59ff3e977e0467fd33bd9f (patch) | |
| tree | 43053303724520e20676a47fb6109610362dc3ab /external/mpl/bind/lib/plugins | |
| parent | b39dcadf9f4313d0a96f20ea73ef5bfddb88aca4 (diff) | |
fix reversed test
Diffstat (limited to 'external/mpl/bind/lib/plugins')
| -rw-r--r-- | external/mpl/bind/lib/plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/mpl/bind/lib/plugins/Makefile b/external/mpl/bind/lib/plugins/Makefile index b724b305a43..0ffb5a15a81 100644 --- a/external/mpl/bind/lib/plugins/Makefile +++ b/external/mpl/bind/lib/plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2022/03/11 13:39:01 christos Exp $ +# $NetBSD: Makefile,v 1.4 2022/03/11 16:24:22 christos Exp $ LIBISMODULE:= yes LIB= filter-aaaa @@ -13,7 +13,7 @@ DIST=${IDIST}/bin/plugins .PATH: ${DIST} -.if ${MLIBDIR:Uno} != no && ${MKPIC} != "no" +.if !defined(MLIBDIR) && ${MKPIC} != "no" .PRECIOUS: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR} libinstall:: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR} .else |
