head	1.5;
access;
symbols
	RELENG_3_5_0_RELEASE:1.2
	RELENG_3_4_0_RELEASE:1.2
	RELENG_3_3_0_RELEASE:1.2
	RELENG_3_2_PAO:1.2.0.4
	RELENG_3_2_PAO_BP:1.2
	RELENG_3_2_0_RELEASE:1.2
	RELENG_3_1_0_RELEASE:1.2
	RELENG_3:1.2.0.2
	RELENG_3_BP:1.2
	RELENG_3_0_0_RELEASE:1.2;
locks; strict;
comment	@# @;


1.5
date	99.12.06.20.49.59;	author guido;	state dead;
branches;
next	1.4;

1.4
date	99.11.23.21.53.15;	author guido;	state Exp;
branches;
next	1.3;

1.3
date	99.10.10.15.08.34;	author peter;	state dead;
branches;
next	1.2;

1.2
date	98.08.30.04.48.00;	author jkoshy;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
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/ipmon/Makefile,v 1.4 1999/11/23 21:53:15 guido Exp $

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

PROG=	ipmon
MAN8=	ipmon.8
SRCS=	ipmon.c

CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter

.include <bsd.prog.mk>
@


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


1.3
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/ipmon/Makefile,v 1.2 1998/08/30 04:48:00 jkoshy Exp $
@


1.2
log
@Install ipmon.8 in man8/ not man1/.

PR: 7778
Submitted by: horikawa@@jp.freebsd.org
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/ipmon/Makefile,v 1.1 1998/03/21 13:53:02 peter Exp $
@


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$
d6 1
a6 1
MAN1=	ipmon.8
@
