summaryrefslogtreecommitdiffstats
path: root/usr.sbin/flowctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/flowctl/Makefile')
-rw-r--r--usr.sbin/flowctl/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/flowctl/Makefile b/usr.sbin/flowctl/Makefile
index d47993b..60872e6 100644
--- a/usr.sbin/flowctl/Makefile
+++ b/usr.sbin/flowctl/Makefile
@@ -2,6 +2,8 @@
# $FreeBSD$
#
+.include <bsd.own.mk>
+
PROG= flowctl
MAN= flowctl.8
@@ -9,4 +11,10 @@ WARNS?= 2
DPADD= ${LIBNETGRAPH}
LDADD= -lnetgraph
+.if ${MK_INET6_SUPPORT} != "no"
+CFLAGS+= -DINET6
+.endif
+
+CFLAGS+= -I.
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud