Engage ipf

This commit is contained in:
christos 2012-03-23 21:31:27 +00:00
parent 22bbe71d05
commit dd357d4c8a

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.31 2011/11/05 22:40:26 christos Exp $
# $NetBSD: Makefile,v 1.32 2012/03/23 21:31:27 christos Exp $
.include <bsd.own.mk>
@ -24,5 +24,9 @@ SUBDIR+= pkg_install ../../crypto/external/bsd
.if (${MKPCC} != "no")
SUBDIR+= pcc
.endif
# IP Filter
.if (${MKIPFILTER} != "no")
SUBDIR+=ipf
.endif
.include <bsd.subdir.mk>