1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00
freebsd/usr.sbin/bhyveload/Makefile

15 lines
176 B
Makefile
Raw Normal View History

# $FreeBSD$
PROG= bhyveload
SRCS= bhyveload.c
MAN= bhyveload.8
2015-03-05 07:30:48 +00:00
PACKAGE= bhyve
LIBADD= vmmapi
WARNS?= 3
CFLAGS+=-I${.CURDIR}/../../sys/boot/userboot
.include <bsd.prog.mk>