8c6e21bf5e
dynamically loaded module (.so) supplementing npfctl(8) and a kernel module. Move normalisation and logging functionality into their own extensions. More improvements to come.
12 lines
169 B
Makefile
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>
|