2ef8ecc842
libvmmapi is actually needed to be linked to libutil, not bhyve nor bhyveload
14 lines
161 B
Makefile
14 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= bhyveload
|
|
SRCS= bhyveload.c
|
|
MAN= bhyveload.8
|
|
|
|
LIBADD= vmmapi
|
|
|
|
WARNS?= 3
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../sys/boot/userboot
|
|
|
|
.include <bsd.prog.mk>
|