]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ipmon/Makefile
This commit was generated by cvs2svn to compensate for changes in r92828,
[FreeBSD/FreeBSD.git] / sbin / ipmon / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
4
5 PROG=   ipmon
6 MAN=    ipl.4 ipmon.8
7 SRCS=   ipmon.c
8
9 CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
10 CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter
11 CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
12 WARNS=  0
13
14 MAINTAINER=     guido@freebsd.org
15
16 .include <bsd.prog.mk>