aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2006-02-05 17:17:32 +0000
committerMax Laier <mlaier@FreeBSD.org>2006-02-05 17:17:32 +0000
commit5bba2114d0aeb3adc36f08ea8c5a0712f29c2e76 (patch)
treecf3414ab53bdaf9af21aec5a91239ee25bae23d9 /sys/modules/Makefile
parentf31eef8b22883b431881122bf58d6625f2a3114b (diff)
Notes
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index db3d879f660a..f8cc7c05839e 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -180,6 +180,7 @@ SUBDIR= ${_3dfx} \
pcn \
${_pecoff} \
${_pf} \
+ ${_pflog} \
plip \
${_pmc} \
portalfs \
@@ -307,6 +308,7 @@ _ipfilter= ipfilter
.if !defined(NO_PF) || defined(ALL_MODULES)
_pf= pf
+_pflog= pflog
.endif
.if ${MACHINE_ARCH} == "i386"