From 4a8ad3dabd4c3d6d6da33b553041fb6b95267ef8 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sat, 25 Dec 2004 00:23:36 +0000 Subject: Don't define PFIL_HOOKS. It's no longer required in RELENG_5 or HEAD. --- sys/modules/ipfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/ipfilter') diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile index 4b7aca713cd11..5263b22060a73 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 # -- cgit v1.3