aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyvectl
diff options
context:
space:
mode:
authorNeel Natu <neel@FreeBSD.org>2013-10-09 03:56:07 +0000
committerNeel Natu <neel@FreeBSD.org>2013-10-09 03:56:07 +0000
commit200758f11496ab1a22a3fcf135a128a960ef9213 (patch)
treeacc9a278b9f141070d676a08d2877d23277d20e2 /usr.sbin/bhyvectl
parent490cbcd9cba948ed2aa3eee28e307f9f5d26748f (diff)
downloadsrc-200758f11496ab1a22a3fcf135a128a960ef9213.tar.gz
src-200758f11496ab1a22a3fcf135a128a960ef9213.zip
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)
Notes
Notes: svn path=/head/; revision=256176
Diffstat (limited to 'usr.sbin/bhyvectl')
-rw-r--r--usr.sbin/bhyvectl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bhyvectl/Makefile b/usr.sbin/bhyvectl/Makefile
index 9fde12ccc233..df3f19c56c3c 100644
--- a/usr.sbin/bhyvectl/Makefile
+++ b/usr.sbin/bhyvectl/Makefile
@@ -7,8 +7,8 @@ SRCS= bhyvectl.c
NO_MAN=
-DPADD= ${LIBVMMAPI}
-LDADD= -lvmmapi
+DPADD= ${LIBVMMAPI} ${LIBUTIL}
+LDADD= -lvmmapi -lutil
WARNS?= 3