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/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/flowctl/Makefile b/usr.sbin/flowctl/Makefile
new file mode 100644
index 0000000..0c1b4fb
--- /dev/null
+++ b/usr.sbin/flowctl/Makefile
@@ -0,0 +1,12 @@
+#
+# $FreeBSD$
+#
+
+PROG= flowctl
+MAN=
+
+WARNS?= 2
+DPADD= ${LIBNETGRAPH}
+LDADD= -lnetgraph
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud