head	1.4;
access;
symbols
	RELENG_6_4_0_RELEASE:1.3.26.1
	RELENG_6_4:1.3.0.26
	RELENG_6_4_BP:1.3
	RELENG_6_3_0_RELEASE:1.3
	RELENG_6_3:1.3.0.24
	RELENG_6_3_BP:1.3
	RELENG_6_2_0_RELEASE:1.3
	RELENG_6_2:1.3.0.22
	RELENG_6_2_BP:1.3
	RELENG_5_5_0_RELEASE:1.3
	RELENG_5_5:1.3.0.20
	RELENG_5_5_BP:1.3
	RELENG_6_1_0_RELEASE:1.3
	RELENG_6_1:1.3.0.18
	RELENG_6_1_BP:1.3
	RELENG_6_0_0_RELEASE:1.3
	RELENG_6_0:1.3.0.16
	RELENG_6_0_BP:1.3
	RELENG_6:1.3.0.14
	RELENG_6_BP:1.3
	RELENG_5_4_0_RELEASE:1.3
	RELENG_5_4:1.3.0.12
	RELENG_5_4_BP:1.3
	RELENG_4_11_0_RELEASE:1.1.2.1
	RELENG_4_11:1.1.2.1.0.18
	RELENG_4_11_BP:1.1.2.1
	RELENG_5_3_0_RELEASE:1.3
	RELENG_5_3:1.3.0.10
	RELENG_5_3_BP:1.3
	RELENG_5:1.3.0.8
	RELENG_5_BP:1.3
	RELENG_4_10_0_RELEASE:1.1.2.1
	RELENG_4_10:1.1.2.1.0.16
	RELENG_4_10_BP:1.1.2.1
	RELENG_5_2_1_RELEASE:1.3
	RELENG_5_2_0_RELEASE:1.3
	RELENG_5_2:1.3.0.6
	RELENG_5_2_BP:1.3
	RELENG_4_9_0_RELEASE:1.1.2.1
	RELENG_4_9:1.1.2.1.0.14
	RELENG_4_9_BP:1.1.2.1
	RELENG_5_1_0_RELEASE:1.3
	RELENG_5_1:1.3.0.4
	RELENG_5_1_BP:1.3
	RELENG_4_8_0_RELEASE:1.1.2.1
	RELENG_4_8:1.1.2.1.0.12
	RELENG_4_8_BP:1.1.2.1
	RELENG_5_0_0_RELEASE:1.3
	RELENG_5_0:1.3.0.2
	RELENG_5_0_BP:1.3
	RELENG_4_7_0_RELEASE:1.1.2.1
	RELENG_4_7:1.1.2.1.0.10
	RELENG_4_7_BP:1.1.2.1
	RELENG_4_6_2_RELEASE:1.1.2.1
	RELENG_4_6_1_RELEASE:1.1.2.1
	RELENG_4_6_0_RELEASE:1.1.2.1
	RELENG_4_6:1.1.2.1.0.8
	RELENG_4_6_BP:1.1.2.1
	RELENG_4_5_0_RELEASE:1.1.2.1
	RELENG_4_5:1.1.2.1.0.6
	RELENG_4_5_BP:1.1.2.1
	RELENG_4_4_0_RELEASE:1.1.2.1
	RELENG_4_4:1.1.2.1.0.4
	RELENG_4_4_BP:1.1.2.1
	KSE_MILESTONE_2:1.2
	KSE_PRE_MILESTONE_2:1.2
	RELENG_4_3_0_RELEASE:1.1.2.1
	RELENG_4_3:1.1.2.1.0.2
	RELENG_4_3_BP:1.1.2.1
	RELENG_4_2_0_RELEASE:1.1.2.1
	RELENG_4:1.1.0.2;
locks; strict;
comment	@# @;


1.4
date	2006.05.12.20.39.22;	author mlaier;	state dead;
branches;
next	1.3;

1.3
date	2002.01.11.15.48.48;	author ru;	state Exp;
branches
	1.3.14.1
	1.3.26.1;
next	1.2;

1.2
date	2001.01.06.13.59.51;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.23.18.50.58;	author ume;	state Exp;
branches
	1.1.2.1;
next	;

1.3.14.1
date	2012.11.17.07.44.20;	author svnexp;	state Exp;
branches;
next	;

1.3.26.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;

1.1.2.1
date	2000.10.24.19.27.43;	author ume;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	2012.11.17.07.26.31;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Remove ip6fw.  Since ipfw has full functional IPv6 support now and - in
contrast to ip6fw - is properly lockes, it is time to retire ip6fw.
@
text
@# $FreeBSD: src/sys/modules/ip6fw/Makefile,v 1.3 2002/01/11 15:48:48 ru Exp $

.PATH: ${.CURDIR}/../../netinet6

KMOD=	ip6fw
SRCS=	ip6_fw.c

CFLAGS+= -DIPV6FIREWALL

#If you want it verbose
#CFLAGS+= -DIPV6FIREWALL_VERBOSE
#CFLAGS+= -DIPV6FIREWALL_VERBOSE_LIMIT=100
#
#If you want it to pass all packets by default
#CFLAGS+= -DIPV6FIREWALL_DEFAULT_TO_ACCEPT

.include <bsd.kmod.mk>
@


1.3
log
@Drop <bsd.man.mk> support from <bsd.kmod.mk>.

Not objected to by:	-current
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3.14.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sys/modules/ip6fw/Makefile 89260 2002-01-11 15:49:02Z ru $
@


1.3.26.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.2
log
@Use a consistent style and one much closer to the rest of /usr/src
@
text
@d1 1
a1 1
# $FreeBSD: src/sys/modules/ip6fw/Makefile,v 1.1 2000/09/23 18:50:58 ume Exp $
a6 1
NOMAN=
@


1.1
log
@Make ip6fw as loadable module.
@
text
@d1 3
a3 1
# $FreeBSD$
a4 1
.PATH:	${.CURDIR}/../../netinet6
d8 1
d10 1
a10 1
#
a16 1
#
@


1.1.2.1
log
@MFC: Make ip6fw as loadable module.

	netinet6/ip6_forward.c:	1.9 -> 1.10
	netinet6/ip6_fw.c:	1.6 -> 1.7
	netinet6/ip6_fw.h:	1.6 -> 1.7
 	netinet6/ip6_input.c:	1.15 -> 1.16
	netinet6/ip6_output.c: 	1.17 -> 1.18
	modules/Makefile:	1.139 -> 1.140
@
text
@@


1.1.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sys/modules/ip6fw/Makefile 67519 2000-10-24 19:27:43Z ume $
@


