summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 06:44:48 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 06:44:48 +0000
commit691728766995189ba0ea8b9795f271eb5008ac8e (patch)
treedabcdafc594d6b1c9c606ebb82c9afe0fd211c01 /lib/Makefile
parent87621b19597ca44bd742e885dda35c26848bbe6d (diff)
downloadFreeBSD-src-691728766995189ba0ea8b9795f271eb5008ac8e.zip
FreeBSD-src-691728766995189ba0ea8b9795f271eb5008ac8e.tar.gz
Add MK_BHYVE knob for building and installing bhyve(4), et al
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 83d9d63..90e217e 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -258,8 +258,10 @@ _librtld_db= librtld_db
.endif
.if ${MACHINE_CPUARCH} == "amd64"
+.if ${MK_BHYVE} != "no"
_libvmmapi= libvmmapi
.endif
+.endif
.if ${MACHINE_CPUARCH} == "mips"
_libproc= libproc
OpenPOWER on IntegriCloud