diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-06-07 04:06:21 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2001-06-07 04:06:21 +0000 |
| commit | 88d74af54801e3f847a8a5b9d8ef3669b6d17f5e (patch) | |
| tree | 031af67256653db56f24ae15aa66853272468718 /sys/modules | |
| parent | 4422746fdff90945e92818269eae3a714156ca7e (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ipfilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile index fd6d8b4843d0..b7526b914181 100644 --- a/sys/modules/ipfilter/Makefile +++ b/sys/modules/ipfilter/Makefile @@ -1,12 +1,13 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../netinet +.PATH: ${.CURDIR}/../../contrib/ipfilter/netinet 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 NOMAN= +CFLAGS+= -I${.CURDIR}/../../contrib/ipfilter CFLAGS+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG # # If you don't want log functionality remove -DIPFILTER_LOG |
