]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/ipmon/Makefile
This commit was generated by cvs2svn to compensate for changes in r92386,
[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\" -I${.CURDIR}/../../contrib/ipfilter
10 WARNS=  0
11
12 MAINTAINER=     guido@freebsd.org
13
14 .include <bsd.prog.mk>