Home | History | Annotate | Line # | Download | only in plugins
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2024/04/05 01:16:01 christos Exp $
      2 
      3 LIBISMODULE=	yes
      4 MAKELINKLIB=	no
      5 LIB=	filter-aaaa
      6 
      7 .include <bsd.init.mk>
      8 
      9 SHLIB_MAJOR=0
     10 SRCS=	filter-aaaa.c
     11 LIBDIR=	/usr/lib/named
     12 
     13 DIST=${IDIST}/bin/plugins
     14 
     15 .PATH: ${DIST}
     16 
     17 .include <bsd.lib.mk>
     18