summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipfilter
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc269c9fb36040d129558f61fa26bf3745100a4ff (patch)
tree363eeb0167be52153e02cd0c80ecf406e8f2d99c /sys/modules/ipfilter
parente68548a9cc79e93cd770bd33d505fa2347aa5bf4 (diff)
downloadFreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.zip
FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.tar.gz
Use a consistent style and one much closer to the rest of /usr/src
Diffstat (limited to 'sys/modules/ipfilter')
-rw-r--r--sys/modules/ipfilter/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile
index e2c038d..fd6d8b4 100644
--- a/sys/modules/ipfilter/Makefile
+++ b/sys/modules/ipfilter/Makefile
@@ -1,10 +1,12 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../netinet
+.PATH: ${.CURDIR}/../../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+= -DIPFILTER=1 -DIPFILTER_LKM -DIPFILTER_LOG
#
# If you don't want log functionality remove -DIPFILTER_LOG
OpenPOWER on IntegriCloud