5021f7402d
Obtained from: large chunks stolen from OpenBSD and NetBSD
12 lines
253 B
Makefile
12 lines
253 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
|
|
|
|
PROG= ipmon
|
|
MAN1= ipmon.8
|
|
SRCS= ipmon.c
|
|
|
|
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter
|
|
|
|
.include <bsd.prog.mk>
|