summaryrefslogtreecommitdiff
path: root/usr/src/lib/brand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/brand/Makefile')
-rw-r--r--usr/src/lib/brand/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/usr/src/lib/brand/Makefile b/usr/src/lib/brand/Makefile
index 763cdb2fa6..a095ec4a63 100644
--- a/usr/src/lib/brand/Makefile
+++ b/usr/src/lib/brand/Makefile
@@ -20,17 +20,18 @@
#
#
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright 2019 Joyent, Inc.
#
-# lib/brand/Makefile
-#
-# include global definitions
include ../../Makefile.master
-#
-# Build everything in parallel; use .WAIT for dependencies
.PARALLEL:
-SUBDIRS= shared .WAIT sn1 solaris10 ipkg labeled $($(MACH)_SUBDIRS)
+i386_SUBDIRS= bhyve kvm lx
+i386_MSGSUBDIRS= lx
+
+SUBDIRS= shared .WAIT sn1 solaris10 ipkg labeled \
+ jcommon joyent joyent-minimal $($(MACH)_SUBDIRS)
+
MSGSUBDIRS= solaris10 shared $($(MACH)_MSGSUBDIRS)
all := TARGET= all