head	1.7;
access;
symbols
	RELENG_6_4_0_RELEASE:1.6.20.1
	RELENG_6_4:1.6.0.20
	RELENG_6_4_BP:1.6
	RELENG_6_3_0_RELEASE:1.6
	RELENG_6_3:1.6.0.18
	RELENG_6_3_BP:1.6
	RELENG_6_2_0_RELEASE:1.6
	RELENG_6_2:1.6.0.16
	RELENG_6_2_BP:1.6
	RELENG_5_5_0_RELEASE:1.6
	RELENG_5_5:1.6.0.14
	RELENG_5_5_BP:1.6
	RELENG_6_1_0_RELEASE:1.6
	RELENG_6_1:1.6.0.12
	RELENG_6_1_BP:1.6
	RELENG_6_0_0_RELEASE:1.6
	RELENG_6_0:1.6.0.10
	RELENG_6_0_BP:1.6
	RELENG_6:1.6.0.8
	RELENG_6_BP:1.6
	RELENG_5_4_0_RELEASE:1.6
	RELENG_5_4:1.6.0.6
	RELENG_5_4_BP:1.6
	RELENG_4_11_0_RELEASE:1.1.2.1
	RELENG_4_11:1.1.2.1.0.16
	RELENG_4_11_BP:1.1.2.1
	RELENG_5_3_0_RELEASE:1.6
	RELENG_5_3:1.6.0.4
	RELENG_5_3_BP:1.6
	RELENG_5:1.6.0.2
	RELENG_5_BP:1.6
	RELENG_4_10_0_RELEASE:1.1.2.1
	RELENG_4_10:1.1.2.1.0.14
	RELENG_4_10_BP:1.1.2.1
	RELENG_5_2_1_RELEASE:1.4
	RELENG_5_2_0_RELEASE:1.4
	RELENG_5_2:1.4.0.6
	RELENG_5_2_BP:1.4
	RELENG_4_9_0_RELEASE:1.1.2.1
	RELENG_4_9:1.1.2.1.0.12
	RELENG_4_9_BP:1.1.2.1
	RELENG_5_1_0_RELEASE:1.4
	RELENG_5_1:1.4.0.4
	RELENG_5_1_BP:1.4
	RELENG_4_8_0_RELEASE:1.1.2.1
	RELENG_4_8:1.1.2.1.0.10
	RELENG_4_8_BP:1.1.2.1
	RELENG_5_0_0_RELEASE:1.4
	RELENG_5_0:1.4.0.2
	RELENG_5_0_BP:1.4
	RELENG_4_7_0_RELEASE:1.1.2.1
	RELENG_4_7:1.1.2.1.0.8
	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.6
	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.4
	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.2
	RELENG_4_4_BP:1.1.2.1
	RELENG_4_3_0_RELEASE:1.1
	RELENG_4_3:1.1.0.4
	RELENG_4_3_BP:1.1
	RELENG_4_2_0_RELEASE:1.1
	RELENG_4_1_1_RELEASE:1.1
	PRE_SMPNG:1.1
	RELENG_4_1_0_RELEASE:1.1
	RELENG_4_0_0_RELEASE:1.1
	RELENG_4:1.1.0.2
	RELENG_4_BP:1.1;
locks; strict;
comment	@# @;


1.7
date	2006.05.12.20.39.22;	author mlaier;	state dead;
branches;
next	1.6;

1.6
date	2004.03.03.20.21.15;	author johan;	state Exp;
branches
	1.6.8.1
	1.6.20.1;
next	1.5;

1.5
date	2004.02.23.20.13.52;	author johan;	state Exp;
branches;
next	1.4;

1.4
date	2001.12.04.02.19.48;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.26.14.33.05;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.20.18.13.14;	author ru;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.29.13.54.43;	author shin;	state Exp;
branches
	1.1.2.1;
next	;

1.6.8.1
date	2012.11.17.07.41.19;	author svnexp;	state Exp;
branches;
next	;

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

1.1.2.1
date	2001.04.25.10.58.23;	author ru;	state Exp;
branches;
next	1.1.2.2;

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


desc
@@


1.7
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/sbin/ip6fw/Makefile,v 1.6 2004/03/03 20:21:15 johan Exp $

PROG=   ip6fw
WARNS?=	2
MAN=	ip6fw.8

.include <bsd.prog.mk>
@


1.6
log
@Make this WARNS=2 clean by:
	- including <timeconv.h> to get _long_to_time prototype
	- removing an unused variable

Bump WARNS to it keep clean.

Approved by:	ume on ipfw@@
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6.8.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/sbin/ip6fw/Makefile 126563 2004-03-03 20:21:15Z johan $
@


1.6.20.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.5
log
@style.Makefile(5):
	Use WARNS?= instead of WARNS=.
@
text
@d4 1
a4 1
WARNS?=	0
@


1.4
log
@Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by:	mike
@
text
@d4 1
a4 1
WARNS=	0
@


1.3
log
@- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/sbin/ip6fw/Makefile,v 1.2 2001/03/20 18:13:14 ru Exp $
d4 1
@


1.2
log
@Set the default manual section for sbin/ to 8.
@
text
@d1 1
a1 1
# $FreeBSD: src/sbin/ip6fw/Makefile,v 1.1 2000/01/29 13:54:43 shin Exp $
d4 1
@


1.1
log
@Add ip6fw.
Yes it is almost code freeze, but as the result of many thought, now I
think this should be added before 4.0...

make world check, kernel build check is done.

Reviewed by: green
Obtained from: KAME project
@
text
@d1 1
a1 1
# $FreeBSD$
a3 1
MAN8=	ip6fw.8
@


1.1.2.1
log
@MFC: MAN[1-9] -> MAN.
@
text
@d1 1
a1 1
# $FreeBSD: src/sbin/ip6fw/Makefile,v 1.1 2000/01/29 13:54:43 shin Exp $
d4 1
a4 1
MAN=	ip6fw.8
@


1.1.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sbin/ip6fw/Makefile 75953 2001-04-25 10:58:55Z ru $
@


