diff options
author | scottl <scottl@FreeBSD.org> | 2004-12-25 00:23:36 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-12-25 00:23:36 +0000 |
commit | 55b47ae071c1f9d7290a14d6601b27235e93550b (patch) | |
tree | 5ff6f04dca7b166977b0a870e71ce937f6438536 /sys/modules | |
parent | 86ae6cb5900b3aaa4d04e6d556f3ec9d6b8ee908 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/modules/ipfilter/Makefile | 2 |
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 # |