Home | History | Annotate | Line # | Download | only in plugins
      1  1.8  christos #	$NetBSD: Makefile,v 1.8 2024/04/16 19:15:37 christos Exp $
      2  1.1  christos 
      3  1.5  christos LIBISMODULE=	yes
      4  1.5  christos MAKELINKLIB=	no
      5  1.2       mrg LIB=	filter-aaaa
      6  1.2       mrg 
      7  1.7       kre .include <bsd.init.mk>
      8  1.1  christos 
      9  1.1  christos SHLIB_MAJOR=0
     10  1.1  christos SRCS=	filter-aaaa.c
     11  1.8  christos .if defined(MLIBDIR)
     12  1.8  christos LIBDIR=	/usr/lib/${MLIBDIR}/named
     13  1.8  christos .else
     14  1.1  christos LIBDIR=	/usr/lib/named
     15  1.8  christos .endif
     16  1.1  christos 
     17  1.1  christos DIST=${IDIST}/bin/plugins
     18  1.1  christos 
     19  1.1  christos .PATH: ${DIST}
     20  1.1  christos 
     21  1.1  christos .include <bsd.lib.mk>
     22