summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-06-16 22:59:06 +0000
committermlaier <mlaier@FreeBSD.org>2004-06-16 22:59:06 +0000
commit18ff3600274a040e5de7283d8307f491d309ab41 (patch)
tree8d9c6f476f672fc5e621e202843b1d13c5f76508 /sys/modules/Makefile
parent885650db5e19c322f3faaca8fd10c8191c0a417e (diff)
downloadFreeBSD-src-18ff3600274a040e5de7283d8307f491d309ab41.zip
FreeBSD-src-18ff3600274a040e5de7283d8307f491d309ab41.tar.gz
Prepare for pf 3.5 import:
- Remove pflog and pfsync modules. Things will change in such a fashion that there will be one module with pf+pflog that can be loaded into GENERIC without problems (which is what most people want). pfsync is no longer possible as a module. - Add multicast address for in-kernel multicast pfsync protocol. Protocol glue will follow once the import is done. - Add one more mbuf tag
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 73153f7..8c4fd23 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -159,8 +159,6 @@ SUBDIR= ${_3dfx} \
pcn \
${_pecoff} \
${_pf} \
- ${_pflog} \
- ${_pfsync} \
plip \
${_pmc} \
portalfs \
@@ -273,8 +271,6 @@ _ipfilter= ipfilter
.if !defined(NO_PF) || defined(ALL_MODULES)
_pf= pf
-_pflog= pflog
-_pfsync= pfsync
.endif
.if ${MACHINE_ARCH} == "i386"
OpenPOWER on IntegriCloud