aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ipfw
diff options
context:
space:
mode:
authorUgen J.S. Antsilevich <ugen@FreeBSD.org>1995-01-12 13:57:51 +0000
committerUgen J.S. Antsilevich <ugen@FreeBSD.org>1995-01-12 13:57:51 +0000
commit564fbfe5c29631f5306a9b77b6327505a25e70d5 (patch)
treea2dc405881d79c51e10da9bd3614fbb0c3e37dc7 /sys/modules/ipfw
parent4dd1662b4cbbeaddf4e5a70a0462055e365c14e0 (diff)
downloadsrc-564fbfe5c29631f5306a9b77b6327505a25e70d5.tar.gz
src-564fbfe5c29631f5306a9b77b6327505a25e70d5.zip
Checking new lkm structure..
Notes
Notes: svn path=/head/; revision=5544
Diffstat (limited to 'sys/modules/ipfw')
-rw-r--r--sys/modules/ipfw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index 306055c8fdac..0c2f20cbc139 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $
+# $Id: Makefile,v 1.1 1995/01/12 13:03:01 ugen Exp $
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ipfw_mod
@@ -6,7 +6,7 @@ SRCS= ipfw_lkm.c ip_fw.c
NOMAN=
CFLAGS+= -DIPFIREWALL -DIPACCT
#
-# If you want it verbose
+#If you want it verbose
#CFLAGS+= -DIPFIREWALL_VERBOSE
#