aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ip6fw
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/ip6fw
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/ip6fw')
-rw-r--r--sys/modules/ip6fw/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/modules/ip6fw/Makefile b/sys/modules/ip6fw/Makefile
index 64fa17ea7f9d..ca39dc91c9bd 100644
--- a/sys/modules/ip6fw/Makefile
+++ b/sys/modules/ip6fw/Makefile
@@ -1,17 +1,18 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../netinet6
+.PATH: ${.CURDIR}/../../netinet6
+
KMOD= ip6fw
SRCS= ip6_fw.c
NOMAN=
+
CFLAGS+= -DIPV6FIREWALL
-#
+
#If you want it verbose
#CFLAGS+= -DIPV6FIREWALL_VERBOSE
#CFLAGS+= -DIPV6FIREWALL_VERBOSE_LIMIT=100
#
#If you want it to pass all packets by default
#CFLAGS+= -DIPV6FIREWALL_DEFAULT_TO_ACCEPT
-#
.include <bsd.kmod.mk>