10Sstevel@tonic-gate# 20Sstevel@tonic-gate# CDDL HEADER START 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# The contents of this file are subject to the terms of the 51303Swesolows# Common Development and Distribution License (the "License"). 61303Swesolows# You may not use this file except in compliance with the License. 70Sstevel@tonic-gate# 80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 100Sstevel@tonic-gate# See the License for the specific language governing permissions 110Sstevel@tonic-gate# and limitations under the License. 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 180Sstevel@tonic-gate# 190Sstevel@tonic-gate# CDDL HEADER END 200Sstevel@tonic-gate# 211303Swesolows# 221303Swesolows# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 231303Swesolows# Use is subject to license terms. 241303Swesolows# 250Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 260Sstevel@tonic-gate# 270Sstevel@tonic-gate# The list is built of owner-group combinations. ROOT.SYS occurs twice 280Sstevel@tonic-gate# because some directories owned by root and in group sys are subdirectories 290Sstevel@tonic-gate# of directories having other owner-group attributes. 300Sstevel@tonic-gate# 310Sstevel@tonic-gate# It is easier to think in terms of directory names without the ROOT macro 320Sstevel@tonic-gate# prefix. ROOTDIRS is TARGETDIRS with ROOT prefixes. It is necessary 330Sstevel@tonic-gate# to work with ROOT prefixes when controlling conditional assignments. 340Sstevel@tonic-gate# 350Sstevel@tonic-gate# The macro SYM.ROOT.SYS means symlinks with owner root and group sys. 360Sstevel@tonic-gate 370Sstevel@tonic-gateSYMLINKS= $(SYM.ROOT.SYS) $(SYM.ROOT.BIN) $(SYM.OTHERS) 380Sstevel@tonic-gate 390Sstevel@tonic-gateTARGETDIRS= $(ROOT.SYS) $(ROOT.BIN) $(ROOT.SYS2) \ 400Sstevel@tonic-gate $(UUCP.UUCP) $(OTHERS) $(SYM.USRCCSLIB) $(SYM.USRLIB) \ 410Sstevel@tonic-gate $(ROOT.SFW) 420Sstevel@tonic-gate 430Sstevel@tonic-gate$(BUILD64) TARGETDIRS += $(ROOT.SYS64.2) $(ROOT.BIN64) \ 440Sstevel@tonic-gate $(SYM.USRCCSLIB64) $(SYM.USRLIB64) $(ROOT.SFW64) 450Sstevel@tonic-gate 460Sstevel@tonic-gate$(BUILD64) SYMLINKS += $(SYM.ROOT.BIN64) $(SYM.ROOT.SFW64) 470Sstevel@tonic-gate 480Sstevel@tonic-gateTARGETDIRS += $(SYMLINKS) 490Sstevel@tonic-gate 500Sstevel@tonic-gatei386_ROOT.SYS= \ 510Sstevel@tonic-gate /boot \ 520Sstevel@tonic-gate /boot/acpi \ 530Sstevel@tonic-gate /boot/acpi/tables \ 540Sstevel@tonic-gate /boot/grub \ 550Sstevel@tonic-gate /boot/grub/bin \ 560Sstevel@tonic-gate /boot/solaris \ 570Sstevel@tonic-gate /boot/solaris/bin 580Sstevel@tonic-gate 590Sstevel@tonic-gatesparc_ROOT.SYS= 600Sstevel@tonic-gate 610Sstevel@tonic-gateROOT.SYS= \ 620Sstevel@tonic-gate $($(MACH)_ROOT.SYS) \ 630Sstevel@tonic-gate /dev \ 640Sstevel@tonic-gate /dev/dsk \ 650Sstevel@tonic-gate /dev/fd \ 660Sstevel@tonic-gate /dev/rdsk \ 670Sstevel@tonic-gate /dev/rmt \ 680Sstevel@tonic-gate /dev/pts \ 690Sstevel@tonic-gate /dev/sad \ 700Sstevel@tonic-gate /dev/swap \ 710Sstevel@tonic-gate /devices \ 720Sstevel@tonic-gate /devices/pseudo \ 730Sstevel@tonic-gate /etc \ 740Sstevel@tonic-gate /etc/certs \ 750Sstevel@tonic-gate /etc/cron.d \ 760Sstevel@tonic-gate /etc/crypto \ 770Sstevel@tonic-gate /etc/crypto/certs \ 780Sstevel@tonic-gate /etc/crypto/crls \ 790Sstevel@tonic-gate /etc/default \ 800Sstevel@tonic-gate /etc/devices \ 810Sstevel@tonic-gate /etc/dfs \ 820Sstevel@tonic-gate /etc/fs \ 830Sstevel@tonic-gate /etc/fs/nfs \ 84789Sahrens /etc/fs/zfs \ 850Sstevel@tonic-gate /etc/ftpd \ 862912Sartem /etc/hal \ 872912Sartem /etc/hal/fdi \ 882912Sartem /etc/hal/fdi/information \ 892912Sartem /etc/hal/fdi/information/10freedesktop \ 902912Sartem /etc/hal/fdi/information/20thirdparty \ 912912Sartem /etc/hal/fdi/information/30user \ 922912Sartem /etc/hal/fdi/policy \ 932912Sartem /etc/hal/fdi/policy/10osvendor \ 942912Sartem /etc/hal/fdi/policy/20thirdparty \ 952912Sartem /etc/hal/fdi/policy/30user \ 962912Sartem /etc/hal/fdi/preprobe \ 972912Sartem /etc/hal/fdi/preprobe/10osvendor \ 982912Sartem /etc/hal/fdi/preprobe/20thirdparty \ 992912Sartem /etc/hal/fdi/preprobe/30user \ 1002314Smcneal /etc/iscsi \ 1010Sstevel@tonic-gate /etc/rpcsec \ 1020Sstevel@tonic-gate /etc/security \ 1030Sstevel@tonic-gate /etc/gss \ 1040Sstevel@tonic-gate /etc/init.d \ 1050Sstevel@tonic-gate /etc/lib \ 1060Sstevel@tonic-gate /etc/opt \ 1070Sstevel@tonic-gate /etc/rc0.d \ 1080Sstevel@tonic-gate /etc/rc1.d \ 1090Sstevel@tonic-gate /etc/rc2.d \ 1100Sstevel@tonic-gate /etc/rc3.d \ 1110Sstevel@tonic-gate /etc/rcS.d \ 1120Sstevel@tonic-gate /etc/sasl \ 1130Sstevel@tonic-gate /etc/sfw \ 1140Sstevel@tonic-gate /etc/svc \ 1150Sstevel@tonic-gate /etc/svc/volatile \ 1160Sstevel@tonic-gate /etc/tm \ 1170Sstevel@tonic-gate /etc/usb \ 118952Seschrock /etc/zfs \ 1190Sstevel@tonic-gate /etc/zones \ 1200Sstevel@tonic-gate /export \ 1210Sstevel@tonic-gate /home \ 1220Sstevel@tonic-gate /kernel \ 1230Sstevel@tonic-gate /mnt \ 1240Sstevel@tonic-gate /opt \ 1250Sstevel@tonic-gate /platform \ 1260Sstevel@tonic-gate /proc \ 1270Sstevel@tonic-gate /sbin \ 1280Sstevel@tonic-gate /system \ 1290Sstevel@tonic-gate /system/contract \ 1300Sstevel@tonic-gate /system/object \ 1310Sstevel@tonic-gate /usr \ 1320Sstevel@tonic-gate /usr/kernel \ 1330Sstevel@tonic-gate /usr/platform \ 1340Sstevel@tonic-gate /usr/share \ 1350Sstevel@tonic-gate /var \ 1360Sstevel@tonic-gate /var/adm \ 1370Sstevel@tonic-gate /var/adm/pool \ 1380Sstevel@tonic-gate /var/adm/sm.bin \ 1390Sstevel@tonic-gate /var/adm/streams \ 1400Sstevel@tonic-gate /var/cron \ 1412093Sdr146992 /var/db \ 1422093Sdr146992 /var/db/ipf \ 1430Sstevel@tonic-gate /var/krb5 \ 1440Sstevel@tonic-gate /var/krb5/rcache \ 1450Sstevel@tonic-gate /var/krb5/rcache/root \ 1460Sstevel@tonic-gate /var/log \ 1470Sstevel@tonic-gate /var/log/pool \ 1480Sstevel@tonic-gate /var/sadm \ 1490Sstevel@tonic-gate /var/opt \ 1500Sstevel@tonic-gate /var/run \ 1510Sstevel@tonic-gate /var/svc \ 1520Sstevel@tonic-gate /var/svc/log \ 1530Sstevel@tonic-gate /var/svc/manifest \ 1540Sstevel@tonic-gate /var/svc/manifest/milestone \ 1550Sstevel@tonic-gate /var/svc/manifest/device \ 1560Sstevel@tonic-gate /var/svc/manifest/system \ 1570Sstevel@tonic-gate /var/svc/manifest/system/device \ 1580Sstevel@tonic-gate /var/svc/manifest/system/filesystem \ 1590Sstevel@tonic-gate /var/svc/manifest/system/security \ 1600Sstevel@tonic-gate /var/svc/manifest/system/svc \ 1610Sstevel@tonic-gate /var/svc/manifest/network \ 1620Sstevel@tonic-gate /var/svc/manifest/network/dns \ 1630Sstevel@tonic-gate /var/svc/manifest/network/ldap \ 1640Sstevel@tonic-gate /var/svc/manifest/network/nfs \ 1650Sstevel@tonic-gate /var/svc/manifest/network/nis \ 1660Sstevel@tonic-gate /var/svc/manifest/network/rpc \ 1670Sstevel@tonic-gate /var/svc/manifest/network/security \ 168*3034Sdougm /var/svc/manifest/network/shares \ 169919Skais /var/svc/manifest/network/ssl \ 1700Sstevel@tonic-gate /var/svc/manifest/application \ 1710Sstevel@tonic-gate /var/svc/manifest/application/management \ 1720Sstevel@tonic-gate /var/svc/manifest/application/security \ 1730Sstevel@tonic-gate /var/svc/manifest/application/print \ 1740Sstevel@tonic-gate /var/svc/manifest/platform \ 1750Sstevel@tonic-gate /var/svc/manifest/platform/i86pc \ 1760Sstevel@tonic-gate /var/svc/manifest/platform/sun4u \ 1771991Sheppo /var/svc/manifest/platform/sun4v \ 1780Sstevel@tonic-gate /var/svc/manifest/site \ 1790Sstevel@tonic-gate /var/svc/profile 1800Sstevel@tonic-gate 1810Sstevel@tonic-gate# EXPORT DELETE START 1820Sstevel@tonic-gateXROOT.BIN= \ 1830Sstevel@tonic-gate /etc/sfw/openssl \ 1840Sstevel@tonic-gate /etc/sfw/openssl/certs \ 1850Sstevel@tonic-gate /etc/sfw/openssl/private \ 1860Sstevel@tonic-gate /usr/lib/inet/wanboot 1870Sstevel@tonic-gate# EXPORT DELETE END 1880Sstevel@tonic-gate 1892744Snn35248i386_ROOT.BIN= \ 1902744Snn35248 /usr/lib/brand/lx \ 1912744Snn35248 /usr/lib/brand/lx/amd64 \ 1922744Snn35248 /usr/lib/brand/lx/distros 1931991Sheppo 1941991Shepposparc_ROOT.BIN= \ 1951991Sheppo /usr/lib/ldoms 1961991Sheppo 1970Sstevel@tonic-gateROOT.BIN= \ 1981991Sheppo $($(MACH)_ROOT.BIN) \ 1992912Sartem /etc/dbus-1 \ 2002912Sartem /etc/dbus-1/system.d \ 2010Sstevel@tonic-gate /etc/saf \ 2021303Swesolows /etc/sma \ 2031303Swesolows /etc/sma/snmp \ 2040Sstevel@tonic-gate /lib \ 2050Sstevel@tonic-gate /lib/secure \ 2060Sstevel@tonic-gate /lib/svc \ 2070Sstevel@tonic-gate /lib/svc/bin \ 2080Sstevel@tonic-gate /lib/svc/capture \ 2090Sstevel@tonic-gate /lib/svc/method \ 2100Sstevel@tonic-gate /lib/svc/monitor \ 2110Sstevel@tonic-gate /lib/svc/seed \ 2120Sstevel@tonic-gate /lib/svc/share \ 2130Sstevel@tonic-gate /usr/4lib \ 2140Sstevel@tonic-gate /usr/bin \ 2150Sstevel@tonic-gate /usr/bin/$(MACH32) \ 2160Sstevel@tonic-gate /usr/ccs \ 2170Sstevel@tonic-gate /usr/ccs/bin \ 2180Sstevel@tonic-gate /usr/ccs/lib \ 2190Sstevel@tonic-gate /usr/demo \ 2200Sstevel@tonic-gate /usr/demo/SOUND \ 2210Sstevel@tonic-gate /usr/games \ 2220Sstevel@tonic-gate /usr/include \ 2230Sstevel@tonic-gate /usr/kvm \ 2240Sstevel@tonic-gate /usr/include/sys/crypto \ 2250Sstevel@tonic-gate /usr/include/fm \ 2260Sstevel@tonic-gate /usr/include/gssapi \ 2272912Sartem /usr/include/hal \ 2280Sstevel@tonic-gate /usr/include/kerberosv5 \ 2290Sstevel@tonic-gate /usr/include/libmilter \ 2302912Sartem /usr/include/libpolkit \ 2310Sstevel@tonic-gate /usr/include/sasl \ 2321676Sjpk /usr/include/tsol \ 2331694Sdarrenm /usr/include/security \ 2340Sstevel@tonic-gate /usr/lib \ 2350Sstevel@tonic-gate /usr/lib/abi \ 2362744Snn35248 /usr/lib/brand \ 2372744Snn35248 /usr/lib/brand/native \ 2382744Snn35248 /usr/lib/brand/sn1 \ 2390Sstevel@tonic-gate /usr/lib/class \ 2400Sstevel@tonic-gate /usr/lib/class/FSS \ 2410Sstevel@tonic-gate /usr/lib/class/FX \ 2420Sstevel@tonic-gate /usr/lib/class/IA \ 2430Sstevel@tonic-gate /usr/lib/class/RT \ 2440Sstevel@tonic-gate /usr/lib/class/TS \ 2450Sstevel@tonic-gate /usr/lib/crypto \ 2460Sstevel@tonic-gate /usr/lib/drv \ 2470Sstevel@tonic-gate /usr/lib/font \ 2480Sstevel@tonic-gate /usr/lib/fp \ 2490Sstevel@tonic-gate /usr/lib/fp/libp \ 2500Sstevel@tonic-gate /usr/lib/inet \ 2510Sstevel@tonic-gate /usr/lib/inet/dhcp \ 2520Sstevel@tonic-gate /usr/lib/inet/dhcp/nsu \ 2530Sstevel@tonic-gate /usr/lib/inet/dhcp/svc \ 2540Sstevel@tonic-gate /usr/lib/inet/dhcp/svcadm \ 2550Sstevel@tonic-gate $(XROOT.BIN) \ 2560Sstevel@tonic-gate /usr/lib/fm \ 2570Sstevel@tonic-gate /usr/lib/gss \ 2582912Sartem /usr/lib/hal \ 2590Sstevel@tonic-gate /usr/lib/krb5 \ 2600Sstevel@tonic-gate /usr/lib/link_audit \ 2610Sstevel@tonic-gate /usr/lib/libp \ 2620Sstevel@tonic-gate /usr/lib/localedef \ 2630Sstevel@tonic-gate /usr/lib/localedef/extensions \ 2640Sstevel@tonic-gate /usr/lib/localedef/src \ 2650Sstevel@tonic-gate /usr/lib/lwp \ 2660Sstevel@tonic-gate /usr/lib/pool \ 2670Sstevel@tonic-gate /usr/lib/rcap \ 2680Sstevel@tonic-gate /usr/lib/rcap/$(MACH32) \ 2690Sstevel@tonic-gate /usr/lib/saf \ 2700Sstevel@tonic-gate /usr/lib/sasl \ 2710Sstevel@tonic-gate /usr/lib/secure \ 2720Sstevel@tonic-gate /usr/lib/security \ 2730Sstevel@tonic-gate /usr/lib/term \ 2740Sstevel@tonic-gate /usr/lib/zones \ 2750Sstevel@tonic-gate /usr/old \ 2760Sstevel@tonic-gate /usr/openwin \ 2770Sstevel@tonic-gate /usr/proc \ 2780Sstevel@tonic-gate /usr/proc/bin \ 2790Sstevel@tonic-gate /usr/sadm \ 2800Sstevel@tonic-gate /usr/sadm/install \ 2810Sstevel@tonic-gate /usr/sadm/install/scripts \ 2820Sstevel@tonic-gate /usr/sadm/sysadm \ 2830Sstevel@tonic-gate /usr/sadm/sysadm/add-ons \ 2840Sstevel@tonic-gate /usr/snadm \ 2850Sstevel@tonic-gate /usr/snadm/lib \ 2860Sstevel@tonic-gate /usr/sbin \ 2870Sstevel@tonic-gate /usr/sbin/$(MACH32) \ 2880Sstevel@tonic-gate /usr/share/audio \ 2890Sstevel@tonic-gate /usr/share/audio/samples \ 2900Sstevel@tonic-gate /usr/share/audio/samples/au \ 2910Sstevel@tonic-gate /usr/share/man \ 2920Sstevel@tonic-gate /usr/share/man/man1m \ 2930Sstevel@tonic-gate /usr/ucb \ 2940Sstevel@tonic-gate /usr/ucb/$(MACH32) \ 2950Sstevel@tonic-gate /usr/ucblib \ 2960Sstevel@tonic-gate /usr/xpg4 \ 2970Sstevel@tonic-gate /usr/xpg4/bin \ 2980Sstevel@tonic-gate /usr/xpg4/include \ 2990Sstevel@tonic-gate /usr/xpg4/lib \ 3000Sstevel@tonic-gate /usr/xpg6 \ 3010Sstevel@tonic-gate /usr/xpg6/bin \ 3020Sstevel@tonic-gate /var/ld \ 3030Sstevel@tonic-gate /var/news \ 3040Sstevel@tonic-gate /var/preserve \ 3050Sstevel@tonic-gate /var/saf \ 3060Sstevel@tonic-gate /var/spool 3070Sstevel@tonic-gate 3080Sstevel@tonic-gatesparcv9_ROOT.BIN64= \ 3090Sstevel@tonic-gate /platform/sun4u/sbin \ 3100Sstevel@tonic-gate /platform/sun4u/lib \ 3110Sstevel@tonic-gate /platform/sun4u/lib/$(MACH64) \ 3120Sstevel@tonic-gate /usr/platform/sun4u/sbin \ 3130Sstevel@tonic-gate /usr/platform/sun4u/lib \ 3140Sstevel@tonic-gate /usr/platform/sun4u/lib/$(MACH64) \ 3150Sstevel@tonic-gate /platform/sun4v/lib \ 3160Sstevel@tonic-gate /platform/sun4v/lib/$(MACH64) \ 3170Sstevel@tonic-gate /usr/platform/sun4v/sbin \ 3180Sstevel@tonic-gate /usr/platform/sun4v/lib \ 3191838Shyw /usr/platform/sun4u-us3/lib \ 3201838Shyw /usr/platform/sun4u-opl/lib 3210Sstevel@tonic-gate 3220Sstevel@tonic-gateamd64_ROOT.BIN64= 3230Sstevel@tonic-gate 3240Sstevel@tonic-gateROOT.BIN64= \ 3250Sstevel@tonic-gate $($(MACH64)_ROOT.BIN64) \ 3260Sstevel@tonic-gate /lib/$(MACH64) \ 3270Sstevel@tonic-gate /lib/secure/$(MACH64) \ 3280Sstevel@tonic-gate /usr/bin/$(MACH64) \ 3290Sstevel@tonic-gate /usr/ccs/bin/$(MACH64) \ 3300Sstevel@tonic-gate /usr/ccs/lib/$(MACH64) \ 3310Sstevel@tonic-gate /usr/lib/$(MACH64) \ 3320Sstevel@tonic-gate /usr/lib/$(MACH64)/gss \ 3330Sstevel@tonic-gate /usr/lib/fm/$(MACH64) \ 3340Sstevel@tonic-gate /usr/lib/fp/libp/$(MACH64) \ 3350Sstevel@tonic-gate /usr/lib/krb5/$(MACH64) \ 3360Sstevel@tonic-gate /usr/lib/libp/$(MACH64) \ 3370Sstevel@tonic-gate /usr/lib/link_audit/$(MACH64) \ 3380Sstevel@tonic-gate /usr/lib/lwp/$(MACH64) \ 3390Sstevel@tonic-gate /usr/lib/rcap/$(MACH64) \ 3400Sstevel@tonic-gate /usr/lib/sasl/$(MACH64) \ 3410Sstevel@tonic-gate /usr/lib/secure/$(MACH64) \ 3420Sstevel@tonic-gate /usr/lib/security/$(MACH64) \ 3430Sstevel@tonic-gate /usr/lib/abi/$(MACH64) \ 3440Sstevel@tonic-gate /usr/sbin/$(MACH64) \ 3450Sstevel@tonic-gate /usr/ucb/$(MACH64) \ 3460Sstevel@tonic-gate /usr/ucblib/$(MACH64) \ 3470Sstevel@tonic-gate /usr/xpg4/lib/$(MACH64) \ 3480Sstevel@tonic-gate /var/ld/$(MACH64) 3490Sstevel@tonic-gate 3500Sstevel@tonic-gateROOT.SYS2= \ 3510Sstevel@tonic-gate /usr/lib/fs \ 3520Sstevel@tonic-gate /usr/lib/fs/nfs \ 3530Sstevel@tonic-gate /usr/lib/fs/proc \ 354789Sahrens /usr/lib/fs/zfs \ 3550Sstevel@tonic-gate /usr/lib/mdb \ 3560Sstevel@tonic-gate /usr/lib/mdb/kvm \ 3570Sstevel@tonic-gate /usr/lib/mdb/proc \ 3580Sstevel@tonic-gate /usr/lib/mdb/disasm \ 3590Sstevel@tonic-gate /usr/lib/nfs \ 3600Sstevel@tonic-gate /usr/net \ 3610Sstevel@tonic-gate /usr/net/servers \ 3622912Sartem /usr/share/hwdata \ 3630Sstevel@tonic-gate /usr/share/lib \ 3640Sstevel@tonic-gate /usr/share/lib/xml \ 3650Sstevel@tonic-gate /usr/share/lib/xml/dtd \ 3660Sstevel@tonic-gate /usr/share/src \ 3670Sstevel@tonic-gate /var/spool/cron \ 3680Sstevel@tonic-gate /var/spool/cron/atjobs \ 3690Sstevel@tonic-gate /var/spool/cron/crontabs 3700Sstevel@tonic-gate 3710Sstevel@tonic-gatesparcv9_ROOT.SYS64.2 = \ 3720Sstevel@tonic-gate /platform/sun4u \ 3730Sstevel@tonic-gate /usr/platform/sun4u 3740Sstevel@tonic-gate 3750Sstevel@tonic-gateamd64_ROOT.SYS64.2 = 3760Sstevel@tonic-gate 3770Sstevel@tonic-gateROOT.SYS64.2 = \ 3780Sstevel@tonic-gate $($(MACH64)_ROOT.SYS64.2) \ 3790Sstevel@tonic-gate /usr/lib/mdb/kvm/$(MACH64) \ 3800Sstevel@tonic-gate /usr/lib/mdb/proc/$(MACH64) 3810Sstevel@tonic-gate 3820Sstevel@tonic-gateUUCP.UUCP= \ 3830Sstevel@tonic-gate /var/spool/uucp \ 3840Sstevel@tonic-gate /var/spool/uucppublic \ 3850Sstevel@tonic-gate /var/uucp 3860Sstevel@tonic-gate 3870Sstevel@tonic-gateROOT.SFW= \ 3880Sstevel@tonic-gate /usr/sfw/bin \ 3890Sstevel@tonic-gate /usr/sfw/sbin \ 3900Sstevel@tonic-gate /usr/sfw/include \ 3910Sstevel@tonic-gate /usr/sfw/lib \ 3920Sstevel@tonic-gate /usr/sfw/share 3930Sstevel@tonic-gate 3940Sstevel@tonic-gateROOT.SFW64= \ 3950Sstevel@tonic-gate /usr/sfw/lib/$(MACH64) 3960Sstevel@tonic-gate 3970Sstevel@tonic-gate# EXPORT DELETE START 3980Sstevel@tonic-gateROOT.SFW64+= \ 3990Sstevel@tonic-gate /usr/sfw/bin/$(MACH64) 4000Sstevel@tonic-gate# EXPORT DELETE END 4010Sstevel@tonic-gate 4020Sstevel@tonic-gateOTHERS= \ 4030Sstevel@tonic-gate /dev/term \ 4040Sstevel@tonic-gate /tmp \ 4050Sstevel@tonic-gate /etc/mail \ 4060Sstevel@tonic-gate /etc/mail/cf \ 4070Sstevel@tonic-gate /etc/mail/cf/cf \ 4080Sstevel@tonic-gate /etc/mail/cf/domain \ 4090Sstevel@tonic-gate /etc/mail/cf/feature \ 4100Sstevel@tonic-gate /etc/mail/cf/m4 \ 4110Sstevel@tonic-gate /etc/mail/cf/mailer \ 4120Sstevel@tonic-gate /etc/mail/cf/ostype \ 4130Sstevel@tonic-gate /etc/mail/cf/sh \ 4140Sstevel@tonic-gate /usr/lib/sa \ 4150Sstevel@tonic-gate /usr/share/lib/tmac \ 4160Sstevel@tonic-gate /var/adm/exacct \ 4170Sstevel@tonic-gate /var/adm/log \ 4180Sstevel@tonic-gate /var/adm/sa \ 4190Sstevel@tonic-gate /var/mail \ 4200Sstevel@tonic-gate /var/spool/lp \ 4210Sstevel@tonic-gate /var/tmp 4220Sstevel@tonic-gate 4230Sstevel@tonic-gate# /var/mail/:saved is built directly by the rootdirs target in 4240Sstevel@tonic-gate# /usr/src/Makefile because of the colon in its name. 4250Sstevel@tonic-gate 4260Sstevel@tonic-gate# macros for symbolic links 4270Sstevel@tonic-gate 4280Sstevel@tonic-gateSYM.ROOT.SYS= \ 4290Sstevel@tonic-gate /dev/stdin \ 4300Sstevel@tonic-gate /dev/stdout \ 4310Sstevel@tonic-gate /dev/stderr \ 4320Sstevel@tonic-gate /usr/adm \ 4330Sstevel@tonic-gate /usr/lib/cron \ 4340Sstevel@tonic-gate /usr/man \ 4350Sstevel@tonic-gate /usr/pub 4360Sstevel@tonic-gate 4370Sstevel@tonic-gateSYM.ROOT.BIN= \ 4380Sstevel@tonic-gate /bin \ 4390Sstevel@tonic-gate /lib/32 \ 4400Sstevel@tonic-gate /lib/secure/32 \ 4410Sstevel@tonic-gate /etc/lib/ld.so.1 \ 4420Sstevel@tonic-gate /etc/lib/libdl.so.1 \ 4430Sstevel@tonic-gate /etc/lib/nss_files.so.1 \ 4440Sstevel@tonic-gate /usr/spool \ 4450Sstevel@tonic-gate /usr/lib/tmac \ 4460Sstevel@tonic-gate /usr/ccs/lib/fp \ 4470Sstevel@tonic-gate /usr/ccs/lib/link_audit \ 4480Sstevel@tonic-gate /usr/news \ 4490Sstevel@tonic-gate /usr/preserve \ 4500Sstevel@tonic-gate /usr/src \ 4510Sstevel@tonic-gate /usr/lib/32 \ 4520Sstevel@tonic-gate /usr/lib/libp/32 \ 4530Sstevel@tonic-gate /usr/lib/lwp/32 \ 4540Sstevel@tonic-gate /usr/lib/link_audit/32 \ 4550Sstevel@tonic-gate /usr/lib/secure/32 \ 4562552Scraigm /var/ld/32 \ 4572552Scraigm /usr/ucblib/32 4580Sstevel@tonic-gate 4592744Snn35248 4602744Snn35248i386_SYM.ROOT.BIN64= \ 4612744Snn35248 /usr/lib/brand/lx/64 4622744Snn35248 4632744Snn35248sparc_SYM.ROOT.BIN64= 4642744Snn35248 4650Sstevel@tonic-gateSYM.ROOT.BIN64= \ 4662744Snn35248 $($(MACH)_SYM.ROOT.BIN64) \ 4670Sstevel@tonic-gate /lib/64 \ 4680Sstevel@tonic-gate /lib/secure/64 \ 4690Sstevel@tonic-gate /usr/lib/64 \ 4700Sstevel@tonic-gate /usr/lib/libp/64 \ 4710Sstevel@tonic-gate /usr/lib/link_audit/64 \ 4720Sstevel@tonic-gate /usr/lib/lwp/64 \ 4730Sstevel@tonic-gate /usr/lib/secure/64 \ 4740Sstevel@tonic-gate /usr/lib/security/64 \ 4750Sstevel@tonic-gate /usr/xpg4/lib/64 \ 4762552Scraigm /var/ld/64 \ 4772552Scraigm /usr/ucblib/64 4780Sstevel@tonic-gate 4790Sstevel@tonic-gateSYM.ROOT.SFW64= \ 4800Sstevel@tonic-gate /usr/sfw/lib/64 4810Sstevel@tonic-gate 4820Sstevel@tonic-gateSYM.OTHERS= \ 4830Sstevel@tonic-gate /etc/log \ 4840Sstevel@tonic-gate /usr/mail \ 4850Sstevel@tonic-gate /usr/tmp 4860Sstevel@tonic-gate 4870Sstevel@tonic-gate# prepend the ROOT prefix 4880Sstevel@tonic-gate 4890Sstevel@tonic-gateROOTDIRS= $(TARGETDIRS:%=$(ROOT)%) 4900Sstevel@tonic-gate 4910Sstevel@tonic-gate# conditional assignments 4920Sstevel@tonic-gate# 4930Sstevel@tonic-gate# Target directories with non-default values for owner and group must 4940Sstevel@tonic-gate# be referenced here, using their fully-prefixed names, and the non- 4950Sstevel@tonic-gate# default values assigned. If a directory is mentioned above and not 4960Sstevel@tonic-gate# mentioned below, it has default values for attributes. 4970Sstevel@tonic-gate# 4980Sstevel@tonic-gate# The default values for OWNER, GROUP, and DIRMODE are specified in 4990Sstevel@tonic-gate# /usr/src/Makefile.master. 5000Sstevel@tonic-gate# 5010Sstevel@tonic-gate 5020Sstevel@tonic-gate$(ROOT)/tmp \ 5030Sstevel@tonic-gate$(ROOT)/usr/tmp \ 5040Sstevel@tonic-gate$(ROOT)/var/tmp \ 5050Sstevel@tonic-gate$(ROOT)/var/adm/sa \ 5060Sstevel@tonic-gate$(ROOT.SYS:%=$(ROOT)%) \ 5070Sstevel@tonic-gate$(ROOT.SYS2:%=$(ROOT)%) \ 5080Sstevel@tonic-gate$(ROOT.SYS64.2:%=$(ROOT)%) \ 5090Sstevel@tonic-gate$(SYM.ROOT.SYS:%=$(ROOT)%):= GROUP= sys 5100Sstevel@tonic-gate 5110Sstevel@tonic-gate$(ROOT)/var/adm \ 5120Sstevel@tonic-gate$(ROOT)/var/adm/sa := DIRMODE= 775 5130Sstevel@tonic-gate 5140Sstevel@tonic-gate$(ROOT)/dev/term:= GROUP= root 5150Sstevel@tonic-gate 5160Sstevel@tonic-gate$(UUCP.UUCP:%=$(ROOT)%):= OWNER= uucp 5170Sstevel@tonic-gate$(UUCP.UUCP:%=$(ROOT)%):= GROUP= uucp 5180Sstevel@tonic-gate 5190Sstevel@tonic-gate$(ROOT)/etc/log \ 5200Sstevel@tonic-gate$(ROOT)/usr/lib/sa \ 5210Sstevel@tonic-gate$(ROOT)/var/adm/exacct \ 5220Sstevel@tonic-gate$(ROOT)/var/adm/log \ 5230Sstevel@tonic-gate$(ROOT)/var/adm/sa:= OWNER= adm 5240Sstevel@tonic-gate 5250Sstevel@tonic-gate$(ROOT)/etc/log \ 5260Sstevel@tonic-gate$(ROOT)/var/adm/exacct \ 5270Sstevel@tonic-gate$(ROOT)/var/adm/log:= GROUP= adm 5280Sstevel@tonic-gate 5290Sstevel@tonic-gate$(ROOT)/etc/mail \ 5300Sstevel@tonic-gate$(ROOT)/etc/mail/cf \ 5310Sstevel@tonic-gate$(ROOT)/etc/mail/cf/cf \ 5320Sstevel@tonic-gate$(ROOT)/etc/mail/cf/domain \ 5330Sstevel@tonic-gate$(ROOT)/etc/mail/cf/feature \ 5340Sstevel@tonic-gate$(ROOT)/etc/mail/cf/m4 \ 5350Sstevel@tonic-gate$(ROOT)/etc/mail/cf/mailer \ 5360Sstevel@tonic-gate$(ROOT)/etc/mail/cf/ostype \ 5370Sstevel@tonic-gate$(ROOT)/etc/mail/cf/sh \ 5380Sstevel@tonic-gate$(ROOT)/usr/mail \ 5390Sstevel@tonic-gate$(ROOT)/var/mail := GROUP= mail 5400Sstevel@tonic-gate 5410Sstevel@tonic-gate$(ROOT)/var/spool/lp:= OWNER= lp 5420Sstevel@tonic-gate$(ROOT)/var/spool/lp:= GROUP= lp 5430Sstevel@tonic-gate$(ROOT)/var/spool/lp:= DIRMODE= 775 5440Sstevel@tonic-gate 5450Sstevel@tonic-gate# file mode 5460Sstevel@tonic-gate# 5470Sstevel@tonic-gate$(ROOT)/tmp \ 5480Sstevel@tonic-gate$(ROOT)/var/krb5/rcache \ 5490Sstevel@tonic-gate$(ROOT)/var/preserve \ 5500Sstevel@tonic-gate$(ROOT)/var/spool/pkg \ 5510Sstevel@tonic-gate$(ROOT)/var/spool/uucppublic \ 5520Sstevel@tonic-gate$(ROOT)/var/tmp:= DIRMODE= 1777 5530Sstevel@tonic-gate 5540Sstevel@tonic-gate$(ROOT)/var/krb5/rcache/root:= DIRMODE= 700 5550Sstevel@tonic-gate 5560Sstevel@tonic-gate$(ROOT)/etc/sfw/openssl/private:= DIRMODE= 700 5570Sstevel@tonic-gate 5580Sstevel@tonic-gate# 5590Sstevel@tonic-gate# These permissions must match the ones set 5600Sstevel@tonic-gate# internally by fdfs and autofs. 5610Sstevel@tonic-gate# 5620Sstevel@tonic-gate$(ROOT)/dev/fd \ 5630Sstevel@tonic-gate$(ROOT)/home:= DIRMODE= 555 5640Sstevel@tonic-gate 5650Sstevel@tonic-gate$(ROOT)/dev/fd \ 5660Sstevel@tonic-gate$(ROOT)/home:= GROUP= root 5670Sstevel@tonic-gate 5680Sstevel@tonic-gate$(ROOT)/var/mail:= DIRMODE=1777 5690Sstevel@tonic-gate 5700Sstevel@tonic-gate$(ROOT)/proc:= GROUP= root 5710Sstevel@tonic-gate$(ROOT)/proc:= DIRMODE= 555 5720Sstevel@tonic-gate 5730Sstevel@tonic-gate$(ROOT)/system/contract:= DIRMODE= 555 5740Sstevel@tonic-gate$(ROOT)/system/object:= DIRMODE= 555 5750Sstevel@tonic-gate 5760Sstevel@tonic-gate# symlink assignments, LINKDEST is the value of the symlink 5770Sstevel@tonic-gate# 5780Sstevel@tonic-gate$(ROOT)/usr/lib/cron:= LINKDEST=../../etc/cron.d 5790Sstevel@tonic-gate$(ROOT)/bin:= LINKDEST=usr/bin 5800Sstevel@tonic-gate$(ROOT)/lib/32:= LINKDEST=. 5810Sstevel@tonic-gate$(ROOT)/lib/secure/32:= LINKDEST=. 5820Sstevel@tonic-gate$(ROOT)/dev/stdin:= LINKDEST=fd/0 5830Sstevel@tonic-gate$(ROOT)/dev/stdout:= LINKDEST=fd/1 5840Sstevel@tonic-gate$(ROOT)/dev/stderr:= LINKDEST=fd/2 5850Sstevel@tonic-gate$(ROOT)/usr/pub:= LINKDEST=share/lib/pub 5860Sstevel@tonic-gate$(ROOT)/usr/man:= LINKDEST=share/man 5870Sstevel@tonic-gate$(ROOT)/usr/src:= LINKDEST=share/src 5880Sstevel@tonic-gate$(ROOT)/usr/adm:= LINKDEST=../var/adm 5890Sstevel@tonic-gate$(ROOT)/etc/lib/ld.so.1:= LINKDEST=../../lib/ld.so.1 5900Sstevel@tonic-gate$(ROOT)/etc/lib/libdl.so.1:= LINKDEST=../../lib/libdl.so.1 5910Sstevel@tonic-gate$(ROOT)/etc/lib/nss_files.so.1:= LINKDEST=../../lib/nss_files.so.1 5920Sstevel@tonic-gate$(ROOT)/etc/log:= LINKDEST=../var/adm/log 5930Sstevel@tonic-gate$(ROOT)/usr/mail:= LINKDEST=../var/mail 5940Sstevel@tonic-gate$(ROOT)/usr/news:= LINKDEST=../var/news 5950Sstevel@tonic-gate$(ROOT)/usr/preserve:= LINKDEST=../var/preserve 5960Sstevel@tonic-gate$(ROOT)/usr/spool:= LINKDEST=../var/spool 5970Sstevel@tonic-gate$(ROOT)/usr/tmp:= LINKDEST=../var/tmp 5980Sstevel@tonic-gate$(ROOT)/usr/lib/tmac:= LINKDEST=../share/lib/tmac 5990Sstevel@tonic-gate$(ROOT)/usr/lib/32:= LINKDEST=. 6000Sstevel@tonic-gate$(ROOT)/usr/lib/libp/32:= LINKDEST=. 6010Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/32:= LINKDEST=. 6020Sstevel@tonic-gate$(ROOT)/usr/lib/link_audit/32:= LINKDEST=. 6030Sstevel@tonic-gate$(ROOT)/usr/lib/secure/32:= LINKDEST=. 6040Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/fp:= LINKDEST=../../lib/fp 6050Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/link_audit:= LINKDEST=../../lib/link_audit 6060Sstevel@tonic-gate$(ROOT)/var/ld/32:= LINKDEST=. 6072552Scraigm$(ROOT)/usr/ucblib/32:= LINKDEST=. 6080Sstevel@tonic-gate 6090Sstevel@tonic-gate 6100Sstevel@tonic-gate$(BUILD64) $(ROOT)/lib/64:= LINKDEST=$(MACH64) 6110Sstevel@tonic-gate$(BUILD64) $(ROOT)/lib/secure/64:= LINKDEST=$(MACH64) 6120Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/64:= LINKDEST=$(MACH64) 6132744Snn35248$(BUILD64) $(ROOT)/usr/lib/brand/lx/64:= LINKDEST=$(MACH64) 6140Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/libp/64:= LINKDEST=$(MACH64) 6150Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/lwp/64:= LINKDEST=$(MACH64) 6160Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/link_audit/64:= LINKDEST=$(MACH64) 6170Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/secure/64:= LINKDEST=$(MACH64) 6180Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/security/64:= LINKDEST=$(MACH64) 6190Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/xpg4/lib/64:= LINKDEST=$(MACH64) 6200Sstevel@tonic-gate$(BUILD64) $(ROOT)/var/ld/64:= LINKDEST=$(MACH64) 6210Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/sfw/lib/64:= LINKDEST=$(MACH64) 6222552Scraigm$(BUILD64) $(ROOT)/usr/ucblib/64:= LINKDEST=$(MACH64) 6230Sstevel@tonic-gate 6240Sstevel@tonic-gate# Installing a directory symlink calls for overriding INS.dir to install 6250Sstevel@tonic-gate# a symlink. 6260Sstevel@tonic-gate# 6270Sstevel@tonic-gate$(SYMLINKS:%=$(ROOT)%):= \ 6280Sstevel@tonic-gate INS.dir= -$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@; \ 6290Sstevel@tonic-gate $(CHOWN) $(OWNER) $@; $(CHGRP) $(GROUP) $@ 6300Sstevel@tonic-gate 6310Sstevel@tonic-gate 6320Sstevel@tonic-gate# Special symlinks to populate usr/ccs/lib, whose objects 6330Sstevel@tonic-gate# have actually been moved to usr/lib 6340Sstevel@tonic-gate# Rather than adding another set of rules, we add usr/lib/lwp files here 6350Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libcurses.so:= REALPATH=../../../lib/libcurses.so.1 6360Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lcurses:= REALPATH=../../../lib/llib-lcurses 6370Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lcurses.ln:= REALPATH=../../../lib/llib-lcurses.ln 6380Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libform.so:= REALPATH=../../lib/libform.so.1 6390Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lform:= REALPATH=../../lib/llib-lform 6400Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lform.ln:= REALPATH=../../lib/llib-lform.ln 6410Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libgen.so:= REALPATH=../../../lib/libgen.so.1 6420Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lgen:= REALPATH=../../../lib/llib-lgen 6430Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lgen.ln:= REALPATH=../../../lib/llib-lgen.ln 6440Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libmalloc.so:= REALPATH=../../lib/libmalloc.so.1 6450Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libmenu.so:= REALPATH=../../lib/libmenu.so.1 6460Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lmenu:= REALPATH=../../lib/llib-lmenu 6470Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lmenu.ln:= REALPATH=../../lib/llib-lmenu.ln 6480Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libpanel.so:= REALPATH=../../lib/libpanel.so.1 6490Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lpanel:= REALPATH=../../lib/llib-lpanel 6500Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lpanel.ln:= REALPATH=../../lib/llib-lpanel.ln 6510Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libtermlib.so:= REALPATH=../../../lib/libcurses.so.1 6520Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermlib:= REALPATH=../../../lib/llib-lcurses 6530Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermlib.ln:= REALPATH=../../../lib/llib-lcurses.ln 6540Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libtermcap.so:= REALPATH=../../../lib/libcurses.so.1 6550Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermcap:= REALPATH=../../../lib/llib-lcurses 6560Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermcap.ln:= REALPATH=../../../lib/llib-lcurses.ln 6570Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xa.o:= REALPATH=../../lib/values-Xa.o 6580Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xc.o:= REALPATH=../../lib/values-Xc.o 6590Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xs.o:= REALPATH=../../lib/values-Xs.o 6600Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xt.o:= REALPATH=../../lib/values-Xt.o 6610Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-xpg4.o:= REALPATH=../../lib/values-xpg4.o 6620Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-xpg6.o:= REALPATH=../../lib/values-xpg6.o 6630Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libl.so:= REALPATH=../../lib/libl.so.1 6640Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ll.ln:= REALPATH=../../lib/llib-ll.ln 6650Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/liby.so:= REALPATH=../../lib/liby.so.1 6660Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ly.ln:= REALPATH=../../lib/llib-ly.ln 6670Sstevel@tonic-gate$(ROOT)/usr/lib/libp/libc.so.1:= REALPATH=../../../lib/libc.so.1 6680Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/libthread.so.1:= REALPATH=../libthread.so.1 6690Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/libthread_db.so.1:= REALPATH=../libthread_db.so.1 6700Sstevel@tonic-gate 6710Sstevel@tonic-gate# symlinks to populate usr/ccs/lib/$(MACH64) 6720Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libcurses.so:= \ 6730Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libcurses.so.1 6740Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lcurses.ln:= \ 6750Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln 6760Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libform.so:= \ 6770Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libform.so.1 6780Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lform.ln:= \ 6790Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lform.ln 6800Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libgen.so:= \ 6810Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libgen.so.1 6820Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lgen.ln:= \ 6830Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lgen.ln 6840Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libmalloc.so:= \ 6850Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmalloc.so.1 6860Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libmenu.so:= \ 6870Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmenu.so.1 6880Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lmenu.ln:= \ 6890Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lmenu.ln 6900Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libpanel.so:= \ 6910Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpanel.so.1 6920Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lpanel.ln:= \ 6930Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lpanel.ln 6940Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libtermlib.so:= \ 6950Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libcurses.so.1 6960Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ltermlib.ln:= \ 6970Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln 6980Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libtermcap.so:= \ 6990Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libcurses.so.1 7000Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ltermcap.ln:= \ 7010Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln 7020Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xa.o:= \ 7030Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xa.o 7040Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xc.o:= \ 7050Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xc.o 7060Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xs.o:= \ 7070Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xs.o 7080Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xt.o:= \ 7090Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xt.o 7100Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-xpg4.o:= \ 7110Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-xpg4.o 7120Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-xpg6.o:= \ 7130Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-xpg6.o 7140Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libl.so:= \ 7150Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libl.so.1 7160Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ll.ln:= \ 7170Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ll.ln 7180Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/liby.so:= \ 7190Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/liby.so.1 7200Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ly.ln:= \ 7210Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ly.ln 7220Sstevel@tonic-gate$(ROOT)/usr/lib/libp/$(MACH64)/libc.so.1:= \ 7230Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libc.so.1 7240Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/$(MACH64)/libthread.so.1:= \ 7250Sstevel@tonic-gate REALPATH=../../$(MACH64)/libthread.so.1 7260Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/$(MACH64)/libthread_db.so.1:= \ 7270Sstevel@tonic-gate REALPATH=../../$(MACH64)/libthread_db.so.1 7280Sstevel@tonic-gate 7290Sstevel@tonic-gateSYM.USRCCSLIB= \ 7300Sstevel@tonic-gate /usr/ccs/lib/libcurses.so \ 7310Sstevel@tonic-gate /usr/ccs/lib/llib-lcurses \ 7320Sstevel@tonic-gate /usr/ccs/lib/llib-lcurses.ln \ 7330Sstevel@tonic-gate /usr/ccs/lib/libform.so \ 7340Sstevel@tonic-gate /usr/ccs/lib/llib-lform \ 7350Sstevel@tonic-gate /usr/ccs/lib/llib-lform.ln \ 7360Sstevel@tonic-gate /usr/ccs/lib/libgen.so \ 7370Sstevel@tonic-gate /usr/ccs/lib/llib-lgen \ 7380Sstevel@tonic-gate /usr/ccs/lib/llib-lgen.ln \ 7390Sstevel@tonic-gate /usr/ccs/lib/libmalloc.so \ 7400Sstevel@tonic-gate /usr/ccs/lib/libmenu.so \ 7410Sstevel@tonic-gate /usr/ccs/lib/llib-lmenu \ 7420Sstevel@tonic-gate /usr/ccs/lib/llib-lmenu.ln \ 7430Sstevel@tonic-gate /usr/ccs/lib/libpanel.so \ 7440Sstevel@tonic-gate /usr/ccs/lib/llib-lpanel \ 7450Sstevel@tonic-gate /usr/ccs/lib/llib-lpanel.ln \ 7460Sstevel@tonic-gate /usr/ccs/lib/libtermlib.so \ 7470Sstevel@tonic-gate /usr/ccs/lib/llib-ltermlib \ 7480Sstevel@tonic-gate /usr/ccs/lib/llib-ltermlib.ln \ 7490Sstevel@tonic-gate /usr/ccs/lib/libtermcap.so \ 7500Sstevel@tonic-gate /usr/ccs/lib/llib-ltermcap \ 7510Sstevel@tonic-gate /usr/ccs/lib/llib-ltermcap.ln \ 7520Sstevel@tonic-gate /usr/ccs/lib/values-Xa.o \ 7530Sstevel@tonic-gate /usr/ccs/lib/values-Xc.o \ 7540Sstevel@tonic-gate /usr/ccs/lib/values-Xs.o \ 7550Sstevel@tonic-gate /usr/ccs/lib/values-Xt.o \ 7560Sstevel@tonic-gate /usr/ccs/lib/values-xpg4.o \ 7570Sstevel@tonic-gate /usr/ccs/lib/values-xpg6.o \ 7580Sstevel@tonic-gate /usr/ccs/lib/libl.so \ 7590Sstevel@tonic-gate /usr/ccs/lib/llib-ll.ln \ 7600Sstevel@tonic-gate /usr/ccs/lib/liby.so \ 7610Sstevel@tonic-gate /usr/ccs/lib/llib-ly.ln \ 7620Sstevel@tonic-gate /usr/lib/libp/libc.so.1 \ 7630Sstevel@tonic-gate /usr/lib/lwp/libthread.so.1 \ 7640Sstevel@tonic-gate /usr/lib/lwp/libthread_db.so.1 7650Sstevel@tonic-gate 7660Sstevel@tonic-gateSYM.USRCCSLIB64= \ 7670Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libcurses.so \ 7680Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lcurses.ln \ 7690Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libform.so \ 7700Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lform.ln \ 7710Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libgen.so \ 7720Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lgen.ln \ 7730Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libmalloc.so \ 7740Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libmenu.so \ 7750Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lmenu.ln \ 7760Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libpanel.so \ 7770Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lpanel.ln \ 7780Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libtermlib.so \ 7790Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ltermlib.ln \ 7800Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libtermcap.so \ 7810Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ltermcap.ln \ 7820Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xa.o \ 7830Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xc.o \ 7840Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xs.o \ 7850Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xt.o \ 7860Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-xpg4.o \ 7870Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-xpg6.o \ 7880Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libl.so \ 7890Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ll.ln \ 7900Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/liby.so \ 7910Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ly.ln \ 7920Sstevel@tonic-gate /usr/lib/libp/$(MACH64)/libc.so.1 \ 7930Sstevel@tonic-gate /usr/lib/lwp/$(MACH64)/libthread.so.1 \ 7940Sstevel@tonic-gate /usr/lib/lwp/$(MACH64)/libthread_db.so.1 7950Sstevel@tonic-gate 7960Sstevel@tonic-gate 7970Sstevel@tonic-gate$(SYM.USRCCSLIB:%=$(ROOT)%):= \ 7980Sstevel@tonic-gate INS.dir= -$(RM) $@; $(SYMLINK) $(REALPATH) $@; \ 7990Sstevel@tonic-gate $(CHOWN) $(OWNER) $@; $(CHGRP) $(GROUP) $@ 8000Sstevel@tonic-gate 8010Sstevel@tonic-gate$(SYM.USRCCSLIB64:%=$(ROOT)%):= \ 8020Sstevel@tonic-gate INS.dir= -$(RM) $@; $(SYMLINK) $(REALPATH) $@; \ 8030Sstevel@tonic-gate $(CHOWN) $(OWNER) $@; $(CHGRP) $(GROUP) $@ 8040Sstevel@tonic-gate 8050Sstevel@tonic-gate# Special symlinks to direct libraries that have been moved 8060Sstevel@tonic-gate# from /usr/lib to /lib in order to live in the root filesystem. 8072248Sraf$(ROOT)/lib/libposix4.so.1:= REALPATH=librt.so.1 8082248Sraf$(ROOT)/lib/libposix4.so:= REALPATH=libposix4.so.1 8092248Sraf$(ROOT)/lib/llib-lposix4:= REALPATH=llib-lrt 8102248Sraf$(ROOT)/lib/llib-lposix4.ln:= REALPATH=llib-lrt.ln 8110Sstevel@tonic-gate$(ROOT)/lib/libthread_db.so.1:= REALPATH=libc_db.so.1 8120Sstevel@tonic-gate$(ROOT)/lib/libthread_db.so:= REALPATH=libc_db.so.1 8130Sstevel@tonic-gate$(ROOT)/usr/lib/ld.so.1:= REALPATH=../../lib/ld.so.1 8140Sstevel@tonic-gate$(ROOT)/usr/lib/libadm.so.1:= REALPATH=../../lib/libadm.so.1 8150Sstevel@tonic-gate$(ROOT)/usr/lib/libadm.so:= REALPATH=../../lib/libadm.so.1 8160Sstevel@tonic-gate$(ROOT)/usr/lib/libaio.so.1:= REALPATH=../../lib/libaio.so.1 8170Sstevel@tonic-gate$(ROOT)/usr/lib/libaio.so:= REALPATH=../../lib/libaio.so.1 8180Sstevel@tonic-gate$(ROOT)/usr/lib/libavl.so.1:= REALPATH=../../lib/libavl.so.1 8190Sstevel@tonic-gate$(ROOT)/usr/lib/libavl.so:= REALPATH=../../lib/libavl.so.1 8200Sstevel@tonic-gate$(ROOT)/usr/lib/libbsm.so.1:= REALPATH=../../lib/libbsm.so.1 8210Sstevel@tonic-gate$(ROOT)/usr/lib/libbsm.so:= REALPATH=../../lib/libbsm.so.1 8220Sstevel@tonic-gate$(ROOT)/usr/lib/libc.so.1:= REALPATH=../../lib/libc.so.1 8230Sstevel@tonic-gate$(ROOT)/usr/lib/libc.so:= REALPATH=../../lib/libc.so.1 8240Sstevel@tonic-gate$(ROOT)/usr/lib/libc_db.so.1:= REALPATH=../../lib/libc_db.so.1 8250Sstevel@tonic-gate$(ROOT)/usr/lib/libc_db.so:= REALPATH=../../lib/libc_db.so.1 8260Sstevel@tonic-gate$(ROOT)/usr/lib/libcmdutils.so.1:= REALPATH=../../lib/libcmdutils.so.1 8270Sstevel@tonic-gate$(ROOT)/usr/lib/libcmdutils.so:= REALPATH=../../lib/libcmdutils.so.1 8280Sstevel@tonic-gate$(ROOT)/usr/lib/libcontract.so.1:= REALPATH=../../lib/libcontract.so.1 8290Sstevel@tonic-gate$(ROOT)/usr/lib/libcontract.so:= REALPATH=../../lib/libcontract.so.1 8300Sstevel@tonic-gate$(ROOT)/usr/lib/libctf.so.1:= REALPATH=../../lib/libctf.so.1 8310Sstevel@tonic-gate$(ROOT)/usr/lib/libctf.so:= REALPATH=../../lib/libctf.so.1 8320Sstevel@tonic-gate$(ROOT)/usr/lib/libcurses.so.1:= REALPATH=../../lib/libcurses.so.1 8330Sstevel@tonic-gate$(ROOT)/usr/lib/libcurses.so:= REALPATH=../../lib/libcurses.so.1 8340Sstevel@tonic-gate$(ROOT)/usr/lib/libdevice.so.1:= REALPATH=../../lib/libdevice.so.1 8350Sstevel@tonic-gate$(ROOT)/usr/lib/libdevice.so:= REALPATH=../../lib/libdevice.so.1 8360Sstevel@tonic-gate$(ROOT)/usr/lib/libdevid.so.1:= REALPATH=../../lib/libdevid.so.1 8370Sstevel@tonic-gate$(ROOT)/usr/lib/libdevid.so:= REALPATH=../../lib/libdevid.so.1 8380Sstevel@tonic-gate$(ROOT)/usr/lib/libdevinfo.so.1:= REALPATH=../../lib/libdevinfo.so.1 8390Sstevel@tonic-gate$(ROOT)/usr/lib/libdevinfo.so:= REALPATH=../../lib/libdevinfo.so.1 8400Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcpagent.so.1:= REALPATH=../../lib/libdhcpagent.so.1 8410Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcpagent.so:= REALPATH=../../lib/libdhcpagent.so.1 8420Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcputil.so.1:= REALPATH=../../lib/libdhcputil.so.1 8430Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcputil.so:= REALPATH=../../lib/libdhcputil.so.1 8440Sstevel@tonic-gate$(ROOT)/usr/lib/libdl.so.1:= REALPATH=../../lib/libdl.so.1 8450Sstevel@tonic-gate$(ROOT)/usr/lib/libdl.so:= REALPATH=../../lib/libdl.so.1 8460Sstevel@tonic-gate$(ROOT)/usr/lib/libdoor.so.1:= REALPATH=../../lib/libdoor.so.1 8470Sstevel@tonic-gate$(ROOT)/usr/lib/libdoor.so:= REALPATH=../../lib/libdoor.so.1 8480Sstevel@tonic-gate$(ROOT)/usr/lib/libefi.so.1:= REALPATH=../../lib/libefi.so.1 8490Sstevel@tonic-gate$(ROOT)/usr/lib/libefi.so:= REALPATH=../../lib/libefi.so.1 8500Sstevel@tonic-gate$(ROOT)/usr/lib/libelf.so.1:= REALPATH=../../lib/libelf.so.1 8510Sstevel@tonic-gate$(ROOT)/usr/lib/libelf.so:= REALPATH=../../lib/libelf.so.1 8520Sstevel@tonic-gate$(ROOT)/usr/lib/libgen.so.1:= REALPATH=../../lib/libgen.so.1 8530Sstevel@tonic-gate$(ROOT)/usr/lib/libgen.so:= REALPATH=../../lib/libgen.so.1 8540Sstevel@tonic-gate$(ROOT)/usr/lib/libinetcfg.so.1:= REALPATH=../../lib/libinetcfg.so.1 8550Sstevel@tonic-gate$(ROOT)/usr/lib/libinetcfg.so:= REALPATH=../../lib/libinetcfg.so.1 8560Sstevel@tonic-gate$(ROOT)/usr/lib/libinetutil.so.1:= REALPATH=../../lib/libinetutil.so.1 8570Sstevel@tonic-gate$(ROOT)/usr/lib/libinetutil.so:= REALPATH=../../lib/libinetutil.so.1 8580Sstevel@tonic-gate$(ROOT)/usr/lib/libintl.so.1:= REALPATH=../../lib/libintl.so.1 8590Sstevel@tonic-gate$(ROOT)/usr/lib/libintl.so:= REALPATH=../../lib/libintl.so.1 8600Sstevel@tonic-gate$(ROOT)/usr/lib/libkstat.so.1:= REALPATH=../../lib/libkstat.so.1 8610Sstevel@tonic-gate$(ROOT)/usr/lib/libkstat.so:= REALPATH=../../lib/libkstat.so.1 8620Sstevel@tonic-gate$(ROOT)/usr/lib/liblddbg.so.4:= REALPATH=../../lib/liblddbg.so.4 8631694Sdarrenm$(ROOT)/usr/lib/libmd.so.1:= REALPATH=../../lib/libmd.so.1 8641694Sdarrenm$(ROOT)/usr/lib/libmd.so:= REALPATH=../../lib/libmd.so.1 8650Sstevel@tonic-gate$(ROOT)/usr/lib/libmd5.so.1:= REALPATH=../../lib/libmd5.so.1 8660Sstevel@tonic-gate$(ROOT)/usr/lib/libmd5.so:= REALPATH=../../lib/libmd5.so.1 8670Sstevel@tonic-gate$(ROOT)/usr/lib/libmeta.so.1:= REALPATH=../../lib/libmeta.so.1 8680Sstevel@tonic-gate$(ROOT)/usr/lib/libmeta.so:= REALPATH=../../lib/libmeta.so.1 8690Sstevel@tonic-gate$(ROOT)/usr/lib/libmp.so.1:= REALPATH=../../lib/libmp.so.1 8700Sstevel@tonic-gate$(ROOT)/usr/lib/libmp.so.2:= REALPATH=../../lib/libmp.so.2 8710Sstevel@tonic-gate$(ROOT)/usr/lib/libmp.so:= REALPATH=../../lib/libmp.so.2 8720Sstevel@tonic-gate$(ROOT)/usr/lib/libnsl.so.1:= REALPATH=../../lib/libnsl.so.1 8730Sstevel@tonic-gate$(ROOT)/usr/lib/libnsl.so:= REALPATH=../../lib/libnsl.so.1 8740Sstevel@tonic-gate$(ROOT)/usr/lib/libnvpair.so.1:= REALPATH=../../lib/libnvpair.so.1 8750Sstevel@tonic-gate$(ROOT)/usr/lib/libnvpair.so:= REALPATH=../../lib/libnvpair.so.1 8760Sstevel@tonic-gate$(ROOT)/usr/lib/libpam.so.1:= REALPATH=../../lib/libpam.so.1 8770Sstevel@tonic-gate$(ROOT)/usr/lib/libpam.so:= REALPATH=../../lib/libpam.so.1 8780Sstevel@tonic-gate$(ROOT)/usr/lib/libposix4.so.1:= REALPATH=../../lib/librt.so.1 8790Sstevel@tonic-gate$(ROOT)/usr/lib/libposix4.so:= REALPATH=../../lib/librt.so.1 8800Sstevel@tonic-gate$(ROOT)/usr/lib/libproc.so.1:= REALPATH=../../lib/libproc.so.1 8810Sstevel@tonic-gate$(ROOT)/usr/lib/libproc.so:= REALPATH=../../lib/libproc.so.1 8820Sstevel@tonic-gate$(ROOT)/usr/lib/libpthread.so.1:= REALPATH=../../lib/libpthread.so.1 8830Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so.1:= REALPATH=../../lib/libresolv.so.1 8840Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so.2:= REALPATH=../../lib/libresolv.so.2 8850Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so:= REALPATH=../../lib/libresolv.so.2 8860Sstevel@tonic-gate$(ROOT)/usr/lib/libpthread.so:= REALPATH=../../lib/libpthread.so.1 8870Sstevel@tonic-gate$(ROOT)/usr/lib/librestart.so.1:= REALPATH=../../lib/librestart.so.1 8880Sstevel@tonic-gate$(ROOT)/usr/lib/librestart.so:= REALPATH=../../lib/librestart.so.1 8890Sstevel@tonic-gate$(ROOT)/usr/lib/librpcsvc.so.1:= REALPATH=../../lib/librpcsvc.so.1 8900Sstevel@tonic-gate$(ROOT)/usr/lib/librpcsvc.so:= REALPATH=../../lib/librpcsvc.so.1 8910Sstevel@tonic-gate$(ROOT)/usr/lib/librt.so.1:= REALPATH=../../lib/librt.so.1 8920Sstevel@tonic-gate$(ROOT)/usr/lib/librt.so:= REALPATH=../../lib/librt.so.1 8930Sstevel@tonic-gate$(ROOT)/usr/lib/librtld.so.1:= REALPATH=../../lib/librtld.so.1 8940Sstevel@tonic-gate$(ROOT)/usr/lib/librtld_db.so.1:= REALPATH=../../lib/librtld_db.so.1 8950Sstevel@tonic-gate$(ROOT)/usr/lib/librtld_db.so:= REALPATH=../../lib/librtld_db.so.1 8960Sstevel@tonic-gate$(ROOT)/usr/lib/libscf.so.1:= REALPATH=../../lib/libscf.so.1 8970Sstevel@tonic-gate$(ROOT)/usr/lib/libscf.so:= REALPATH=../../lib/libscf.so.1 8980Sstevel@tonic-gate$(ROOT)/usr/lib/libsec.so.1:= REALPATH=../../lib/libsec.so.1 8990Sstevel@tonic-gate$(ROOT)/usr/lib/libsec.so:= REALPATH=../../lib/libsec.so.1 9000Sstevel@tonic-gate$(ROOT)/usr/lib/libsecdb.so.1:= REALPATH=../../lib/libsecdb.so.1 9010Sstevel@tonic-gate$(ROOT)/usr/lib/libsecdb.so:= REALPATH=../../lib/libsecdb.so.1 9020Sstevel@tonic-gate$(ROOT)/usr/lib/libsendfile.so.1:= REALPATH=../../lib/libsendfile.so.1 9030Sstevel@tonic-gate$(ROOT)/usr/lib/libsendfile.so:= REALPATH=../../lib/libsendfile.so.1 9040Sstevel@tonic-gate$(ROOT)/usr/lib/libsocket.so.1:= REALPATH=../../lib/libsocket.so.1 9050Sstevel@tonic-gate$(ROOT)/usr/lib/libsocket.so:= REALPATH=../../lib/libsocket.so.1 9060Sstevel@tonic-gate$(ROOT)/usr/lib/libsysevent.so.1:= REALPATH=../../lib/libsysevent.so.1 9070Sstevel@tonic-gate$(ROOT)/usr/lib/libsysevent.so:= REALPATH=../../lib/libsysevent.so.1 9080Sstevel@tonic-gate$(ROOT)/usr/lib/libtermcap.so.1:= REALPATH=../../lib/libcurses.so.1 9090Sstevel@tonic-gate$(ROOT)/usr/lib/libtermcap.so:= REALPATH=../../lib/libcurses.so.1 9100Sstevel@tonic-gate$(ROOT)/usr/lib/libtermlib.so.1:= REALPATH=../../lib/libcurses.so.1 9110Sstevel@tonic-gate$(ROOT)/usr/lib/libtermlib.so:= REALPATH=../../lib/libcurses.so.1 9120Sstevel@tonic-gate$(ROOT)/usr/lib/libthread.so.1:= REALPATH=../../lib/libthread.so.1 9130Sstevel@tonic-gate$(ROOT)/usr/lib/libthread.so:= REALPATH=../../lib/libthread.so.1 9140Sstevel@tonic-gate$(ROOT)/usr/lib/libthread_db.so.1:= REALPATH=../../lib/libc_db.so.1 9150Sstevel@tonic-gate$(ROOT)/usr/lib/libthread_db.so:= REALPATH=../../lib/libc_db.so.1 9161676Sjpk$(ROOT)/usr/lib/libtsnet.so.1:= REALPATH=../../lib/libtsnet.so.1 9171676Sjpk$(ROOT)/usr/lib/libtsnet.so:= REALPATH=../../lib/libtsnet.so.1 9181676Sjpk$(ROOT)/usr/lib/libtsol.so.2:= REALPATH=../../lib/libtsol.so.2 9191676Sjpk$(ROOT)/usr/lib/libtsol.so:= REALPATH=../../lib/libtsol.so.2 9200Sstevel@tonic-gate$(ROOT)/usr/lib/libumem.so.1:= REALPATH=../../lib/libumem.so.1 9210Sstevel@tonic-gate$(ROOT)/usr/lib/libumem.so:= REALPATH=../../lib/libumem.so.1 9220Sstevel@tonic-gate$(ROOT)/usr/lib/libuuid.so.1:= REALPATH=../../lib/libuuid.so.1 9230Sstevel@tonic-gate$(ROOT)/usr/lib/libuuid.so:= REALPATH=../../lib/libuuid.so.1 9240Sstevel@tonic-gate$(ROOT)/usr/lib/libuutil.so.1:= REALPATH=../../lib/libuutil.so.1 9250Sstevel@tonic-gate$(ROOT)/usr/lib/libuutil.so:= REALPATH=../../lib/libuutil.so.1 9260Sstevel@tonic-gate$(ROOT)/usr/lib/libw.so.1:= REALPATH=../../lib/libw.so.1 9270Sstevel@tonic-gate$(ROOT)/usr/lib/libw.so:= REALPATH=../../lib/libw.so.1 9280Sstevel@tonic-gate$(ROOT)/usr/lib/libxnet.so.1:= REALPATH=../../lib/libxnet.so.1 9290Sstevel@tonic-gate$(ROOT)/usr/lib/libxnet.so:= REALPATH=../../lib/libxnet.so.1 930998Seschrock$(ROOT)/usr/lib/libzfs.so.1:= REALPATH=../../lib/libzfs.so.1 931998Seschrock$(ROOT)/usr/lib/libzfs.so:= REALPATH=../../lib/libzfs.so.1 9320Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ladm.ln:= REALPATH=../../lib/llib-ladm.ln 9330Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ladm:= REALPATH=../../lib/llib-ladm 9340Sstevel@tonic-gate$(ROOT)/usr/lib/llib-laio.ln:= REALPATH=../../lib/llib-laio.ln 9350Sstevel@tonic-gate$(ROOT)/usr/lib/llib-laio:= REALPATH=../../lib/llib-laio 9360Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lavl.ln:= REALPATH=../../lib/llib-lavl.ln 9370Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lavl:= REALPATH=../../lib/llib-lavl 9380Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lbsm.ln:= REALPATH=../../lib/llib-lbsm.ln 9390Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lbsm:= REALPATH=../../lib/llib-lbsm 9400Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lc.ln:= REALPATH=../../lib/llib-lc.ln 9410Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lc:= REALPATH=../../lib/llib-lc 9420Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcmdutils.ln:= REALPATH=../../lib/llib-lcmdutils.ln 9430Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcmdutils:= REALPATH=../../lib/llib-lcmdutils 9440Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcontract.ln:= REALPATH=../../lib/llib-lcontract.ln 9450Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcontract:= REALPATH=../../lib/llib-lcontract 9460Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lctf.ln:= REALPATH=../../lib/llib-lctf.ln 9470Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lctf:= REALPATH=../../lib/llib-lctf 9480Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcurses.ln:= REALPATH=../../lib/llib-lcurses.ln 9490Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcurses:= REALPATH=../../lib/llib-lcurses 9500Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevice.ln:= REALPATH=../../lib/llib-ldevice.ln 9510Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevice:= REALPATH=../../lib/llib-ldevice 9520Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevid.ln:= REALPATH=../../lib/llib-ldevid.ln 9530Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevid:= REALPATH=../../lib/llib-ldevid 9540Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevinfo.ln:= REALPATH=../../lib/llib-ldevinfo.ln 9550Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevinfo:= REALPATH=../../lib/llib-ldevinfo 9560Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcpagent.ln:= REALPATH=../../lib/llib-ldhcpagent.ln 9570Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcpagent:= REALPATH=../../lib/llib-ldhcpagent 9580Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcputil.ln:= REALPATH=../../lib/llib-ldhcputil.ln 9590Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcputil:= REALPATH=../../lib/llib-ldhcputil 9600Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldl.ln:= REALPATH=../../lib/llib-ldl.ln 9610Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldl:= REALPATH=../../lib/llib-ldl 9620Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldoor.ln:= REALPATH=../../lib/llib-ldoor.ln 9630Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldoor:= REALPATH=../../lib/llib-ldoor 9640Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lefi.ln:= REALPATH=../../lib/llib-lefi.ln 9650Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lefi:= REALPATH=../../lib/llib-lefi 9660Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lelf.ln:= REALPATH=../../lib/llib-lelf.ln 9670Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lelf:= REALPATH=../../lib/llib-lelf 9680Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lgen.ln:= REALPATH=../../lib/llib-lgen.ln 9690Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lgen:= REALPATH=../../lib/llib-lgen 9700Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetcfg.ln:= REALPATH=../../lib/llib-linetcfg.ln 9710Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetcfg:= REALPATH=../../lib/llib-linetcfg 9720Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetutil.ln:= REALPATH=../../lib/llib-linetutil.ln 9730Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetutil:= REALPATH=../../lib/llib-linetutil 9740Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lintl.ln:= REALPATH=../../lib/llib-lintl.ln 9750Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lintl:= REALPATH=../../lib/llib-lintl 9760Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lkstat.ln:= REALPATH=../../lib/llib-lkstat.ln 9770Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lkstat:= REALPATH=../../lib/llib-lkstat 9780Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmd5.ln:= REALPATH=../../lib/llib-lmd5.ln 9790Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmd5:= REALPATH=../../lib/llib-lmd5 9800Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmeta.ln:= REALPATH=../../lib/llib-lmeta.ln 9810Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmeta:= REALPATH=../../lib/llib-lmeta 9820Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnsl.ln:= REALPATH=../../lib/llib-lnsl.ln 9830Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnsl:= REALPATH=../../lib/llib-lnsl 9840Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnvpair.ln:= REALPATH=../../lib/llib-lnvpair.ln 9850Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnvpair:= REALPATH=../../lib/llib-lnvpair 9860Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpam.ln:= REALPATH=../../lib/llib-lpam.ln 9870Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpam:= REALPATH=../../lib/llib-lpam 9880Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lposix4.ln:= REALPATH=../../lib/llib-lrt.ln 9890Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lposix4:= REALPATH=../../lib/llib-lrt 9900Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpthread.ln:= REALPATH=../../lib/llib-lpthread.ln 9910Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpthread:= REALPATH=../../lib/llib-lpthread 9920Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lresolv.ln:= REALPATH=../../lib/llib-lresolv.ln 9930Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lresolv:= REALPATH=../../lib/llib-lresolv 9940Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrt.ln:= REALPATH=../../lib/llib-lrt.ln 9950Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrt:= REALPATH=../../lib/llib-lrt 9960Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrtld_db.ln:= REALPATH=../../lib/llib-lrtld_db.ln 9970Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrtld_db:= REALPATH=../../lib/llib-lrtld_db 9980Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lscf.ln:= REALPATH=../../lib/llib-lscf.ln 9990Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lscf:= REALPATH=../../lib/llib-lscf 10000Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsec.ln:= REALPATH=../../lib/llib-lsec.ln 10010Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsec:= REALPATH=../../lib/llib-lsec 10020Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsecdb.ln:= REALPATH=../../lib/llib-lsecdb.ln 10030Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsecdb:= REALPATH=../../lib/llib-lsecdb 10040Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsendfile.ln:= REALPATH=../../lib/llib-lsendfile.ln 10050Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsendfile:= REALPATH=../../lib/llib-lsendfile 10060Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsocket.ln:= REALPATH=../../lib/llib-lsocket.ln 10070Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsocket:= REALPATH=../../lib/llib-lsocket 10080Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsysevent.ln:= REALPATH=../../lib/llib-lsysevent.ln 10090Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsysevent:= REALPATH=../../lib/llib-lsysevent 10100Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermcap.ln:= REALPATH=../../lib/llib-lcurses.ln 10110Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermcap:= REALPATH=../../lib/llib-lcurses 10120Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermlib.ln:= REALPATH=../../lib/llib-lcurses.ln 10130Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermlib:= REALPATH=../../lib/llib-lcurses 10140Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread.ln:= REALPATH=../../lib/llib-lthread.ln 10150Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread:= REALPATH=../../lib/llib-lthread 10160Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread_db.ln:= REALPATH=../../lib/llib-lc_db.ln 10170Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread_db:= REALPATH=../../lib/llib-lc_db 10181676Sjpk$(ROOT)/usr/lib/llib-ltsnet.ln:= REALPATH=../../lib/llib-ltsnet.ln 10191676Sjpk$(ROOT)/usr/lib/llib-ltsnet:= REALPATH=../../lib/llib-ltsnet 10201676Sjpk$(ROOT)/usr/lib/llib-ltsol.ln:= REALPATH=../../lib/llib-ltsol.ln 10211676Sjpk$(ROOT)/usr/lib/llib-ltsol:= REALPATH=../../lib/llib-ltsol 10220Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lumem.ln:= REALPATH=../../lib/llib-lumem.ln 10230Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lumem:= REALPATH=../../lib/llib-lumem 10240Sstevel@tonic-gate$(ROOT)/usr/lib/llib-luuid.ln:= REALPATH=../../lib/llib-luuid.ln 10250Sstevel@tonic-gate$(ROOT)/usr/lib/llib-luuid:= REALPATH=../../lib/llib-luuid 10260Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lxnet.ln:= REALPATH=../../lib/llib-lxnet.ln 10270Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lxnet:= REALPATH=../../lib/llib-lxnet 1028998Seschrock$(ROOT)/usr/lib/llib-lzfs.ln:= REALPATH=../../lib/llib-lzfs.ln 1029998Seschrock$(ROOT)/usr/lib/llib-lzfs:= REALPATH=../../lib/llib-lzfs 10300Sstevel@tonic-gate$(ROOT)/usr/lib/nss_compat.so.1:= REALPATH=../../lib/nss_compat.so.1 10310Sstevel@tonic-gate$(ROOT)/usr/lib/nss_dns.so.1:= REALPATH=../../lib/nss_dns.so.1 10320Sstevel@tonic-gate$(ROOT)/usr/lib/nss_files.so.1:= REALPATH=../../lib/nss_files.so.1 10330Sstevel@tonic-gate$(ROOT)/usr/lib/nss_nis.so.1:= REALPATH=../../lib/nss_nis.so.1 10340Sstevel@tonic-gate$(ROOT)/usr/lib/nss_nisplus.so.1:= REALPATH=../../lib/nss_nisplus.so.1 10350Sstevel@tonic-gate$(ROOT)/usr/lib/nss_user.so.1:= REALPATH=../../lib/nss_user.so.1 10360Sstevel@tonic-gate 10372248Sraf$(ROOT)/lib/$(MACH64)/libposix4.so.1:= \ 10382248Sraf REALPATH=librt.so.1 10392248Sraf$(ROOT)/lib/$(MACH64)/libposix4.so:= \ 10402248Sraf REALPATH=libposix4.so.1 10412248Sraf$(ROOT)/lib/$(MACH64)/llib-lposix4.ln:= \ 10422248Sraf REALPATH=llib-lrt.ln 10430Sstevel@tonic-gate$(ROOT)/lib/$(MACH64)/libthread_db.so.1:= \ 10440Sstevel@tonic-gate REALPATH=libc_db.so.1 10450Sstevel@tonic-gate$(ROOT)/lib/$(MACH64)/libthread_db.so:= \ 10460Sstevel@tonic-gate REALPATH=libc_db.so.1 10470Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/ld.so.1:= \ 10480Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/ld.so.1 10490Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libadm.so.1:= \ 10500Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libadm.so.1 10510Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libadm.so:= \ 10520Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libadm.so.1 10530Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libaio.so.1:= \ 10540Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libaio.so.1 10550Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libaio.so:= \ 10560Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libaio.so.1 10570Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libavl.so.1:= \ 10580Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libavl.so.1 10590Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libavl.so:= \ 10600Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libavl.so.1 10610Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libbsm.so.1:= \ 10620Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libbsm.so.1 10630Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libbsm.so:= \ 10640Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libbsm.so.1 10650Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc.so.1:= \ 10660Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc.so.1 10670Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc.so:= \ 10680Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc.so.1 10690Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc_db.so.1:= \ 10700Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 10710Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc_db.so:= \ 10720Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 10730Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcmdutils.so.1:= \ 10740Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcmdutils.so.1 10750Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcmdutils.so:= \ 10760Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcmdutils.so.1 10770Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcontract.so.1:= \ 10780Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcontract.so.1 10790Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcontract.so:= \ 10800Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcontract.so.1 10810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libctf.so.1:= \ 10820Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libctf.so.1 10830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libctf.so:= \ 10840Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libctf.so.1 10850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcurses.so.1:= \ 10860Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 10870Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcurses.so:= \ 10880Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 10890Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevice.so.1:= \ 10900Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevice.so.1 10910Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevice.so:= \ 10920Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevice.so.1 10930Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevid.so.1:= \ 10940Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevid.so.1 10950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevid.so:= \ 10960Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevid.so.1 10970Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevinfo.so.1:= \ 10980Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevinfo.so.1 10990Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevinfo.so:= \ 11000Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevinfo.so.1 11010Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdl.so.1:= \ 11020Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdl.so.1 11030Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdl.so:= \ 11040Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdl.so.1 11050Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdoor.so.1:= \ 11060Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdoor.so.1 11070Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdoor.so:= \ 11080Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdoor.so.1 11090Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libefi.so.1:= \ 11100Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libefi.so.1 11110Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libefi.so:= \ 11120Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libefi.so.1 11130Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libelf.so.1:= \ 11140Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libelf.so.1 11150Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libelf.so:= \ 11160Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libelf.so.1 11170Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libgen.so.1:= \ 11180Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libgen.so.1 11190Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libgen.so:= \ 11200Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libgen.so.1 11210Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libinetutil.so.1:= \ 11220Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libinetutil.so.1 11230Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libinetutil.so:= \ 11240Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libinetutil.so.1 11250Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libintl.so.1:= \ 11260Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libintl.so.1 11270Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libintl.so:= \ 11280Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libintl.so.1 11290Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libkstat.so.1:= \ 11300Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libkstat.so.1 11310Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libkstat.so:= \ 11320Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libkstat.so.1 11330Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/liblddbg.so.4:= \ 11340Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/liblddbg.so.4 11351694Sdarrenm$(ROOT)/usr/lib/$(MACH64)/libmd.so.1:= \ 11361694Sdarrenm REALPATH=../../../lib/$(MACH64)/libmd.so.1 11371694Sdarrenm$(ROOT)/usr/lib/$(MACH64)/libmd.so:= \ 11381694Sdarrenm REALPATH=../../../lib/$(MACH64)/libmd.so.1 11390Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmd5.so.1:= \ 11400Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmd5.so.1 11410Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmd5.so:= \ 11420Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmd5.so.1 11430Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmp.so.2:= \ 11440Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmp.so.2 11450Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmp.so:= \ 11460Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmp.so.2 11470Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnsl.so.1:= \ 11480Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnsl.so.1 11490Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnsl.so:= \ 11500Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnsl.so.1 11510Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnvpair.so.1:= \ 11520Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnvpair.so.1 11530Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnvpair.so:= \ 11540Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnvpair.so.1 11550Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpam.so.1:= \ 11560Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpam.so.1 11570Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpam.so:= \ 11580Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpam.so.1 11590Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libposix4.so.1:= \ 11600Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 11610Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libposix4.so:= \ 11620Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 11630Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libproc.so.1:= \ 11640Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libproc.so.1 11650Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libproc.so:= \ 11660Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libproc.so.1 11670Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpthread.so.1:= \ 11680Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpthread.so.1 11690Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpthread.so:= \ 11700Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpthread.so.1 11710Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libresolv.so.2:= \ 11720Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libresolv.so.2 11730Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libresolv.so:= \ 11740Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libresolv.so.2 11750Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librestart.so.1:= \ 11760Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librestart.so.1 11770Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librestart.so:= \ 11780Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librestart.so.1 11790Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librpcsvc.so.1:= \ 11800Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librpcsvc.so.1 11810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librpcsvc.so:= \ 11820Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librpcsvc.so.1 11830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librt.so.1:= \ 11840Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 11850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librt.so:= \ 11860Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 11870Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld.so.1:= \ 11880Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librtld.so.1 11890Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld_db.so.1:= \ 11900Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librtld_db.so.1 11910Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld_db.so:= \ 11920Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librtld_db.so.1 11930Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libscf.so.1:= \ 11940Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libscf.so.1 11950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libscf.so:= \ 11960Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libscf.so.1 11970Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsec.so.1:= \ 11980Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsec.so.1 11990Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsec.so:= \ 12000Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsec.so.1 12010Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsecdb.so.1:= \ 12020Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsecdb.so.1 12030Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsecdb.so:= \ 12040Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsecdb.so.1 12050Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsendfile.so.1:= \ 12060Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsendfile.so.1 12070Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsendfile.so:= \ 12080Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsendfile.so.1 12090Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsocket.so.1:= \ 12100Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsocket.so.1 12110Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsocket.so:= \ 12120Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsocket.so.1 12130Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsysevent.so.1:= \ 12140Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsysevent.so.1 12150Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsysevent.so:= \ 12160Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsysevent.so.1 12170Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermcap.so.1:= \ 12180Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12190Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermcap.so:= \ 12200Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12210Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermlib.so.1:= \ 12220Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12230Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermlib.so:= \ 12240Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12250Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread.so.1:= \ 12260Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libthread.so.1 12270Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread.so:= \ 12280Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libthread.so.1 12290Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread_db.so.1:= \ 12300Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 12310Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread_db.so:= \ 12320Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 12331676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsnet.so.1:= \ 12341676Sjpk REALPATH=../../../lib/$(MACH64)/libtsnet.so.1 12351676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsnet.so:= \ 12361676Sjpk REALPATH=../../../lib/$(MACH64)/libtsnet.so.1 12371676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsol.so.2:= \ 12381676Sjpk REALPATH=../../../lib/$(MACH64)/libtsol.so.2 12391676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsol.so:= \ 12401676Sjpk REALPATH=../../../lib/$(MACH64)/libtsol.so.2 12410Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libumem.so.1:= \ 12420Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libumem.so.1 12430Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libumem.so:= \ 12440Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libumem.so.1 12450Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuuid.so.1:= \ 12460Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuuid.so.1 12470Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuuid.so:= \ 12480Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuuid.so.1 12490Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuutil.so.1:= \ 12500Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuutil.so.1 12510Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuutil.so:= \ 12520Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuutil.so.1 12530Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libw.so.1:= \ 12540Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libw.so.1 12550Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libw.so:= \ 12560Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libw.so.1 12570Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libxnet.so.1:= \ 12580Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libxnet.so.1 12590Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libxnet.so:= \ 12600Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libxnet.so.1 1261998Seschrock$(ROOT)/usr/lib/$(MACH64)/libzfs.so:= \ 1262998Seschrock REALPATH=../../../lib/$(MACH64)/libzfs.so.1 1263998Seschrock$(ROOT)/usr/lib/$(MACH64)/libzfs.so.1:= \ 1264998Seschrock REALPATH=../../../lib/$(MACH64)/libzfs.so.1 12650Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ladm.ln:= \ 12660Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ladm.ln 12670Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-laio.ln:= \ 12680Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-laio.ln 12690Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lavl.ln:= \ 12700Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lavl.ln 12710Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lbsm.ln:= \ 12720Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lbsm.ln 12730Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lc.ln:= \ 12740Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lc.ln 12750Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcmdutils.ln:= \ 12760Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcmdutils.ln 12770Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcontract.ln:= \ 12780Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcontract.ln 12790Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lctf.ln:= \ 12800Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lctf.ln 12810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcurses.ln:= \ 12820Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln 12830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcurses:= \ 12840Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses 12850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevice.ln:= \ 12860Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldevice.ln 12870Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevid.ln:= \ 12880Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldevid.ln 12890Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevinfo.ln:= \ 12900Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldevinfo.ln 12910Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldl.ln:= \ 12920Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldl.ln 12930Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldoor.ln:= \ 12940Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldoor.ln 12950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lefi.ln:= \ 12960Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lefi.ln 12970Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lelf.ln:= \ 12980Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lelf.ln 12990Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lgen.ln:= \ 13000Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lgen.ln 13010Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-linetutil.ln:= \ 13020Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-linetutil.ln 13030Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lintl.ln:= \ 13040Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lintl.ln 13050Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lkstat.ln:= \ 13060Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lkstat.ln 13070Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lmd5.ln:= \ 13080Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lmd5.ln 13090Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lnsl.ln:= \ 13100Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lnsl.ln 13110Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lnvpair.ln:= \ 13120Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lnvpair.ln 13130Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lpam.ln:= \ 13140Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lpam.ln 13150Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lposix4.ln:= \ 13160Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lrt.ln 13170Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lpthread.ln:= \ 13180Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lpthread.ln 13190Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lresolv.ln:= \ 13200Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lresolv.ln 13210Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lrt.ln:= \ 13220Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lrt.ln 13230Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lrtld_db.ln:= \ 13240Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lrtld_db.ln 13250Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lscf.ln:= \ 13260Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lscf.ln 13270Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsec.ln:= \ 13280Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsec.ln 13290Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsecdb.ln:= \ 13300Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsecdb.ln 13310Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsendfile.ln:= \ 13320Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsendfile.ln 13330Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsocket.ln:= \ 13340Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsocket.ln 13350Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsysevent.ln:= \ 13360Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsysevent.ln 13370Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermcap.ln:= \ 13380Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln 13390Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermcap:= \ 13400Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses 13410Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermlib.ln:= \ 13420Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln 13430Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermlib:= \ 13440Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses 13450Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lthread.ln:= \ 13460Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lthread.ln 13470Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lthread_db.ln:= \ 13480Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lc_db.ln 13491676Sjpk$(ROOT)/usr/lib/$(MACH64)/llib-ltsnet.ln:= \ 13501676Sjpk REALPATH=../../../lib/$(MACH64)/llib-ltsnet.ln 13511676Sjpk$(ROOT)/usr/lib/$(MACH64)/llib-ltsol.ln:= \ 13521676Sjpk REALPATH=../../../lib/$(MACH64)/llib-ltsol.ln 13530Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lumem.ln:= \ 13540Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lumem.ln 13550Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-luuid.ln:= \ 13560Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-luuid.ln 13570Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lxnet.ln:= \ 13580Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lxnet.ln 1359998Seschrock$(ROOT)/usr/lib/$(MACH64)/llib-lzfs.ln:= \ 1360998Seschrock REALPATH=../../../lib/$(MACH64)/llib-lzfs.ln 13610Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_compat.so.1:= \ 13620Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_compat.so.1 13630Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_dns.so.1:= \ 13640Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_dns.so.1 13650Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_files.so.1:= \ 13660Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_files.so.1 13670Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_nis.so.1:= \ 13680Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_nis.so.1 13690Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_nisplus.so.1:= \ 13700Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_nisplus.so.1 13710Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_user.so.1:= \ 13720Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_user.so.1 13730Sstevel@tonic-gate$(ROOT)/usr/platform/sun4u/lib/$(MACH64)/libwrsmconf.so.1:= \ 13740Sstevel@tonic-gate REALPATH=../../../../../platform/sun4u/lib/$(MACH64)/libwrsmconf.so.1 13750Sstevel@tonic-gate$(ROOT)/usr/platform/sun4u/lib/$(MACH64)/libwrsmconf.so:= \ 13760Sstevel@tonic-gate REALPATH=../../../../../platform/sun4u/lib/$(MACH64)/libwrsmconf.so.1 13770Sstevel@tonic-gate$(ROOT)/usr/platform/sun4u/lib/libwrsmconf.so.1:= \ 13780Sstevel@tonic-gate REALPATH=../../../../platform/sun4u/lib/libwrsmconf.so.1 13790Sstevel@tonic-gate$(ROOT)/usr/platform/sun4u/lib/libwrsmconf.so:= \ 13800Sstevel@tonic-gate REALPATH=../../../../platform/sun4u/lib/libwrsmconf.so.1 13810Sstevel@tonic-gate$(ROOT)/usr/platform/sun4u/sbin/wrsmconf:= \ 13820Sstevel@tonic-gate REALPATH=../../../../platform/sun4u/sbin/wrsmconf 13830Sstevel@tonic-gate 13840Sstevel@tonic-gateSYM.USRLIB= \ 13852248Sraf /lib/libposix4.so \ 13862248Sraf /lib/libposix4.so.1 \ 13872248Sraf /lib/llib-lposix4 \ 13882248Sraf /lib/llib-lposix4.ln \ 13890Sstevel@tonic-gate /lib/libthread_db.so \ 13900Sstevel@tonic-gate /lib/libthread_db.so.1 \ 13910Sstevel@tonic-gate /usr/lib/ld.so.1 \ 13920Sstevel@tonic-gate /usr/lib/libadm.so \ 13930Sstevel@tonic-gate /usr/lib/libadm.so.1 \ 13940Sstevel@tonic-gate /usr/lib/libaio.so \ 13950Sstevel@tonic-gate /usr/lib/libaio.so.1 \ 13960Sstevel@tonic-gate /usr/lib/libavl.so \ 13970Sstevel@tonic-gate /usr/lib/libavl.so.1 \ 13980Sstevel@tonic-gate /usr/lib/libbsm.so \ 13990Sstevel@tonic-gate /usr/lib/libbsm.so.1 \ 14000Sstevel@tonic-gate /usr/lib/libc.so \ 14010Sstevel@tonic-gate /usr/lib/libc.so.1 \ 14020Sstevel@tonic-gate /usr/lib/libc_db.so \ 14030Sstevel@tonic-gate /usr/lib/libc_db.so.1 \ 14040Sstevel@tonic-gate /usr/lib/libcmdutils.so \ 14050Sstevel@tonic-gate /usr/lib/libcmdutils.so.1 \ 14060Sstevel@tonic-gate /usr/lib/libcontract.so \ 14070Sstevel@tonic-gate /usr/lib/libcontract.so.1 \ 14080Sstevel@tonic-gate /usr/lib/libctf.so \ 14090Sstevel@tonic-gate /usr/lib/libctf.so.1 \ 14100Sstevel@tonic-gate /usr/lib/libcurses.so \ 14110Sstevel@tonic-gate /usr/lib/libcurses.so.1 \ 14120Sstevel@tonic-gate /usr/lib/libdevice.so \ 14130Sstevel@tonic-gate /usr/lib/libdevice.so.1 \ 14140Sstevel@tonic-gate /usr/lib/libdevid.so \ 14150Sstevel@tonic-gate /usr/lib/libdevid.so.1 \ 14160Sstevel@tonic-gate /usr/lib/libdevinfo.so \ 14170Sstevel@tonic-gate /usr/lib/libdevinfo.so.1 \ 14180Sstevel@tonic-gate /usr/lib/libdhcpagent.so \ 14190Sstevel@tonic-gate /usr/lib/libdhcpagent.so.1 \ 14200Sstevel@tonic-gate /usr/lib/libdhcputil.so \ 14210Sstevel@tonic-gate /usr/lib/libdhcputil.so.1 \ 14220Sstevel@tonic-gate /usr/lib/libdl.so \ 14230Sstevel@tonic-gate /usr/lib/libdl.so.1 \ 14240Sstevel@tonic-gate /usr/lib/libdoor.so \ 14250Sstevel@tonic-gate /usr/lib/libdoor.so.1 \ 14260Sstevel@tonic-gate /usr/lib/libefi.so \ 14270Sstevel@tonic-gate /usr/lib/libefi.so.1 \ 14280Sstevel@tonic-gate /usr/lib/libelf.so \ 14290Sstevel@tonic-gate /usr/lib/libelf.so.1 \ 14300Sstevel@tonic-gate /usr/lib/libgen.so \ 14310Sstevel@tonic-gate /usr/lib/libgen.so.1 \ 14320Sstevel@tonic-gate /usr/lib/libinetcfg.so \ 14330Sstevel@tonic-gate /usr/lib/libinetcfg.so.1 \ 14340Sstevel@tonic-gate /usr/lib/libinetutil.so \ 14350Sstevel@tonic-gate /usr/lib/libinetutil.so.1 \ 14360Sstevel@tonic-gate /usr/lib/libintl.so \ 14370Sstevel@tonic-gate /usr/lib/libintl.so.1 \ 14380Sstevel@tonic-gate /usr/lib/libkstat.so \ 14390Sstevel@tonic-gate /usr/lib/libkstat.so.1 \ 14400Sstevel@tonic-gate /usr/lib/liblddbg.so.4 \ 14411694Sdarrenm /usr/lib/libmd.so \ 14421694Sdarrenm /usr/lib/libmd.so.1 \ 14430Sstevel@tonic-gate /usr/lib/libmd5.so \ 14440Sstevel@tonic-gate /usr/lib/libmd5.so.1 \ 14450Sstevel@tonic-gate /usr/lib/libmeta.so \ 14460Sstevel@tonic-gate /usr/lib/libmeta.so.1 \ 14470Sstevel@tonic-gate /usr/lib/libmp.so \ 14480Sstevel@tonic-gate /usr/lib/libmp.so.1 \ 14490Sstevel@tonic-gate /usr/lib/libmp.so.2 \ 14500Sstevel@tonic-gate /usr/lib/libnsl.so \ 14510Sstevel@tonic-gate /usr/lib/libnsl.so.1 \ 14520Sstevel@tonic-gate /usr/lib/libnvpair.so \ 14530Sstevel@tonic-gate /usr/lib/libnvpair.so.1 \ 14540Sstevel@tonic-gate /usr/lib/libpam.so \ 14550Sstevel@tonic-gate /usr/lib/libpam.so.1 \ 14560Sstevel@tonic-gate /usr/lib/libposix4.so \ 14570Sstevel@tonic-gate /usr/lib/libposix4.so.1 \ 14580Sstevel@tonic-gate /usr/lib/libproc.so \ 14590Sstevel@tonic-gate /usr/lib/libproc.so.1 \ 14600Sstevel@tonic-gate /usr/lib/libpthread.so \ 14610Sstevel@tonic-gate /usr/lib/libpthread.so.1 \ 14620Sstevel@tonic-gate /usr/lib/libresolv.so \ 14630Sstevel@tonic-gate /usr/lib/libresolv.so.1 \ 14640Sstevel@tonic-gate /usr/lib/libresolv.so.2 \ 14650Sstevel@tonic-gate /usr/lib/librestart.so \ 14660Sstevel@tonic-gate /usr/lib/librestart.so.1 \ 14670Sstevel@tonic-gate /usr/lib/librpcsvc.so \ 14680Sstevel@tonic-gate /usr/lib/librpcsvc.so.1 \ 14690Sstevel@tonic-gate /usr/lib/librt.so \ 14700Sstevel@tonic-gate /usr/lib/librt.so.1 \ 14710Sstevel@tonic-gate /usr/lib/librtld.so.1 \ 14720Sstevel@tonic-gate /usr/lib/librtld_db.so \ 14730Sstevel@tonic-gate /usr/lib/librtld_db.so.1 \ 14740Sstevel@tonic-gate /usr/lib/libscf.so \ 14750Sstevel@tonic-gate /usr/lib/libscf.so.1 \ 14760Sstevel@tonic-gate /usr/lib/libsec.so \ 14770Sstevel@tonic-gate /usr/lib/libsec.so.1 \ 14780Sstevel@tonic-gate /usr/lib/libsecdb.so \ 14790Sstevel@tonic-gate /usr/lib/libsecdb.so.1 \ 14800Sstevel@tonic-gate /usr/lib/libsendfile.so \ 14810Sstevel@tonic-gate /usr/lib/libsendfile.so.1 \ 14820Sstevel@tonic-gate /usr/lib/libsocket.so \ 14830Sstevel@tonic-gate /usr/lib/libsocket.so.1 \ 14841676Sjpk /usr/lib/libsysevent.so \ 14851676Sjpk /usr/lib/libsysevent.so.1 \ 14860Sstevel@tonic-gate /usr/lib/libtermcap.so \ 14870Sstevel@tonic-gate /usr/lib/libtermcap.so.1 \ 14880Sstevel@tonic-gate /usr/lib/libtermlib.so \ 14890Sstevel@tonic-gate /usr/lib/libtermlib.so.1 \ 14900Sstevel@tonic-gate /usr/lib/libthread.so \ 14910Sstevel@tonic-gate /usr/lib/libthread.so.1 \ 14920Sstevel@tonic-gate /usr/lib/libthread_db.so \ 14930Sstevel@tonic-gate /usr/lib/libthread_db.so.1 \ 14941676Sjpk /usr/lib/libtsnet.so \ 14951676Sjpk /usr/lib/libtsnet.so.1 \ 14961676Sjpk /usr/lib/libtsol.so \ 14971676Sjpk /usr/lib/libtsol.so.2 \ 14980Sstevel@tonic-gate /usr/lib/libumem.so \ 14990Sstevel@tonic-gate /usr/lib/libumem.so.1 \ 15000Sstevel@tonic-gate /usr/lib/libuuid.so \ 15010Sstevel@tonic-gate /usr/lib/libuuid.so.1 \ 15020Sstevel@tonic-gate /usr/lib/libuutil.so \ 15030Sstevel@tonic-gate /usr/lib/libuutil.so.1 \ 15040Sstevel@tonic-gate /usr/lib/libw.so \ 15050Sstevel@tonic-gate /usr/lib/libw.so.1 \ 15060Sstevel@tonic-gate /usr/lib/libxnet.so \ 15070Sstevel@tonic-gate /usr/lib/libxnet.so.1 \ 1508998Seschrock /usr/lib/libzfs.so \ 1509998Seschrock /usr/lib/libzfs.so.1 \ 15100Sstevel@tonic-gate /usr/lib/llib-ladm \ 15110Sstevel@tonic-gate /usr/lib/llib-ladm.ln \ 15120Sstevel@tonic-gate /usr/lib/llib-laio \ 15130Sstevel@tonic-gate /usr/lib/llib-laio.ln \ 15140Sstevel@tonic-gate /usr/lib/llib-lavl \ 15150Sstevel@tonic-gate /usr/lib/llib-lavl.ln \ 15160Sstevel@tonic-gate /usr/lib/llib-lbsm \ 15170Sstevel@tonic-gate /usr/lib/llib-lbsm.ln \ 15180Sstevel@tonic-gate /usr/lib/llib-lc \ 15190Sstevel@tonic-gate /usr/lib/llib-lc.ln \ 15200Sstevel@tonic-gate /usr/lib/llib-lcmdutils \ 15210Sstevel@tonic-gate /usr/lib/llib-lcmdutils.ln \ 15220Sstevel@tonic-gate /usr/lib/llib-lcontract \ 15230Sstevel@tonic-gate /usr/lib/llib-lcontract.ln \ 15240Sstevel@tonic-gate /usr/lib/llib-lctf \ 15250Sstevel@tonic-gate /usr/lib/llib-lctf.ln \ 15260Sstevel@tonic-gate /usr/lib/llib-lcurses \ 15270Sstevel@tonic-gate /usr/lib/llib-lcurses.ln \ 15280Sstevel@tonic-gate /usr/lib/llib-ldevice \ 15290Sstevel@tonic-gate /usr/lib/llib-ldevice.ln \ 15300Sstevel@tonic-gate /usr/lib/llib-ldevid \ 15310Sstevel@tonic-gate /usr/lib/llib-ldevid.ln \ 15320Sstevel@tonic-gate /usr/lib/llib-ldevinfo \ 15330Sstevel@tonic-gate /usr/lib/llib-ldevinfo.ln \ 15340Sstevel@tonic-gate /usr/lib/llib-ldhcpagent \ 15350Sstevel@tonic-gate /usr/lib/llib-ldhcpagent.ln \ 15360Sstevel@tonic-gate /usr/lib/llib-ldhcputil \ 15370Sstevel@tonic-gate /usr/lib/llib-ldhcputil.ln \ 15380Sstevel@tonic-gate /usr/lib/llib-ldl \ 15390Sstevel@tonic-gate /usr/lib/llib-ldl.ln \ 15400Sstevel@tonic-gate /usr/lib/llib-ldoor \ 15410Sstevel@tonic-gate /usr/lib/llib-ldoor.ln \ 15420Sstevel@tonic-gate /usr/lib/llib-lefi \ 15430Sstevel@tonic-gate /usr/lib/llib-lefi.ln \ 15440Sstevel@tonic-gate /usr/lib/llib-lelf \ 15450Sstevel@tonic-gate /usr/lib/llib-lelf.ln \ 15460Sstevel@tonic-gate /usr/lib/llib-lgen \ 15470Sstevel@tonic-gate /usr/lib/llib-lgen.ln \ 15480Sstevel@tonic-gate /usr/lib/llib-linetcfg \ 15490Sstevel@tonic-gate /usr/lib/llib-linetcfg.ln \ 15500Sstevel@tonic-gate /usr/lib/llib-linetutil \ 15510Sstevel@tonic-gate /usr/lib/llib-linetutil.ln \ 15520Sstevel@tonic-gate /usr/lib/llib-lintl \ 15530Sstevel@tonic-gate /usr/lib/llib-lintl.ln \ 15540Sstevel@tonic-gate /usr/lib/llib-lkstat \ 15550Sstevel@tonic-gate /usr/lib/llib-lkstat.ln \ 15560Sstevel@tonic-gate /usr/lib/llib-lmd5 \ 15570Sstevel@tonic-gate /usr/lib/llib-lmd5.ln \ 15580Sstevel@tonic-gate /usr/lib/llib-lmeta \ 15590Sstevel@tonic-gate /usr/lib/llib-lmeta.ln \ 15600Sstevel@tonic-gate /usr/lib/llib-lnsl \ 15610Sstevel@tonic-gate /usr/lib/llib-lnsl.ln \ 15620Sstevel@tonic-gate /usr/lib/llib-lnvpair \ 15630Sstevel@tonic-gate /usr/lib/llib-lnvpair.ln \ 15640Sstevel@tonic-gate /usr/lib/llib-lpam \ 15650Sstevel@tonic-gate /usr/lib/llib-lpam.ln \ 15660Sstevel@tonic-gate /usr/lib/llib-lposix4 \ 15670Sstevel@tonic-gate /usr/lib/llib-lposix4.ln \ 15680Sstevel@tonic-gate /usr/lib/llib-lpthread \ 15690Sstevel@tonic-gate /usr/lib/llib-lpthread.ln \ 15700Sstevel@tonic-gate /usr/lib/llib-lresolv \ 15710Sstevel@tonic-gate /usr/lib/llib-lresolv.ln \ 15720Sstevel@tonic-gate /usr/lib/llib-lrt \ 15730Sstevel@tonic-gate /usr/lib/llib-lrt.ln \ 15740Sstevel@tonic-gate /usr/lib/llib-lrtld_db \ 15750Sstevel@tonic-gate /usr/lib/llib-lrtld_db.ln \ 15760Sstevel@tonic-gate /usr/lib/llib-lscf \ 15770Sstevel@tonic-gate /usr/lib/llib-lscf.ln \ 15780Sstevel@tonic-gate /usr/lib/llib-lsec \ 15790Sstevel@tonic-gate /usr/lib/llib-lsec.ln \ 15800Sstevel@tonic-gate /usr/lib/llib-lsecdb \ 15810Sstevel@tonic-gate /usr/lib/llib-lsecdb.ln \ 15820Sstevel@tonic-gate /usr/lib/llib-lsendfile \ 15830Sstevel@tonic-gate /usr/lib/llib-lsendfile.ln \ 15840Sstevel@tonic-gate /usr/lib/llib-lsocket \ 15850Sstevel@tonic-gate /usr/lib/llib-lsocket.ln \ 15860Sstevel@tonic-gate /usr/lib/llib-lsysevent \ 15870Sstevel@tonic-gate /usr/lib/llib-lsysevent.ln \ 15880Sstevel@tonic-gate /usr/lib/llib-ltermcap \ 15890Sstevel@tonic-gate /usr/lib/llib-ltermcap.ln \ 15900Sstevel@tonic-gate /usr/lib/llib-ltermlib \ 15910Sstevel@tonic-gate /usr/lib/llib-ltermlib.ln \ 15920Sstevel@tonic-gate /usr/lib/llib-lthread \ 15930Sstevel@tonic-gate /usr/lib/llib-lthread.ln \ 15940Sstevel@tonic-gate /usr/lib/llib-lthread_db \ 15950Sstevel@tonic-gate /usr/lib/llib-lthread_db.ln \ 15961676Sjpk /usr/lib/llib-ltsnet \ 15971676Sjpk /usr/lib/llib-ltsnet.ln \ 15981676Sjpk /usr/lib/llib-ltsol \ 15991676Sjpk /usr/lib/llib-ltsol.ln \ 16000Sstevel@tonic-gate /usr/lib/llib-lumem \ 16010Sstevel@tonic-gate /usr/lib/llib-lumem.ln \ 16020Sstevel@tonic-gate /usr/lib/llib-luuid \ 16030Sstevel@tonic-gate /usr/lib/llib-luuid.ln \ 16040Sstevel@tonic-gate /usr/lib/llib-lxnet \ 16050Sstevel@tonic-gate /usr/lib/llib-lxnet.ln \ 1606998Seschrock /usr/lib/llib-lzfs \ 1607998Seschrock /usr/lib/llib-lzfs.ln \ 16080Sstevel@tonic-gate /usr/lib/nss_compat.so.1 \ 16090Sstevel@tonic-gate /usr/lib/nss_dns.so.1 \ 16100Sstevel@tonic-gate /usr/lib/nss_files.so.1 \ 16110Sstevel@tonic-gate /usr/lib/nss_nis.so.1 \ 16120Sstevel@tonic-gate /usr/lib/nss_nisplus.so.1 \ 16130Sstevel@tonic-gate /usr/lib/nss_user.so.1 16140Sstevel@tonic-gate 16150Sstevel@tonic-gatesparcv9_SYM.USRLIB64= \ 16160Sstevel@tonic-gate /usr/platform/sun4u/lib/$(MACH64)/libwrsmconf.so \ 16170Sstevel@tonic-gate /usr/platform/sun4u/lib/$(MACH64)/libwrsmconf.so.1 \ 16180Sstevel@tonic-gate /usr/platform/sun4u/lib/libwrsmconf.so \ 16190Sstevel@tonic-gate /usr/platform/sun4u/lib/libwrsmconf.so.1 \ 16200Sstevel@tonic-gate /usr/platform/sun4u/sbin/wrsmconf 16210Sstevel@tonic-gate 16220Sstevel@tonic-gateamd64_SYM.USRLIB64= 16230Sstevel@tonic-gate 16240Sstevel@tonic-gateSYM.USRLIB64= \ 16250Sstevel@tonic-gate $($(MACH64)_SYM.USRLIB64) \ 16262248Sraf /lib/$(MACH64)/libposix4.so \ 16272248Sraf /lib/$(MACH64)/libposix4.so.1 \ 16282248Sraf /lib/$(MACH64)/llib-lposix4.ln \ 16290Sstevel@tonic-gate /lib/$(MACH64)/libthread_db.so \ 16300Sstevel@tonic-gate /lib/$(MACH64)/libthread_db.so.1 \ 16310Sstevel@tonic-gate /usr/lib/$(MACH64)/ld.so.1 \ 16320Sstevel@tonic-gate /usr/lib/$(MACH64)/libadm.so \ 16330Sstevel@tonic-gate /usr/lib/$(MACH64)/libadm.so.1 \ 16340Sstevel@tonic-gate /usr/lib/$(MACH64)/libaio.so \ 16350Sstevel@tonic-gate /usr/lib/$(MACH64)/libaio.so.1 \ 16360Sstevel@tonic-gate /usr/lib/$(MACH64)/libavl.so \ 16370Sstevel@tonic-gate /usr/lib/$(MACH64)/libavl.so.1 \ 16380Sstevel@tonic-gate /usr/lib/$(MACH64)/libbsm.so \ 16390Sstevel@tonic-gate /usr/lib/$(MACH64)/libbsm.so.1 \ 16400Sstevel@tonic-gate /usr/lib/$(MACH64)/libc.so \ 16410Sstevel@tonic-gate /usr/lib/$(MACH64)/libc.so.1 \ 16420Sstevel@tonic-gate /usr/lib/$(MACH64)/libc_db.so \ 16430Sstevel@tonic-gate /usr/lib/$(MACH64)/libc_db.so.1 \ 16440Sstevel@tonic-gate /usr/lib/$(MACH64)/libcmdutils.so \ 16450Sstevel@tonic-gate /usr/lib/$(MACH64)/libcmdutils.so.1 \ 16460Sstevel@tonic-gate /usr/lib/$(MACH64)/libcontract.so \ 16470Sstevel@tonic-gate /usr/lib/$(MACH64)/libcontract.so.1 \ 16480Sstevel@tonic-gate /usr/lib/$(MACH64)/libctf.so \ 16490Sstevel@tonic-gate /usr/lib/$(MACH64)/libctf.so.1 \ 16500Sstevel@tonic-gate /usr/lib/$(MACH64)/libcurses.so \ 16510Sstevel@tonic-gate /usr/lib/$(MACH64)/libcurses.so.1 \ 16520Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevice.so \ 16530Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevice.so.1 \ 16540Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevid.so \ 16550Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevid.so.1 \ 16560Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevinfo.so \ 16570Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevinfo.so.1 \ 16580Sstevel@tonic-gate /usr/lib/$(MACH64)/libdl.so \ 16590Sstevel@tonic-gate /usr/lib/$(MACH64)/libdl.so.1 \ 16600Sstevel@tonic-gate /usr/lib/$(MACH64)/libdoor.so \ 16610Sstevel@tonic-gate /usr/lib/$(MACH64)/libdoor.so.1 \ 16620Sstevel@tonic-gate /usr/lib/$(MACH64)/libefi.so \ 16630Sstevel@tonic-gate /usr/lib/$(MACH64)/libefi.so.1 \ 16640Sstevel@tonic-gate /usr/lib/$(MACH64)/libelf.so \ 16650Sstevel@tonic-gate /usr/lib/$(MACH64)/libelf.so.1 \ 16660Sstevel@tonic-gate /usr/lib/$(MACH64)/libgen.so \ 16670Sstevel@tonic-gate /usr/lib/$(MACH64)/libgen.so.1 \ 16680Sstevel@tonic-gate /usr/lib/$(MACH64)/libinetutil.so \ 16690Sstevel@tonic-gate /usr/lib/$(MACH64)/libinetutil.so.1 \ 16700Sstevel@tonic-gate /usr/lib/$(MACH64)/libintl.so \ 16710Sstevel@tonic-gate /usr/lib/$(MACH64)/libintl.so.1 \ 16720Sstevel@tonic-gate /usr/lib/$(MACH64)/libkstat.so \ 16730Sstevel@tonic-gate /usr/lib/$(MACH64)/libkstat.so.1 \ 16740Sstevel@tonic-gate /usr/lib/$(MACH64)/liblddbg.so.4 \ 16751694Sdarrenm /usr/lib/$(MACH64)/libmd.so \ 16761694Sdarrenm /usr/lib/$(MACH64)/libmd.so.1 \ 16770Sstevel@tonic-gate /usr/lib/$(MACH64)/libmd5.so \ 16780Sstevel@tonic-gate /usr/lib/$(MACH64)/libmd5.so.1 \ 16790Sstevel@tonic-gate /usr/lib/$(MACH64)/libmp.so \ 16800Sstevel@tonic-gate /usr/lib/$(MACH64)/libmp.so.2 \ 16810Sstevel@tonic-gate /usr/lib/$(MACH64)/libnsl.so \ 16820Sstevel@tonic-gate /usr/lib/$(MACH64)/libnsl.so.1 \ 16830Sstevel@tonic-gate /usr/lib/$(MACH64)/libnvpair.so \ 16840Sstevel@tonic-gate /usr/lib/$(MACH64)/libnvpair.so.1 \ 16850Sstevel@tonic-gate /usr/lib/$(MACH64)/libpam.so \ 16860Sstevel@tonic-gate /usr/lib/$(MACH64)/libpam.so.1 \ 16870Sstevel@tonic-gate /usr/lib/$(MACH64)/libposix4.so \ 16880Sstevel@tonic-gate /usr/lib/$(MACH64)/libposix4.so.1 \ 16890Sstevel@tonic-gate /usr/lib/$(MACH64)/libproc.so \ 16900Sstevel@tonic-gate /usr/lib/$(MACH64)/libproc.so.1 \ 16910Sstevel@tonic-gate /usr/lib/$(MACH64)/libpthread.so \ 16920Sstevel@tonic-gate /usr/lib/$(MACH64)/libpthread.so.1 \ 16930Sstevel@tonic-gate /usr/lib/$(MACH64)/libresolv.so \ 16940Sstevel@tonic-gate /usr/lib/$(MACH64)/libresolv.so.2 \ 16950Sstevel@tonic-gate /usr/lib/$(MACH64)/librestart.so \ 16960Sstevel@tonic-gate /usr/lib/$(MACH64)/librestart.so.1 \ 16970Sstevel@tonic-gate /usr/lib/$(MACH64)/librpcsvc.so \ 16980Sstevel@tonic-gate /usr/lib/$(MACH64)/librpcsvc.so.1 \ 16990Sstevel@tonic-gate /usr/lib/$(MACH64)/librt.so \ 17000Sstevel@tonic-gate /usr/lib/$(MACH64)/librt.so.1 \ 17010Sstevel@tonic-gate /usr/lib/$(MACH64)/librtld.so.1 \ 17020Sstevel@tonic-gate /usr/lib/$(MACH64)/librtld_db.so \ 17030Sstevel@tonic-gate /usr/lib/$(MACH64)/librtld_db.so.1 \ 17040Sstevel@tonic-gate /usr/lib/$(MACH64)/libscf.so \ 17050Sstevel@tonic-gate /usr/lib/$(MACH64)/libscf.so.1 \ 17060Sstevel@tonic-gate /usr/lib/$(MACH64)/libsec.so \ 17070Sstevel@tonic-gate /usr/lib/$(MACH64)/libsec.so.1 \ 17080Sstevel@tonic-gate /usr/lib/$(MACH64)/libsecdb.so \ 17090Sstevel@tonic-gate /usr/lib/$(MACH64)/libsecdb.so.1 \ 17100Sstevel@tonic-gate /usr/lib/$(MACH64)/libsendfile.so \ 17110Sstevel@tonic-gate /usr/lib/$(MACH64)/libsendfile.so.1 \ 17120Sstevel@tonic-gate /usr/lib/$(MACH64)/libsocket.so \ 17130Sstevel@tonic-gate /usr/lib/$(MACH64)/libsocket.so.1 \ 17140Sstevel@tonic-gate /usr/lib/$(MACH64)/libsysevent.so \ 17150Sstevel@tonic-gate /usr/lib/$(MACH64)/libsysevent.so.1 \ 17160Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermcap.so \ 17170Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermcap.so.1 \ 17180Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermlib.so \ 17190Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermlib.so.1 \ 17200Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread.so \ 17210Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread.so.1 \ 17220Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread_db.so \ 17230Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread_db.so.1 \ 17241676Sjpk /usr/lib/$(MACH64)/libtsnet.so \ 17251676Sjpk /usr/lib/$(MACH64)/libtsnet.so.1 \ 17261676Sjpk /usr/lib/$(MACH64)/libtsol.so \ 17271676Sjpk /usr/lib/$(MACH64)/libtsol.so.2 \ 17280Sstevel@tonic-gate /usr/lib/$(MACH64)/libumem.so \ 17290Sstevel@tonic-gate /usr/lib/$(MACH64)/libumem.so.1 \ 17300Sstevel@tonic-gate /usr/lib/$(MACH64)/libuuid.so \ 17310Sstevel@tonic-gate /usr/lib/$(MACH64)/libuuid.so.1 \ 17320Sstevel@tonic-gate /usr/lib/$(MACH64)/libuutil.so \ 17330Sstevel@tonic-gate /usr/lib/$(MACH64)/libuutil.so.1 \ 17340Sstevel@tonic-gate /usr/lib/$(MACH64)/libw.so \ 17350Sstevel@tonic-gate /usr/lib/$(MACH64)/libw.so.1 \ 17360Sstevel@tonic-gate /usr/lib/$(MACH64)/libxnet.so \ 17370Sstevel@tonic-gate /usr/lib/$(MACH64)/libxnet.so.1 \ 1738998Seschrock /usr/lib/$(MACH64)/libzfs.so \ 1739998Seschrock /usr/lib/$(MACH64)/libzfs.so.1 \ 17400Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ladm.ln \ 17410Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-laio.ln \ 17420Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lavl.ln \ 17430Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lbsm.ln \ 17440Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lc.ln \ 17450Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcmdutils.ln \ 17460Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcontract.ln \ 17470Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lctf.ln \ 17480Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcurses \ 17490Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcurses.ln \ 17500Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldevice.ln \ 17510Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldevid.ln \ 17520Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldevinfo.ln \ 17530Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldl.ln \ 17540Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldoor.ln \ 17550Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lefi.ln \ 17560Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lelf.ln \ 17570Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lgen.ln \ 17580Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-linetutil.ln \ 17590Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lintl.ln \ 17600Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lkstat.ln \ 17610Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lmd5.ln \ 17620Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lnsl.ln \ 17630Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lnvpair.ln \ 17640Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lpam.ln \ 17650Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lposix4.ln \ 17660Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lpthread.ln \ 17670Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lresolv.ln \ 17680Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lrt.ln \ 17690Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lrtld_db.ln \ 17700Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lscf.ln \ 17710Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsec.ln \ 17720Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsecdb.ln \ 17730Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsendfile.ln \ 17740Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsocket.ln \ 17750Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsysevent.ln \ 17760Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermcap \ 17770Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermcap.ln \ 17780Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermlib \ 17790Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermlib.ln \ 17800Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lthread.ln \ 17810Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lthread_db.ln \ 17821676Sjpk /usr/lib/$(MACH64)/llib-ltsnet.ln \ 17831676Sjpk /usr/lib/$(MACH64)/llib-ltsol.ln \ 17840Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lumem.ln \ 17850Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-luuid.ln \ 17860Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lxnet.ln \ 1787998Seschrock /usr/lib/$(MACH64)/llib-lzfs.ln \ 17880Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_compat.so.1 \ 17890Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_dns.so.1 \ 17900Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_files.so.1 \ 17910Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_nis.so.1 \ 17920Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_nisplus.so.1 \ 17931618Srie /usr/lib/$(MACH64)/nss_user.so.1 17940Sstevel@tonic-gate 17950Sstevel@tonic-gate$(SYM.USRLIB:%=$(ROOT)%):= \ 17960Sstevel@tonic-gate INS.dir= -$(RM) $@; $(SYMLINK) $(REALPATH) $@; \ 17970Sstevel@tonic-gate $(CHOWN) $(OWNER) $@; $(CHGRP) $(GROUP) $@ 17980Sstevel@tonic-gate 17990Sstevel@tonic-gate$(SYM.USRLIB64:%=$(ROOT)%):= \ 18000Sstevel@tonic-gate INS.dir= -$(RM) $@; $(SYMLINK) $(REALPATH) $@; \ 18010Sstevel@tonic-gate $(CHOWN) $(OWNER) $@; $(CHGRP) $(GROUP) $@ 18020Sstevel@tonic-gate 1803