summaryrefslogtreecommitdiffstats
path: root/sys/modules/ipfw
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
committerpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
commitac52f6b7583c0e99b3dae24ff997a883eb9a9c4b (patch)
tree0fe9e0d5ef6ae112bba6612c549035f20ce56245 /sys/modules/ipfw
parentcee4b5d4c180c7f89787124e2aefbde4bf062b46 (diff)
downloadFreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.zip
FreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.tar.gz
Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
Diffstat (limited to 'sys/modules/ipfw')
-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 2afebe8..c5300e8 100644
--- a/sys/modules/ipfw/Makefile
+++ b/sys/modules/ipfw/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.7 1997/02/22 12:48:14 peter Exp $
+# $Id: Makefile,v 1.8 1997/09/10 04:19:07 peter Exp $
-.PATH: ${.CURDIR}/../../sys/netinet
-KMOD= ipfw_mod
+.PATH: ${.CURDIR}/../../netinet
+KMOD= ipfw
SRCS= ip_fw.c
NOMAN=
CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE
OpenPOWER on IntegriCloud