aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipfilter/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc68159a6d8eede11766cf13896d0f7670dbd51aa (patch)
treeb5bd7b342364fa60517c01a5a2d13b795a00e693 /sys/modules/ipfilter/Makefile
parente2a2e8c7e010a3606724014fc2ada010259b1cb2 (diff)
downloadsrc-c68159a6d8eede11766cf13896d0f7670dbd51aa.tar.gz
src-c68159a6d8eede11766cf13896d0f7670dbd51aa.zip
Use a consistent style and one much closer to the rest of /usr/src
Notes
Notes: svn path=/head/; revision=70711
Diffstat (limited to 'sys/modules/ipfilter/Makefile')
-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 e2c038d41164..fd6d8b4843d0 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