Merge branch 'vendor/FILE' (early part)
[dragonfly.git] / sbin / ipmon / Makefile
1 # $FreeBSD: src/sbin/ipmon/Makefile,v 1.6.2.3 2002/04/27 18:13:36 darrenr Exp $
2 # $DragonFly: src/sbin/ipmon/Makefile,v 1.6 2006/10/17 00:55:41 pavalos Exp $
3
4 .PATH:  ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
5
6 PROG=   ipmon
7 MAN=    ipl.4 ipmon.8
8 SRCS=   ipmon.c
9 WARNS?= 0
10
11 CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\"
12 CFLAGS+= -I${.CURDIR}/../../sys/contrib/ipfilter
13 CFLAGS+=-I${.CURDIR}/../../sys
14 CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter
15 CFLAGS+=-D__FreeBSD__
16
17 .include <bsd.prog.mk>