freebsd-src/usr.sbin/bhyveload/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
143 B
Makefile
Raw Normal View History

PROG= bhyveload
SRCS= bhyveload.c
MAN= bhyveload.8
2015-03-05 07:30:48 +00:00
PACKAGE= bhyve
LIBADD= vmmapi
CFLAGS+=-I${SRCTOP}/stand/userboot
.include <bsd.prog.mk>