diff options
Diffstat (limited to 'usr/src/Targetdirs')
-rw-r--r-- | usr/src/Targetdirs | 40 |
1 files changed, 29 insertions, 11 deletions
diff --git a/usr/src/Targetdirs b/usr/src/Targetdirs index 94ec907b77..0c8055062b 100644 --- a/usr/src/Targetdirs +++ b/usr/src/Targetdirs @@ -46,17 +46,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) @@ -116,9 +122,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 \ @@ -148,6 +157,7 @@ DIRS= \ /etc/hal/fdi/preprobe/20thirdparty \ /etc/hal/fdi/preprobe/30user \ /etc/ipadm \ + /etc/ipf \ /etc/iscsi \ /etc/rpcsec \ /etc/security \ @@ -278,6 +288,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 \ @@ -304,6 +317,7 @@ 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 \ @@ -531,6 +545,9 @@ SYM.DIRS= \ /usr/ucblib/32 \ /var/ld/32 +i386_SYM.DIRS64= \ + /usr/lib/brand/lx/64 + sparc_SYM.DIRS64= SYM.DIRS64= \ @@ -644,6 +661,7 @@ $(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) |