From a01a4bc555315e8086d5487b5269753486cd0432 Mon Sep 17 00:00:00 2001 From: ngie Date: Wed, 11 Feb 2015 07:21:16 +0000 Subject: MFC r277727: r277727: Add MK_BHYVE knob for building and installing bhyve(4), et al Sponsored by: EMC / Isilon Storage Division --- usr.sbin/Makefile.amd64 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.sbin/Makefile.amd64') 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 -- cgit v1.1