opnsense-src/usr.sbin/flowctl/Makefile
Franco Fichtner eb99233983 src: clean-cut move to release/11.0.0
Taken from: FreeBSD
Commit ref: d508cb8c8f
2016-10-03 12:28:21 +02:00

20 lines
234 B
Makefile

#
# $FreeBSD$
#
.include <src.opts.mk>
PROG= flowctl
MAN= flowctl.8
WARNS?= 2
LIBADD= netgraph
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
.if ${MK_INET_SUPPORT} != "no"
CFLAGS+= -DINET
.endif
.include <bsd.prog.mk>