1999-11-23 21:53:19 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
|
|
|
|
|
|
|
|
PROG= ipmon
|
2000-02-09 21:01:35 +00:00
|
|
|
MAN4= ipl.4
|
1999-11-23 21:53:19 +00:00
|
|
|
MAN8= ipmon.8
|
|
|
|
SRCS= ipmon.c
|
|
|
|
|
|
|
|
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
|
|
|
|
|
1999-12-15 19:48:02 +00:00
|
|
|
MAINTAINER= guido@freebsd.org
|
|
|
|
|
1999-11-23 21:53:19 +00:00
|
|
|
.include <bsd.prog.mk>
|