fix reversed test

This commit is contained in:
christos 2022-03-11 16:24:22 +00:00
parent e125d769e2
commit 4c1242d0cd
1 changed files with 2 additions and 2 deletions

View File

@ -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