summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 2540304..1bfc0cc 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -154,6 +154,9 @@ SUBDIR= ${_3dfx} \
${_pcfclock} \
pcn \
${_pecoff} \
+ ${_pf} \
+ ${_pflog} \
+ ${_pfsync} \
plip \
${_pmc} \
portalfs \
@@ -265,6 +268,12 @@ _random= random
_ipfilter= ipfilter
.endif
+.if !defined(NO_PF) || defined(ALL_MODULES)
+_pf= pf
+_pflog= pflog
+_pfsync= pfsync
+.endif
+
.if ${MACHINE_ARCH} == "i386"
# XXX some of these can move to the general case when de-i386'ed
# XXX some of these can move now, but are untested on other architectures.
OpenPOWER on IntegriCloud