head	1.9;
access;
symbols
	RELENG_2_2_8_RELEASE:1.5.2.1
	RELENG_3_0_0_RELEASE:1.8
	RELENG_2_2_7_RELEASE:1.5.2.1
	RELENG_2_2_6_RELEASE:1.5.2.1
	RELENG_2_2_5_RELEASE:1.5
	RELENG_2_2_2_RELEASE:1.5
	RELENG_2_2_1_RELEASE:1.5
	RELENG_2_2_0_RELEASE:1.5
	RELENG_2_1_7_RELEASE:1.3.4.1
	RELENG_2_1_6_1_RELEASE:1.3.4.1
	RELENG_2_1_6_RELEASE:1.3.4.1
	RELENG_2_2:1.5.0.2
	RELENG_2_2_BP:1.5
	RELENG_2_1_5_RELEASE:1.3
	RELENG_2_1_0_RELEASE:1.3
	RELENG_2_1_0:1.3.0.4
	RELENG_2_1_0_BP:1.3
	RELENG_2_0_5_RELEASE:1.3
	RELENG_2_0_5:1.3.0.2
	RELENG_2_0_5_BP:1.3
	RELENG_2_0_5_ALPHA:1.2;
locks; strict;
comment	@# @;


1.9
date	98.12.27.19.38.07;	author sos;	state dead;
branches;
next	1.8;

1.8
date	97.09.10.04.19.07;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	97.02.22.12.48.14;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	97.01.14.06.22.02;	author jkh;	state Exp;
branches;
next	1.5;

1.5
date	96.06.23.14.27.52;	author bde;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	96.02.24.13.41.56;	author phk;	state Exp;
branches;
next	1.3;

1.3
date	95.05.30.06.06.07;	author rgrimes;	state Exp;
branches
	1.3.4.1;
next	1.2;

1.2
date	95.01.12.13.57.51;	author ugen;	state Exp;
branches;
next	1.1;

1.1
date	95.01.12.13.03.01;	author ugen;	state Exp;
branches;
next	;

1.3.4.1
date	96.11.12.17.30.22;	author jkh;	state Exp;
branches;
next	1.3.4.2;

1.3.4.2
date	99.09.05.11.21.52;	author peter;	state Exp;
branches;
next	;

1.5.2.1
date	98.03.06.05.26.59;	author jkh;	state Exp;
branches;
next	1.5.2.2;

1.5.2.2
date	99.09.05.11.20.33;	author peter;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove LKM's depricated by modules.
@
text
@#	$Id: Makefile,v 1.8 1997/09/10 04:19:07 peter Exp $

.PATH:	${.CURDIR}/../../sys/netinet
KMOD=	ipfw_mod
SRCS=	ip_fw.c
NOMAN=
CFLAGS+= -DIPFIREWALL -DIPFIREWALL_MODULE
#
#If you want it verbose
#CFLAGS+= -DIPFIREWALL_VERBOSE
#CFLAGS+= -DIPFIREWALL_VERBOSE_LIMIT=100
#
#If you want it to pass all packets by default
#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
#

.include <bsd.kmod.mk>
@


1.8
log
@Add example for IPFIREWALL_DEFAULT_TO_ACCEPT
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.7 1997/02/22 12:48:14 peter Exp $
@


1.7
log
@Revert $FreeBSD$ back to $Id$
@
text
@d1 1
a1 1
#	$Id$
d12 3
@


1.6
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d1 1
a1 1
#	$FreeBSD$
@


1.5
log
@Use IPFIREWALL_MODULE instead of ACTUALLY_LKM_NOT_KERNEL to indicate
LKM'ness.  ACTUALLY_LKM_NOT_KERNEL is supposed to be so ugly that it
only gets used until <machine/conf.h> goes away.  bsd.kmod.mk should
define a better-named general macro for this.  Some places use
PSEUDO_LKM.  This is another bad name.

Makefile:
Added IPFIREWALL_VERBOSE_LIMIT option (commented out).
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.4 1996/02/24 13:41:56 phk Exp $
@


1.5.2.1
log
@MFC: primarily do-nothing commits just to facilitate future merging.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.5 1996/06/23 14:27:52 bde Exp $
a11 3
#
#If you want it to pass all packets by default
#CFLAGS+= -DIPFIREWALL_DEFAULT_TO_ACCEPT
@


1.5.2.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4
log
@Make the ipfw LKM work again.
This concludes this round of updates to ipfw, have at it!
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1995/05/30 06:06:07 rgrimes Exp $
d7 1
a7 1
CFLAGS+= -DIPFIREWALL
d11 1
@


1.3
log
@Remove trailing whitespace.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1995/01/12 13:57:51 ugen Exp $
d5 1
a5 1
SRCS=	ipfw_lkm.c ip_fw.c
d7 1
a7 1
CFLAGS+= -DIPFIREWALL  -DIPACCT
@


1.3.4.1
log
@Fix the ipfw LKM.
Submitted-By: jc@@irbs.com (John Capo)
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1995/05/30 06:06:07 rgrimes Exp $
d5 1
a5 1
SRCS=	ip_fw.c
d7 1
a7 1
CFLAGS+= -DACTUALLY_LKM_NOT_KERNEL -DIPFIREWALL  -DIPACCT 
@


1.3.4.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Checking new lkm structure..
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1995/01/12 13:03:01 ugen Exp $
d5 1
a5 1
SRCS=	ipfw_lkm.c ip_fw.c 
@


1.1
log
@Firewall can be used as lkm module.To use it
firewall should *NOT* be compiled into kernel.
Then it can  be loaded.This is misc module but i'v
got no problemms with it,so shouldn't you i suppose..
BTW this is very stupid to have one module in CVS
for ALL lkm's...
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1994/09/21 23:27:09 wollman Exp $
d9 1
a9 1
# If you want it verbose
@
