NetBSD/lib/npf/Makefile
rmind 8c6e21bf5e Implement dynamic NPF extensions interface. An extension consists of
dynamically loaded module (.so) supplementing npfctl(8) and a kernel
module.  Move normalisation and logging functionality into their own
extensions.  More improvements to come.
2012-09-16 13:47:41 +00:00

12 lines
169 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/09/16 13:47:41 rmind Exp $
.include <bsd.own.mk>
.if ${MKPIC} != "no"
SUBDIR= ext_log ext_normalise
.endif
.include <bsd.subdir.mk>