c6db8143ed
Reduce overlinking
14 lines
166 B
Makefile
14 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= bhyveload
|
|
SRCS= bhyveload.c
|
|
MAN= bhyveload.8
|
|
|
|
LIBADD= vmmapi util
|
|
|
|
WARNS?= 3
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../sys/boot/userboot
|
|
|
|
.include <bsd.prog.mk>
|