xref: /freebsd/usr.sbin/flowctl/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
15f99200fSGleb Smirnoff#
25f99200fSGleb Smirnoff#
35f99200fSGleb Smirnoff
4c6063d0dSWarner Losh.include <src.opts.mk>
537b425e9SGleb Smirnoff
65f99200fSGleb SmirnoffPROG=	flowctl
7d9a134bfSGleb SmirnoffMAN=	flowctl.8
85f99200fSGleb Smirnoff
95f99200fSGleb SmirnoffWARNS?= 2
10c6db8143SBaptiste DaroussinLIBADD=	netgraph
115f99200fSGleb Smirnoff
1237b425e9SGleb Smirnoff.if ${MK_INET6_SUPPORT} != "no"
1337b425e9SGleb SmirnoffCFLAGS+= -DINET6
1437b425e9SGleb Smirnoff.endif
156765aefcSSergey Kandaurov.if ${MK_INET_SUPPORT} != "no"
166765aefcSSergey KandaurovCFLAGS+= -DINET
176765aefcSSergey Kandaurov.endif
1837b425e9SGleb Smirnoff
19*65e55a0aSMateusz GuzikCFLAGS+= -Wno-error=unused-but-set-variable
20*65e55a0aSMateusz Guzik
215f99200fSGleb Smirnoff.include <bsd.prog.mk>
22