summaryrefslogtreecommitdiffstats
path: root/usr.sbin
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 /usr.sbin
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 'usr.sbin')
-rw-r--r--usr.sbin/Makefile.amd642
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/Makefile.amd64 b/usr.sbin/Makefile.amd64
index 2d1a3e8..3f40974 100644
--- a/usr.sbin/Makefile.amd64
+++ b/usr.sbin/Makefile.amd64
@@ -10,9 +10,11 @@ SUBDIR+= acpi
SUBDIR+= apm
.endif
SUBDIR+= asf
+.if ${MK_BHYVE} != "no"
SUBDIR+= bhyve
SUBDIR+= bhyvectl
SUBDIR+= bhyveload
+.endif
SUBDIR+= boot0cfg
.if ${MK_TOOLCHAIN} != "no"
SUBDIR+= btxld
OpenPOWER on IntegriCloud