summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipfilter
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2005-04-25 18:46:00 +0000
committerdarrenr <darrenr@FreeBSD.org>2005-04-25 18:46:00 +0000
commitb4b1fd25b484b2a4e83ed288a19883238e00d3d3 (patch)
tree343feef3e14cc9e30488402cfe4a33ee948002d3 /sys/modules/ipfilter
parent212987c6c27d5f321464d6a3b00ea5e6637e9f78 (diff)
downloadFreeBSD-src-b4b1fd25b484b2a4e83ed288a19883238e00d3d3.zip
FreeBSD-src-b4b1fd25b484b2a4e83ed288a19883238e00d3d3.tar.gz
new files and compile defines to build new ipfilter
Diffstat (limited to 'sys/modules/ipfilter')
-rw-r--r--sys/modules/ipfilter/Makefile5
1 files changed, 3 insertions, 2 deletions
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
#
OpenPOWER on IntegriCloud