freebsd-dev/usr.sbin/bhyveload/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

15 lines
202 B
Makefile

# $FreeBSD$
PROG= bhyveload
SRCS= bhyveload.c
MAN= bhyveload.8
DPADD+= ${LIBVMMAPI} ${LIBUTIL}
LDADD+= -lvmmapi -lutil
WARNS?= 3
CFLAGS+=-I${.CURDIR}/../../sys/boot/userboot
.include <bsd.prog.mk>