summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipfilter
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-12-25 00:23:36 +0000
committerscottl <scottl@FreeBSD.org>2004-12-25 00:23:36 +0000
commit55b47ae071c1f9d7290a14d6601b27235e93550b (patch)
tree5ff6f04dca7b166977b0a870e71ce937f6438536 /sys/modules/ipfilter
parent86ae6cb5900b3aaa4d04e6d556f3ec9d6b8ee908 (diff)
downloadFreeBSD-src-55b47ae071c1f9d7290a14d6601b27235e93550b.zip
FreeBSD-src-55b47ae071c1f9d7290a14d6601b27235e93550b.tar.gz
Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD.
Diffstat (limited to 'sys/modules/ipfilter')
-rw-r--r--sys/modules/ipfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile
index 4b7aca7..5263b22 100644
--- a/sys/modules/ipfilter/Makefile
+++ b/sys/modules/ipfilter/Makefile
@@ -10,7 +10,7 @@ SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \
CFLAGS+= -DUSE_INET6
.endif
CFLAGS+= -I${.CURDIR}/../../contrib/ipfilter
-CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG -DPFIL_HOOKS
+CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG
#
# If you don't want log functionality remove -DIPFILTER_LOG
#
OpenPOWER on IntegriCloud