freebsd-src/sbin/ipmon/Makefile
David E. O'Brien 2d68bf45bf Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by:	mike
2001-12-04 02:19:58 +00:00

15 lines
283 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
PROG= ipmon
MAN= ipl.4 ipmon.8
SRCS= ipmon.c
CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../contrib/ipfilter
WARNS= 0
MAINTAINER= guido@freebsd.org
.include <bsd.prog.mk>