freebsd-dev/usr.sbin/bhyvectl/Makefile
Neel Natu 200758f114 Parse the memory size parameter using expand_number() to allow specifying
the memory size more intuitively (e.g. 512M, 4G etc).

Submitted by:	rodrigc
Reviewed by:	grehan
Approved by:	re (blanket)
2013-10-09 03:56:07 +00:00

18 lines
191 B
Makefile

#
# $FreeBSD$
#
PROG= bhyvectl
SRCS= bhyvectl.c
NO_MAN=
DPADD= ${LIBVMMAPI} ${LIBUTIL}
LDADD= -lvmmapi -lutil
WARNS?= 3
CFLAGS+= -I${.CURDIR}/../../sys/amd64/vmm
.include <bsd.prog.mk>