bd8cef91ea
internal codebase at NetApp. No need for it to have an unrelated name to the other userspace utils. Reviewed by: neel Obtained from: NetApp
18 lines
173 B
Makefile
18 lines
173 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PROG= bhyvectl
|
|
SRCS= bhyvectl.c
|
|
|
|
NO_MAN=
|
|
|
|
DPADD= ${LIBVMMAPI}
|
|
LDADD= -lvmmapi
|
|
|
|
WARNS?= 3
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys/amd64/vmm
|
|
|
|
.include <bsd.prog.mk>
|