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