head	1.4;
access;
symbols
	RELENG_3_5_0_RELEASE:1.1
	RELENG_3_4_0_RELEASE:1.1
	RELENG_3_3_0_RELEASE:1.1
	RELENG_3_2_PAO:1.1.0.4
	RELENG_3_2_PAO_BP:1.1
	RELENG_3_2_0_RELEASE:1.1
	RELENG_3_1_0_RELEASE:1.1
	RELENG_3:1.1.0.2
	RELENG_3_BP:1.1
	RELENG_3_0_0_RELEASE:1.1;
locks; strict;
comment	@# @;


1.4
date	99.12.06.20.50.00;	author guido;	state dead;
branches;
next	1.3;

1.3
date	99.11.23.21.53.16;	author guido;	state Exp;
branches;
next	1.2;

1.2
date	99.10.10.15.08.35;	author peter;	state dead;
branches;
next	1.1;

1.1
date	98.03.21.13.53.06;	author peter;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Move basic ifilter utils to sbin where they shold have been committed by
me in the first place. While we're at it: add MAINTAINER line
@
text
@# $FreeBSD: src/usr.sbin/ipnat/Makefile,v 1.3 1999/11/23 21:53:16 guido Exp $

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

PROG=	ipnat
MAN1=	ipnat.1
MAN4=	ipnat.4
MAN5=	ipnat.5
SRCS=	ipnat.c kmem.c natparse.c
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter

.include <bsd.prog.mk>
@


1.3
log
@Revive userland stuff for ipfilter.
Also fixes:
PR:		7791
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2
log
@Nuke the old antique copy of ipfilter from the tree.  This is old enough
to be dangerous.  It will better serve us as a port building a KLD,
ala SKIP.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/ipnat/Makefile,v 1.1 1998/03/21 13:53:06 peter Exp $
d9 1
a9 1
SRCS=	ipnat.c kmem.c
@


1.1
log
@Initial bmake scaffolding for ipfilter userland stuff.

Obtained from: large chunks stolen from OpenBSD and NetBSD
@
text
@d1 1
a1 1
# $FreeBSD$
@

