From b4b1fd25b484b2a4e83ed288a19883238e00d3d3 Mon Sep 17 00:00:00 2001 From: darrenr Date: Mon, 25 Apr 2005 18:46:00 +0000 Subject: new files and compile defines to build new ipfilter --- sys/modules/ipfilter/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile index 5263b22..2acd4b0 100644 --- a/sys/modules/ipfilter/Makefile +++ b/sys/modules/ipfilter/Makefile @@ -4,13 +4,14 @@ KMOD= ipl SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \ - ip_log.c ip_fil.c fil.c + ip_log.c ip_fil_freebsd.c fil.c ip_lookup.c ip_pool.c ip_htable.c \ + ip_sync.c .if !defined(NO_INET6) CFLAGS+= -DUSE_INET6 .endif CFLAGS+= -I${.CURDIR}/../../contrib/ipfilter -CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG +CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG -DIPFILTER_LOOKUP # # If you don't want log functionality remove -DIPFILTER_LOG # -- cgit v1.1