aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1996-02-24 13:41:57 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1996-02-24 13:41:57 +0000
commitd2165a8da6b2f15a6a8aa3c806e9df076556aa75 (patch)
tree6a1e2af83d4c993810d53d7ac980c718e24f89d0 /sys/modules
parent72ee2a8b1092a390f5c8d9689bd437f611202aee (diff)
downloadsrc-d2165a8da6b2f15a6a8aa3c806e9df076556aa75.tar.gz
src-d2165a8da6b2f15a6a8aa3c806e9df076556aa75.zip
Make the ipfw LKM work again.
This concludes this round of updates to ipfw, have at it!
Notes
Notes: svn path=/head/; revision=14234
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ipfw/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile
index d60aa3369687..da140b96f492 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -1,10 +1,10 @@
-# $Id: Makefile,v 1.2 1995/01/12 13:57:51 ugen Exp $
+# $Id: Makefile,v 1.3 1995/05/30 06:06:07 rgrimes Exp $
.PATH: ${.CURDIR}/../../sys/netinet
KMOD= ipfw_mod
-SRCS= ipfw_lkm.c ip_fw.c
+SRCS= ip_fw.c
NOMAN=
-CFLAGS+= -DIPFIREWALL -DIPACCT
+CFLAGS+= -DIPFIREWALL
#
#If you want it verbose
#CFLAGS+= -DIPFIREWALL_VERBOSE