]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/flowctl/Makefile
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / usr.sbin / flowctl / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 .include <src.opts.mk>
6         
7 PROG=   flowctl
8 MAN=    flowctl.8
9
10 WARNS?= 2
11 LIBADD= netgraph
12
13 .if ${MK_INET6_SUPPORT} != "no"
14 CFLAGS+= -DINET6
15 .endif
16 .if ${MK_INET_SUPPORT} != "no"
17 CFLAGS+= -DINET
18 .endif
19
20 .include <bsd.prog.mk>