1998-03-21 13:53:18 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
|
|
|
|
|
|
|
|
PROG= ipmon
|
1998-08-30 04:48:00 +00:00
|
|
|
MAN8= ipmon.8
|
1998-03-21 13:53:18 +00:00
|
|
|
SRCS= ipmon.c
|
|
|
|
|
|
|
|
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|