Checking new lkm structure..

This commit is contained in:
Ugen J.S. Antsilevich 1995-01-12 13:57:51 +00:00
parent 4dd1662b4c
commit 564fbfe5c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5544
2 changed files with 4 additions and 4 deletions

View File

@ -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
#

View File

@ -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
#