summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyvectl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bhyvectl/Makefile')
-rw-r--r--usr.sbin/bhyvectl/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.sbin/bhyvectl/Makefile b/usr.sbin/bhyvectl/Makefile
new file mode 100644
index 0000000..9fde12c
--- /dev/null
+++ b/usr.sbin/bhyvectl/Makefile
@@ -0,0 +1,17 @@
+#
+# $FreeBSD$
+#
+
+PROG= bhyvectl
+SRCS= bhyvectl.c
+
+NO_MAN=
+
+DPADD= ${LIBVMMAPI}
+LDADD= -lvmmapi
+
+WARNS?= 3
+
+CFLAGS+= -I${.CURDIR}/../../sys/amd64/vmm
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud