freebsd-src/usr.sbin/bhyvectl/Makefile
Peter Grehan bd8cef91ea Rename vmmctl to bhyvectl. 'vmmctl' came from a pre-bhyve
internal codebase at NetApp. No need for it to have an
unrelated name to the other userspace utils.

Reviewed by:	neel
Obtained from:	NetApp
2012-10-27 02:10:45 +00:00

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>