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.49.56;	author guido;	state dead;
branches;
next	1.3;

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

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

1.1
date	98.03.21.13.52.55;	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/ipfstat/Makefile,v 1.3 1999/11/23 21:53:08 guido Exp $

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

PROG=	ipfstat
MAN8=	ipfstat.8
SRCS=	fils.c parse.c opt.c kmem.c facpri.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/ipfstat/Makefile,v 1.1 1998/03/21 13:52:55 peter Exp $
d7 1
a7 1
SRCS=	fils.c parse.c opt.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$
@

