64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
15 lines
169 B
Makefile
15 lines
169 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= bhyveload
|
|
SRCS= bhyveload.c
|
|
MAN= bhyveload.8
|
|
PACKAGE= bhyve
|
|
|
|
LIBADD= vmmapi
|
|
|
|
WARNS?= 3
|
|
|
|
CFLAGS+=-I${SRCTOP}/sys/boot/userboot
|
|
|
|
.include <bsd.prog.mk>
|