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/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/usr.sbin/flowctl/Makefile b/usr.sbin/flowctl/Makefile
new file mode 100644
index 0000000..a2dd377
--- /dev/null
+++ b/usr.sbin/flowctl/Makefile
@@ -0,0 +1,21 @@
+#
+# $FreeBSD$
+#
+
+.include <bsd.own.mk>
+
+PROG= flowctl
+MAN= flowctl.8
+
+WARNS?= 2
+DPADD= ${LIBNETGRAPH}
+LDADD= -lnetgraph
+
+.if ${MK_INET6_SUPPORT} != "no"
+CFLAGS+= -DINET6
+.endif
+.if ${MK_INET_SUPPORT} != "no"
+CFLAGS+= -DINET
+.endif
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud