summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2006-02-05 17:17:32 +0000
committermlaier <mlaier@FreeBSD.org>2006-02-05 17:17:32 +0000
commit0c9bbeed735fcdda1e73ad11a546291ac7cd0f38 (patch)
treecf3414ab53bdaf9af21aec5a91239ee25bae23d9 /sys/modules/Makefile
parentd249843f8b66ce93c375000e8028521cb8c813fb (diff)
downloadFreeBSD-src-0c9bbeed735fcdda1e73ad11a546291ac7cd0f38.zip
FreeBSD-src-0c9bbeed735fcdda1e73ad11a546291ac7cd0f38.tar.gz
Make pflog a seperate module. As a result pflog_packet() becomes a function
pointer that is declared in pf_ioctl.c Requested by: yar (as part of the module build reorg) MFC after: 1 week X-MFC with: yar's module reorg
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 db3d879..f8cc7c0 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"
OpenPOWER on IntegriCloud