summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2004-12-25 00:23:36 +0000
committerScott Long <scottl@FreeBSD.org>2004-12-25 00:23:36 +0000
commit4a8ad3dabd4c3d6d6da33b553041fb6b95267ef8 (patch)
tree5ff6f04dca7b166977b0a870e71ce937f6438536 /sys/modules
parent0ca8ae1641cdfbc10821feb0481037f68b45c272 (diff)
Notes
Diffstat (limited to 'sys/modules')
-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 4b7aca713cd1..5263b22060a7 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
#