diff options
Diffstat (limited to 'usr.sbin/bhyveload/Makefile')
| -rw-r--r-- | usr.sbin/bhyveload/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/bhyveload/Makefile b/usr.sbin/bhyveload/Makefile new file mode 100644 index 000000000000..bc134fa630d5 --- /dev/null +++ b/usr.sbin/bhyveload/Makefile @@ -0,0 +1,10 @@ +PROG= bhyveload +SRCS= bhyveload.c +MAN= bhyveload.8 +PACKAGE= bhyve + +LIBADD= vmmapi + +CFLAGS+=-I${SRCTOP}/stand/userboot + +.include <bsd.prog.mk> |
