diff options
author | ngie <ngie@FreeBSD.org> | 2015-02-11 07:21:16 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-02-11 07:21:16 +0000 |
commit | a01a4bc555315e8086d5487b5269753486cd0432 (patch) | |
tree | 4c5084ce8a3659c4a653ec683838e91344216394 /usr.sbin | |
parent | e146e39f9f07de6c687d47fbc4a72d61eca828e8 (diff) | |
download | FreeBSD-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 'usr.sbin')
-rw-r--r-- | usr.sbin/Makefile.amd64 | 2 |
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 |