diff options
author | Darren Reed <darrenr@FreeBSD.org> | 2005-04-25 18:46:00 +0000 |
---|---|---|
committer | Darren Reed <darrenr@FreeBSD.org> | 2005-04-25 18:46:00 +0000 |
commit | 1033f3c55b0699675689ea8da80508e7fff6cbf7 (patch) | |
tree | 343feef3e14cc9e30488402cfe4a33ee948002d3 /sys/modules/ipfilter | |
parent | 6eab6ed50fa49c0e5d9f2f6074c4b293d7376fff (diff) |
new files and compile defines to build new ipfilter
Notes
Notes:
svn path=/head/; revision=145523
Diffstat (limited to 'sys/modules/ipfilter')
-rw-r--r-- | sys/modules/ipfilter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile index 5263b22060a7..2acd4b00c557 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 # |