diff options
Diffstat (limited to 'usr/src/Targetdirs')
-rw-r--r-- | usr/src/Targetdirs | 43 |
1 files changed, 33 insertions, 10 deletions
diff --git a/usr/src/Targetdirs b/usr/src/Targetdirs index c96d67f095..bb212bbeec 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. # @@ -48,17 +49,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 +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= \ +sparc_DIRS= \ /usr/lib/ldoms sparc_64ONLY= $(POUND_SIGN) @@ -110,9 +117,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 \ @@ -142,6 +152,7 @@ DIRS= \ /etc/hal/fdi/preprobe/20thirdparty \ /etc/hal/fdi/preprobe/30user \ /etc/ipadm \ + /etc/ipf \ /etc/iscsi \ /etc/rpcsec \ /etc/security \ @@ -273,6 +284,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 \ @@ -299,11 +313,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 \ @@ -485,6 +501,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) \ @@ -527,6 +544,9 @@ SYM.DIRS= \ /usr/ucblib/32 \ /var/ld/32 +i386_SYM.DIRS64= \ + /usr/lib/brand/lx/64 + sparc_SYM.DIRS64= SYM.DIRS64= \ @@ -542,6 +562,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 @@ -642,12 +663,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) |