aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyveload
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-09 21:38:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-09 21:38:40 +0000
commitea4a4d8a2e1342723c704972808b553021852a71 (patch)
tree003a2e6c24f40c6eaf30bf0c07a965dd7de745b7 /usr.sbin/bhyveload
parent0f55f9d67b1b3fe607224d66b843d1d542045ebb (diff)
downloadsrc-ea4a4d8a2e1342723c704972808b553021852a71.tar.gz
src-ea4a4d8a2e1342723c704972808b553021852a71.zip
Fix overlinking in bhyve:
libvmmapi is actually needed to be linked to libutil, not bhyve nor bhyveload
Notes
Notes: svn path=/head/; revision=281338
Diffstat (limited to 'usr.sbin/bhyveload')
-rw-r--r--usr.sbin/bhyveload/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyveload/Makefile b/usr.sbin/bhyveload/Makefile
index aa89b6c16d91..fce0c1b663e5 100644
--- a/usr.sbin/bhyveload/Makefile
+++ b/usr.sbin/bhyveload/Makefile
@@ -4,7 +4,7 @@ PROG= bhyveload
SRCS= bhyveload.c
MAN= bhyveload.8
-LIBADD= vmmapi util
+LIBADD= vmmapi
WARNS?= 3