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/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/flowctl/Makefile b/usr.sbin/flowctl/Makefile
index 60872e6..a2dd377 100644
--- a/usr.sbin/flowctl/Makefile
+++ b/usr.sbin/flowctl/Makefile
@@ -14,7 +14,8 @@ LDADD= -lnetgraph
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
-
-CFLAGS+= -I.
+.if ${MK_INET_SUPPORT} != "no"
+CFLAGS+= -DINET
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud