Revert previous until Christos has a chance to work out why it breaks

the builds.
This commit is contained in:
kre 2024-04-14 08:29:54 +00:00
parent 08e3108a2e
commit d2a7bfe14b
1 changed files with 2 additions and 5 deletions

View File

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