summaryrefslogtreecommitdiff
path: root/usr/src/Targetdirs
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/Targetdirs')
-rw-r--r--usr/src/Targetdirs45
1 files changed, 34 insertions, 11 deletions
diff --git a/usr/src/Targetdirs b/usr/src/Targetdirs
index f8c65e8829..c5ff31d9ef 100644
--- a/usr/src/Targetdirs
+++ b/usr/src/Targetdirs
@@ -28,6 +28,7 @@
# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
# Copyright 2017 Nexenta Systems, Inc.
# Copyright 2017 RackTop Systems.
+# Copyright 2019 Joyent, Inc.
# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
# Copyright 2020 Joyent, Inc.
#
@@ -46,17 +47,23 @@ $(BUILD64) TARGETDIRS += $(DIRS64)
TARGETDIRS += $(FILELINKS) $(DIRLINKS)
-i386_DIRS= \
- /boot/acpi \
- /boot/acpi/tables \
- /boot/grub \
- /boot/grub/bin \
- /platform/i86pc \
- /lib/libmvec \
- /usr/lib/xen \
- /usr/lib/xen/bin
-
-sparc_DIRS= \
+i386_DIRS= \
+ /boot/acpi \
+ /boot/acpi/tables \
+ /boot/grub \
+ /boot/grub/bin \
+ /lib/libmvec \
+ /platform/i86pc \
+ /usr/lib/brand/bhyve \
+ /usr/lib/brand/kvm \
+ /usr/lib/brand/lx \
+ /usr/lib/brand/lx/amd64 \
+ /usr/lib/brand/lx/distros \
+ /usr/lib/xen \
+ /usr/lib/xen/bin \
+ /usr/share/bhyve
+
+sparc_DIRS= \
/usr/lib/ldoms
sparc_64ONLY= $(POUND_SIGN)
@@ -108,9 +115,12 @@ DIRS= \
/devices \
/devices/pseudo \
/etc \
+ /etc/bash \
+ /etc/bash/bash_completion.d \
/etc/brand \
/etc/brand/solaris10 \
/etc/cron.d \
+ /etc/cron.d/crontabs \
/etc/crypto \
/etc/crypto/certs \
/etc/crypto/crls \
@@ -140,6 +150,7 @@ DIRS= \
/etc/hal/fdi/preprobe/20thirdparty \
/etc/hal/fdi/preprobe/30user \
/etc/ipadm \
+ /etc/ipf \
/etc/iscsi \
/etc/rpcsec \
/etc/security \
@@ -270,6 +281,9 @@ DIRS= \
/usr/lib/abi \
/usr/lib/brand \
/usr/lib/brand/ipkg \
+ /usr/lib/brand/jcommon \
+ /usr/lib/brand/joyent \
+ /usr/lib/brand/joyent-minimal \
/usr/lib/brand/labeled \
/usr/lib/brand/shared \
/usr/lib/brand/sn1 \
@@ -296,11 +310,13 @@ DIRS= \
/usr/lib/inet/ilb \
/usr/lib/krb5 \
/usr/lib/link_audit \
+ /usr/lib/localedef/extensions \
/usr/lib/lwp \
/usr/lib/mdb \
/usr/lib/mdb/kvm \
/usr/lib/mdb/proc \
/usr/lib/nfs \
+ /usr/lib/varpd \
/usr/net \
/usr/net/servers \
/usr/lib/pool \
@@ -482,6 +498,7 @@ DIRS64= \
/usr/lib/security/$(MACH64) \
/usr/lib/smbsrv/$(MACH64) \
/usr/lib/abi/$(MACH64) \
+ /usr/lib/varpd/$(MACH64) \
/usr/sbin/$(MACH64) \
/usr/ucb/$(MACH64) \
/usr/ucblib/$(MACH64) \
@@ -521,6 +538,9 @@ SYM.DIRS= \
/usr/ucblib/32 \
/var/ld/32
+i386_SYM.DIRS64= \
+ /usr/lib/brand/lx/64
+
sparc_SYM.DIRS64=
SYM.DIRS64= \
@@ -536,6 +556,7 @@ SYM.DIRS64= \
/usr/lib/lwp/64 \
/usr/lib/secure/64 \
/usr/lib/security/64 \
+ /usr/lib/varpd/64 \
/usr/xpg4/lib/64 \
/var/ld/64 \
/usr/ucblib/64
@@ -633,12 +654,14 @@ $(BUILD64) $(ROOT)/lib/crypto/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/lib/secure/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/usr/lib/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/usr/lib/elfedit/64:= LINKDEST=$(MACH64)
+$(BUILD64) $(ROOT)/usr/lib/brand/lx/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/usr/lib/brand/sn1/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/usr/lib/brand/solaris10/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/usr/lib/lwp/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/usr/lib/link_audit/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/usr/lib/secure/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/usr/lib/security/64:= LINKDEST=$(MACH64)
+$(BUILD64) $(ROOT)/usr/lib/varpd/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/usr/xpg4/lib/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/var/ld/64:= LINKDEST=$(MACH64)
$(BUILD64) $(ROOT)/usr/ucblib/64:= LINKDEST=$(MACH64)