summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-11 07:21:16 +0000
committerngie <ngie@FreeBSD.org>2015-02-11 07:21:16 +0000
commita01a4bc555315e8086d5487b5269753486cd0432 (patch)
tree4c5084ce8a3659c4a653ec683838e91344216394 /lib
parente146e39f9f07de6c687d47fbc4a72d61eca828e8 (diff)
downloadFreeBSD-src-a01a4bc555315e8086d5487b5269753486cd0432.zip
FreeBSD-src-a01a4bc555315e8086d5487b5269753486cd0432.tar.gz
MFC r277727:
r277727: Add MK_BHYVE knob for building and installing bhyve(4), et al Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index cd844db..acdd88e 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -225,8 +225,10 @@ _librtld_db= librtld_db
.endif
.if ${MACHINE_CPUARCH} == "amd64"
+.if ${MK_BHYVE} != "no"
_libvmmapi= libvmmapi
.endif
+.endif
.if ${MACHINE_CPUARCH} == "ia64"
_libefi= libefi
OpenPOWER on IntegriCloud