head	1.6;
access;
symbols
	RELENG_5_5_0_RELEASE:1.4
	RELENG_5_5:1.4.0.8
	RELENG_5_5_BP:1.4
	RELENG_5_4_0_RELEASE:1.4
	RELENG_5_4:1.4.0.6
	RELENG_5_4_BP:1.4
	RELENG_4_11_0_RELEASE:1.1.2.1
	RELENG_4_11:1.1.2.1.0.14
	RELENG_4_11_BP:1.1.2.1
	RELENG_5_3_0_RELEASE:1.4
	RELENG_5_3:1.4.0.4
	RELENG_5_3_BP:1.4
	RELENG_5:1.4.0.2
	RELENG_5_BP:1.4
	RELENG_4_10_0_RELEASE:1.1.2.1
	RELENG_4_10:1.1.2.1.0.12
	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.10
	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.8
	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.6
	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.4
	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.2
	RELENG_4_5_BP:1.1.2.1
	RELENG_4:1.1.0.2;
locks; strict;
comment	@# @;


1.6
date	2005.04.25.18.59.28;	author darrenr;	state dead;
branches;
next	1.5;

1.5
date	2005.01.28.16.08.06;	author ru;	state Exp;
branches;
next	1.4;

1.4
date	2004.02.23.20.13.52;	author johan;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	2002.03.26.10.09.09;	author darrenr;	state Exp;
branches;
next	1.2;

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

1.1
date	2001.10.20.04.27.05;	author darrenr;	state Exp;
branches
	1.1.2.1;
next	;

1.4.2.1
date	2006.07.09.19.49.24;	author markm;	state Exp;
branches;
next	;

1.1.2.1
date	2001.11.14.14.21.03;	author guido;	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.6
log
@remove old directories used to build ipfilter tools
@
text
@# $FreeBSD: src/sbin/ipfs/Makefile,v 1.5 2005/01/28 16:08:06 ru Exp $

.PATH:	${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man

PROG=	ipfs
MAN=	ipfs.8
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter/netinet
CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
WARNS?=	0

MAINTAINER=	darrenr@@freebsd.org

.include <bsd.prog.mk>
@


1.5
log
@Let bsd.prog.mk set SRCS and MAN to their default values.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.4
log
@style.Makefile(5):
	Use WARNS?= instead of WARNS=.
@
text
@a6 1
SRCS=	ipfs.c
@


1.4.2.1
log
@MFC: keep the maintainers consistent with HEAD.
@
text
@d14 2
@


1.3
log
@add extra include path to get .h files from source being used to compile
@
text
@d12 1
a12 1
WARNS=	0
@


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

Reviewed by:	mike
@
text
@d10 1
@


1.1
log
@build ipfs for -current

PR:		27063
@
text
@d11 1
@


1.1.2.1
log
@MFC: ipfs (save/restore state/nat tables across reboots)
@
text
@d3 1
a3 1
.PATH:  ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
d5 3
a7 3
PROG=   ipfs
MAN=    ipfs.8
SRCS=   ipfs.c
d12 1
a12 1
MAINTAINER=     darrenr@@freebsd.org
@


1.1.2.2
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/4/sbin/ipfs/Makefile 86349 2001-11-14 14:21:03Z guido $
@


