1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-08 09:39:38 +00:00
freebsd/sbin/ipmon/Makefile
1998-08-30 04:48:00 +00:00

12 lines
253 B
Makefile

# $FreeBSD$
.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>