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# 223431Scarlsonj# Copyright 2007 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 \ 573446Smrj /boot/solaris/bin \ 583446Smrj /platform/i86pc 590Sstevel@tonic-gate 600Sstevel@tonic-gatesparc_ROOT.SYS= 610Sstevel@tonic-gate 620Sstevel@tonic-gateROOT.SYS= \ 630Sstevel@tonic-gate $($(MACH)_ROOT.SYS) \ 640Sstevel@tonic-gate /dev \ 650Sstevel@tonic-gate /dev/dsk \ 660Sstevel@tonic-gate /dev/fd \ 670Sstevel@tonic-gate /dev/rdsk \ 680Sstevel@tonic-gate /dev/rmt \ 690Sstevel@tonic-gate /dev/pts \ 700Sstevel@tonic-gate /dev/sad \ 710Sstevel@tonic-gate /dev/swap \ 723992Sjg /dev/zcons \ 730Sstevel@tonic-gate /devices \ 740Sstevel@tonic-gate /devices/pseudo \ 750Sstevel@tonic-gate /etc \ 760Sstevel@tonic-gate /etc/certs \ 770Sstevel@tonic-gate /etc/cron.d \ 780Sstevel@tonic-gate /etc/crypto \ 790Sstevel@tonic-gate /etc/crypto/certs \ 800Sstevel@tonic-gate /etc/crypto/crls \ 810Sstevel@tonic-gate /etc/default \ 820Sstevel@tonic-gate /etc/devices \ 830Sstevel@tonic-gate /etc/dfs \ 840Sstevel@tonic-gate /etc/fs \ 850Sstevel@tonic-gate /etc/fs/nfs \ 86789Sahrens /etc/fs/zfs \ 870Sstevel@tonic-gate /etc/ftpd \ 882912Sartem /etc/hal \ 892912Sartem /etc/hal/fdi \ 902912Sartem /etc/hal/fdi/information \ 912912Sartem /etc/hal/fdi/information/10freedesktop \ 922912Sartem /etc/hal/fdi/information/20thirdparty \ 932912Sartem /etc/hal/fdi/information/30user \ 942912Sartem /etc/hal/fdi/policy \ 952912Sartem /etc/hal/fdi/policy/10osvendor \ 962912Sartem /etc/hal/fdi/policy/20thirdparty \ 972912Sartem /etc/hal/fdi/policy/30user \ 982912Sartem /etc/hal/fdi/preprobe \ 992912Sartem /etc/hal/fdi/preprobe/10osvendor \ 1002912Sartem /etc/hal/fdi/preprobe/20thirdparty \ 1012912Sartem /etc/hal/fdi/preprobe/30user \ 1022314Smcneal /etc/iscsi \ 1030Sstevel@tonic-gate /etc/rpcsec \ 1040Sstevel@tonic-gate /etc/security \ 1054746Srica /etc/security/tsol \ 1060Sstevel@tonic-gate /etc/gss \ 1070Sstevel@tonic-gate /etc/init.d \ 1083431Scarlsonj /etc/dhcp \ 1090Sstevel@tonic-gate /etc/lib \ 1100Sstevel@tonic-gate /etc/opt \ 1110Sstevel@tonic-gate /etc/rc0.d \ 1120Sstevel@tonic-gate /etc/rc1.d \ 1130Sstevel@tonic-gate /etc/rc2.d \ 1140Sstevel@tonic-gate /etc/rc3.d \ 1150Sstevel@tonic-gate /etc/rcS.d \ 1160Sstevel@tonic-gate /etc/sasl \ 1170Sstevel@tonic-gate /etc/sfw \ 1180Sstevel@tonic-gate /etc/svc \ 1190Sstevel@tonic-gate /etc/svc/volatile \ 1200Sstevel@tonic-gate /etc/tm \ 1210Sstevel@tonic-gate /etc/usb \ 122952Seschrock /etc/zfs \ 1230Sstevel@tonic-gate /etc/zones \ 1240Sstevel@tonic-gate /export \ 1250Sstevel@tonic-gate /home \ 1260Sstevel@tonic-gate /kernel \ 1270Sstevel@tonic-gate /mnt \ 1280Sstevel@tonic-gate /opt \ 1290Sstevel@tonic-gate /platform \ 1300Sstevel@tonic-gate /proc \ 1310Sstevel@tonic-gate /sbin \ 1320Sstevel@tonic-gate /system \ 1330Sstevel@tonic-gate /system/contract \ 1340Sstevel@tonic-gate /system/object \ 1350Sstevel@tonic-gate /usr \ 1360Sstevel@tonic-gate /usr/kernel \ 1370Sstevel@tonic-gate /usr/platform \ 1380Sstevel@tonic-gate /usr/share \ 1390Sstevel@tonic-gate /var \ 1400Sstevel@tonic-gate /var/adm \ 1410Sstevel@tonic-gate /var/adm/pool \ 1420Sstevel@tonic-gate /var/adm/sm.bin \ 1430Sstevel@tonic-gate /var/adm/streams \ 1440Sstevel@tonic-gate /var/cron \ 1452093Sdr146992 /var/db \ 1462093Sdr146992 /var/db/ipf \ 1470Sstevel@tonic-gate /var/krb5 \ 1480Sstevel@tonic-gate /var/krb5/rcache \ 1490Sstevel@tonic-gate /var/krb5/rcache/root \ 1500Sstevel@tonic-gate /var/log \ 1510Sstevel@tonic-gate /var/log/pool \ 1520Sstevel@tonic-gate /var/sadm \ 1530Sstevel@tonic-gate /var/opt \ 1540Sstevel@tonic-gate /var/run \ 1550Sstevel@tonic-gate /var/svc \ 1560Sstevel@tonic-gate /var/svc/log \ 1570Sstevel@tonic-gate /var/svc/manifest \ 1580Sstevel@tonic-gate /var/svc/manifest/milestone \ 1590Sstevel@tonic-gate /var/svc/manifest/device \ 1600Sstevel@tonic-gate /var/svc/manifest/system \ 1610Sstevel@tonic-gate /var/svc/manifest/system/device \ 1620Sstevel@tonic-gate /var/svc/manifest/system/filesystem \ 1630Sstevel@tonic-gate /var/svc/manifest/system/security \ 1640Sstevel@tonic-gate /var/svc/manifest/system/svc \ 1650Sstevel@tonic-gate /var/svc/manifest/network \ 1660Sstevel@tonic-gate /var/svc/manifest/network/dns \ 1674235Smarkfen /var/svc/manifest/network/ipsec \ 1680Sstevel@tonic-gate /var/svc/manifest/network/ldap \ 1690Sstevel@tonic-gate /var/svc/manifest/network/nfs \ 1700Sstevel@tonic-gate /var/svc/manifest/network/nis \ 1710Sstevel@tonic-gate /var/svc/manifest/network/rpc \ 1720Sstevel@tonic-gate /var/svc/manifest/network/security \ 1733034Sdougm /var/svc/manifest/network/shares \ 174919Skais /var/svc/manifest/network/ssl \ 1750Sstevel@tonic-gate /var/svc/manifest/application \ 1760Sstevel@tonic-gate /var/svc/manifest/application/management \ 1770Sstevel@tonic-gate /var/svc/manifest/application/security \ 1780Sstevel@tonic-gate /var/svc/manifest/application/print \ 1790Sstevel@tonic-gate /var/svc/manifest/platform \ 1800Sstevel@tonic-gate /var/svc/manifest/platform/sun4u \ 1811991Sheppo /var/svc/manifest/platform/sun4v \ 1820Sstevel@tonic-gate /var/svc/manifest/site \ 1834746Srica /var/svc/profile \ 1844746Srica /var/tsol \ 1854746Srica /var/tsol/doors 1860Sstevel@tonic-gate 1870Sstevel@tonic-gate# EXPORT DELETE START 1880Sstevel@tonic-gateXROOT.BIN= \ 1890Sstevel@tonic-gate /etc/sfw/openssl \ 1900Sstevel@tonic-gate /etc/sfw/openssl/certs \ 1910Sstevel@tonic-gate /etc/sfw/openssl/private \ 1920Sstevel@tonic-gate /usr/lib/inet/wanboot 1930Sstevel@tonic-gate# EXPORT DELETE END 1940Sstevel@tonic-gate 1952744Snn35248i386_ROOT.BIN= \ 1962744Snn35248 /usr/lib/brand/lx \ 1972744Snn35248 /usr/lib/brand/lx/amd64 \ 1982744Snn35248 /usr/lib/brand/lx/distros 1991991Sheppo 2001991Shepposparc_ROOT.BIN= \ 2011991Sheppo /usr/lib/ldoms 2021991Sheppo 2030Sstevel@tonic-gateROOT.BIN= \ 2041991Sheppo $($(MACH)_ROOT.BIN) \ 2052912Sartem /etc/dbus-1 \ 2062912Sartem /etc/dbus-1/system.d \ 2070Sstevel@tonic-gate /etc/saf \ 2081303Swesolows /etc/sma \ 2091303Swesolows /etc/sma/snmp \ 2100Sstevel@tonic-gate /lib \ 2113938Sjbeck /lib/inet \ 2120Sstevel@tonic-gate /lib/secure \ 2130Sstevel@tonic-gate /lib/svc \ 2140Sstevel@tonic-gate /lib/svc/bin \ 2150Sstevel@tonic-gate /lib/svc/capture \ 2160Sstevel@tonic-gate /lib/svc/method \ 2170Sstevel@tonic-gate /lib/svc/monitor \ 2180Sstevel@tonic-gate /lib/svc/seed \ 2190Sstevel@tonic-gate /lib/svc/share \ 2200Sstevel@tonic-gate /usr/4lib \ 2210Sstevel@tonic-gate /usr/bin \ 2220Sstevel@tonic-gate /usr/bin/$(MACH32) \ 2230Sstevel@tonic-gate /usr/ccs \ 2240Sstevel@tonic-gate /usr/ccs/bin \ 2250Sstevel@tonic-gate /usr/ccs/lib \ 2260Sstevel@tonic-gate /usr/demo \ 2270Sstevel@tonic-gate /usr/demo/SOUND \ 2280Sstevel@tonic-gate /usr/games \ 2290Sstevel@tonic-gate /usr/include \ 2300Sstevel@tonic-gate /usr/kvm \ 2310Sstevel@tonic-gate /usr/include/sys/crypto \ 2320Sstevel@tonic-gate /usr/include/fm \ 2330Sstevel@tonic-gate /usr/include/gssapi \ 2342912Sartem /usr/include/hal \ 2350Sstevel@tonic-gate /usr/include/kerberosv5 \ 2360Sstevel@tonic-gate /usr/include/libmilter \ 2372912Sartem /usr/include/libpolkit \ 2380Sstevel@tonic-gate /usr/include/sasl \ 2391676Sjpk /usr/include/tsol \ 2401694Sdarrenm /usr/include/security \ 2410Sstevel@tonic-gate /usr/lib \ 2420Sstevel@tonic-gate /usr/lib/abi \ 2432744Snn35248 /usr/lib/brand \ 2442744Snn35248 /usr/lib/brand/native \ 2452744Snn35248 /usr/lib/brand/sn1 \ 2460Sstevel@tonic-gate /usr/lib/class \ 2470Sstevel@tonic-gate /usr/lib/class/FSS \ 2480Sstevel@tonic-gate /usr/lib/class/FX \ 2490Sstevel@tonic-gate /usr/lib/class/IA \ 2500Sstevel@tonic-gate /usr/lib/class/RT \ 2510Sstevel@tonic-gate /usr/lib/class/TS \ 2520Sstevel@tonic-gate /usr/lib/crypto \ 2530Sstevel@tonic-gate /usr/lib/drv \ 2540Sstevel@tonic-gate /usr/lib/font \ 2550Sstevel@tonic-gate /usr/lib/fp \ 2560Sstevel@tonic-gate /usr/lib/fp/libp \ 2570Sstevel@tonic-gate /usr/lib/inet \ 2580Sstevel@tonic-gate /usr/lib/inet/dhcp \ 2590Sstevel@tonic-gate /usr/lib/inet/dhcp/nsu \ 2600Sstevel@tonic-gate /usr/lib/inet/dhcp/svc \ 2610Sstevel@tonic-gate /usr/lib/inet/dhcp/svcadm \ 2620Sstevel@tonic-gate $(XROOT.BIN) \ 2630Sstevel@tonic-gate /usr/lib/fm \ 2640Sstevel@tonic-gate /usr/lib/gss \ 2652912Sartem /usr/lib/hal \ 2660Sstevel@tonic-gate /usr/lib/krb5 \ 2670Sstevel@tonic-gate /usr/lib/link_audit \ 2680Sstevel@tonic-gate /usr/lib/libp \ 2690Sstevel@tonic-gate /usr/lib/localedef \ 2700Sstevel@tonic-gate /usr/lib/localedef/extensions \ 2710Sstevel@tonic-gate /usr/lib/localedef/src \ 2720Sstevel@tonic-gate /usr/lib/lwp \ 2730Sstevel@tonic-gate /usr/lib/pool \ 2740Sstevel@tonic-gate /usr/lib/rcap \ 2750Sstevel@tonic-gate /usr/lib/rcap/$(MACH32) \ 2760Sstevel@tonic-gate /usr/lib/saf \ 2770Sstevel@tonic-gate /usr/lib/sasl \ 2780Sstevel@tonic-gate /usr/lib/secure \ 2790Sstevel@tonic-gate /usr/lib/security \ 2800Sstevel@tonic-gate /usr/lib/term \ 2810Sstevel@tonic-gate /usr/lib/zones \ 2820Sstevel@tonic-gate /usr/old \ 2830Sstevel@tonic-gate /usr/openwin \ 2840Sstevel@tonic-gate /usr/proc \ 2850Sstevel@tonic-gate /usr/proc/bin \ 2860Sstevel@tonic-gate /usr/sadm \ 2870Sstevel@tonic-gate /usr/sadm/install \ 2880Sstevel@tonic-gate /usr/sadm/install/scripts \ 2890Sstevel@tonic-gate /usr/sadm/sysadm \ 2900Sstevel@tonic-gate /usr/sadm/sysadm/add-ons \ 2910Sstevel@tonic-gate /usr/snadm \ 2920Sstevel@tonic-gate /usr/snadm/lib \ 2930Sstevel@tonic-gate /usr/sbin \ 2940Sstevel@tonic-gate /usr/sbin/$(MACH32) \ 2950Sstevel@tonic-gate /usr/share/audio \ 2960Sstevel@tonic-gate /usr/share/audio/samples \ 2970Sstevel@tonic-gate /usr/share/audio/samples/au \ 2980Sstevel@tonic-gate /usr/share/man \ 2990Sstevel@tonic-gate /usr/share/man/man1m \ 3000Sstevel@tonic-gate /usr/ucb \ 3010Sstevel@tonic-gate /usr/ucb/$(MACH32) \ 3020Sstevel@tonic-gate /usr/ucblib \ 3030Sstevel@tonic-gate /usr/xpg4 \ 3040Sstevel@tonic-gate /usr/xpg4/bin \ 3050Sstevel@tonic-gate /usr/xpg4/include \ 3060Sstevel@tonic-gate /usr/xpg4/lib \ 3070Sstevel@tonic-gate /usr/xpg6 \ 3080Sstevel@tonic-gate /usr/xpg6/bin \ 3090Sstevel@tonic-gate /var/ld \ 3100Sstevel@tonic-gate /var/news \ 3110Sstevel@tonic-gate /var/preserve \ 3120Sstevel@tonic-gate /var/saf \ 3130Sstevel@tonic-gate /var/spool 3140Sstevel@tonic-gate 3150Sstevel@tonic-gatesparcv9_ROOT.BIN64= \ 3160Sstevel@tonic-gate /platform/sun4u/lib \ 3170Sstevel@tonic-gate /platform/sun4u/lib/$(MACH64) \ 3180Sstevel@tonic-gate /usr/platform/sun4u/sbin \ 3190Sstevel@tonic-gate /usr/platform/sun4u/lib \ 3200Sstevel@tonic-gate /platform/sun4v/lib \ 3210Sstevel@tonic-gate /platform/sun4v/lib/$(MACH64) \ 3220Sstevel@tonic-gate /usr/platform/sun4v/sbin \ 3230Sstevel@tonic-gate /usr/platform/sun4v/lib \ 3241838Shyw /usr/platform/sun4u-us3/lib \ 3251838Shyw /usr/platform/sun4u-opl/lib 3260Sstevel@tonic-gate 3273446Smrjamd64_ROOT.BIN64= \ 3283446Smrj /platform/i86pc/amd64 3290Sstevel@tonic-gate 3300Sstevel@tonic-gateROOT.BIN64= \ 3310Sstevel@tonic-gate $($(MACH64)_ROOT.BIN64) \ 3320Sstevel@tonic-gate /lib/$(MACH64) \ 3330Sstevel@tonic-gate /lib/secure/$(MACH64) \ 3340Sstevel@tonic-gate /usr/bin/$(MACH64) \ 3350Sstevel@tonic-gate /usr/ccs/bin/$(MACH64) \ 3360Sstevel@tonic-gate /usr/ccs/lib/$(MACH64) \ 3370Sstevel@tonic-gate /usr/lib/$(MACH64) \ 3380Sstevel@tonic-gate /usr/lib/$(MACH64)/gss \ 3390Sstevel@tonic-gate /usr/lib/fm/$(MACH64) \ 3400Sstevel@tonic-gate /usr/lib/fp/libp/$(MACH64) \ 3410Sstevel@tonic-gate /usr/lib/krb5/$(MACH64) \ 3420Sstevel@tonic-gate /usr/lib/libp/$(MACH64) \ 3430Sstevel@tonic-gate /usr/lib/link_audit/$(MACH64) \ 3440Sstevel@tonic-gate /usr/lib/lwp/$(MACH64) \ 3450Sstevel@tonic-gate /usr/lib/rcap/$(MACH64) \ 3460Sstevel@tonic-gate /usr/lib/sasl/$(MACH64) \ 3470Sstevel@tonic-gate /usr/lib/secure/$(MACH64) \ 3480Sstevel@tonic-gate /usr/lib/security/$(MACH64) \ 3490Sstevel@tonic-gate /usr/lib/abi/$(MACH64) \ 3500Sstevel@tonic-gate /usr/sbin/$(MACH64) \ 3510Sstevel@tonic-gate /usr/ucb/$(MACH64) \ 3520Sstevel@tonic-gate /usr/ucblib/$(MACH64) \ 3530Sstevel@tonic-gate /usr/xpg4/lib/$(MACH64) \ 3540Sstevel@tonic-gate /var/ld/$(MACH64) 3550Sstevel@tonic-gate 3560Sstevel@tonic-gateROOT.SYS2= \ 3570Sstevel@tonic-gate /usr/lib/fs \ 3580Sstevel@tonic-gate /usr/lib/fs/nfs \ 3590Sstevel@tonic-gate /usr/lib/fs/proc \ 360789Sahrens /usr/lib/fs/zfs \ 3610Sstevel@tonic-gate /usr/lib/mdb \ 3620Sstevel@tonic-gate /usr/lib/mdb/kvm \ 3630Sstevel@tonic-gate /usr/lib/mdb/proc \ 3640Sstevel@tonic-gate /usr/lib/mdb/disasm \ 3650Sstevel@tonic-gate /usr/lib/nfs \ 3660Sstevel@tonic-gate /usr/net \ 3670Sstevel@tonic-gate /usr/net/servers \ 3682912Sartem /usr/share/hwdata \ 3690Sstevel@tonic-gate /usr/share/lib \ 3700Sstevel@tonic-gate /usr/share/lib/xml \ 3710Sstevel@tonic-gate /usr/share/lib/xml/dtd \ 3720Sstevel@tonic-gate /usr/share/src \ 3730Sstevel@tonic-gate /var/spool/cron \ 3740Sstevel@tonic-gate /var/spool/cron/atjobs \ 3750Sstevel@tonic-gate /var/spool/cron/crontabs 3760Sstevel@tonic-gate 3770Sstevel@tonic-gatesparcv9_ROOT.SYS64.2 = \ 3780Sstevel@tonic-gate /platform/sun4u \ 3790Sstevel@tonic-gate /usr/platform/sun4u 3800Sstevel@tonic-gate 3810Sstevel@tonic-gateamd64_ROOT.SYS64.2 = 3820Sstevel@tonic-gate 3830Sstevel@tonic-gateROOT.SYS64.2 = \ 3840Sstevel@tonic-gate $($(MACH64)_ROOT.SYS64.2) \ 3850Sstevel@tonic-gate /usr/lib/mdb/kvm/$(MACH64) \ 3863910Sdougm /usr/lib/mdb/proc/$(MACH64) \ 3873910Sdougm /usr/lib/fs/nfs/$(MACH64) 3880Sstevel@tonic-gate 3890Sstevel@tonic-gateUUCP.UUCP= \ 3900Sstevel@tonic-gate /var/spool/uucp \ 3910Sstevel@tonic-gate /var/spool/uucppublic \ 3920Sstevel@tonic-gate /var/uucp 3930Sstevel@tonic-gate 3940Sstevel@tonic-gateROOT.SFW= \ 3950Sstevel@tonic-gate /usr/sfw/bin \ 3960Sstevel@tonic-gate /usr/sfw/sbin \ 3970Sstevel@tonic-gate /usr/sfw/include \ 3980Sstevel@tonic-gate /usr/sfw/lib \ 3990Sstevel@tonic-gate /usr/sfw/share 4000Sstevel@tonic-gate 4010Sstevel@tonic-gateROOT.SFW64= \ 4020Sstevel@tonic-gate /usr/sfw/lib/$(MACH64) 4030Sstevel@tonic-gate 4040Sstevel@tonic-gate# EXPORT DELETE START 4050Sstevel@tonic-gateROOT.SFW64+= \ 4060Sstevel@tonic-gate /usr/sfw/bin/$(MACH64) 4070Sstevel@tonic-gate# EXPORT DELETE END 4080Sstevel@tonic-gate 4090Sstevel@tonic-gateOTHERS= \ 4100Sstevel@tonic-gate /dev/term \ 4110Sstevel@tonic-gate /tmp \ 4123147Sxc151355 /etc/dladm \ 4130Sstevel@tonic-gate /etc/mail \ 4140Sstevel@tonic-gate /etc/mail/cf \ 4150Sstevel@tonic-gate /etc/mail/cf/cf \ 4160Sstevel@tonic-gate /etc/mail/cf/domain \ 4170Sstevel@tonic-gate /etc/mail/cf/feature \ 4180Sstevel@tonic-gate /etc/mail/cf/m4 \ 4190Sstevel@tonic-gate /etc/mail/cf/mailer \ 4200Sstevel@tonic-gate /etc/mail/cf/ostype \ 4210Sstevel@tonic-gate /etc/mail/cf/sh \ 4220Sstevel@tonic-gate /usr/lib/sa \ 4234538Sdamico /usr/share/lib/ccs \ 4240Sstevel@tonic-gate /usr/share/lib/tmac \ 4250Sstevel@tonic-gate /var/adm/exacct \ 4260Sstevel@tonic-gate /var/adm/log \ 4270Sstevel@tonic-gate /var/adm/sa \ 4284520Snw141292 /var/idmap \ 4290Sstevel@tonic-gate /var/mail \ 4300Sstevel@tonic-gate /var/spool/lp \ 4310Sstevel@tonic-gate /var/tmp 4320Sstevel@tonic-gate 4330Sstevel@tonic-gate# /var/mail/:saved is built directly by the rootdirs target in 4340Sstevel@tonic-gate# /usr/src/Makefile because of the colon in its name. 4350Sstevel@tonic-gate 4360Sstevel@tonic-gate# macros for symbolic links 4370Sstevel@tonic-gate 4380Sstevel@tonic-gateSYM.ROOT.SYS= \ 4390Sstevel@tonic-gate /dev/stdin \ 4400Sstevel@tonic-gate /dev/stdout \ 4410Sstevel@tonic-gate /dev/stderr \ 4420Sstevel@tonic-gate /usr/adm \ 4430Sstevel@tonic-gate /usr/lib/cron \ 4440Sstevel@tonic-gate /usr/man \ 4450Sstevel@tonic-gate /usr/pub 4460Sstevel@tonic-gate 4470Sstevel@tonic-gateSYM.ROOT.BIN= \ 4480Sstevel@tonic-gate /bin \ 4490Sstevel@tonic-gate /lib/32 \ 4500Sstevel@tonic-gate /lib/secure/32 \ 4510Sstevel@tonic-gate /etc/lib/ld.so.1 \ 4520Sstevel@tonic-gate /etc/lib/libdl.so.1 \ 4530Sstevel@tonic-gate /etc/lib/nss_files.so.1 \ 4540Sstevel@tonic-gate /usr/spool \ 4550Sstevel@tonic-gate /usr/lib/tmac \ 4560Sstevel@tonic-gate /usr/ccs/lib/fp \ 4570Sstevel@tonic-gate /usr/ccs/lib/link_audit \ 4580Sstevel@tonic-gate /usr/news \ 4590Sstevel@tonic-gate /usr/preserve \ 4600Sstevel@tonic-gate /usr/src \ 4610Sstevel@tonic-gate /usr/lib/32 \ 4620Sstevel@tonic-gate /usr/lib/libp/32 \ 4630Sstevel@tonic-gate /usr/lib/lwp/32 \ 4640Sstevel@tonic-gate /usr/lib/link_audit/32 \ 4650Sstevel@tonic-gate /usr/lib/secure/32 \ 4662552Scraigm /var/ld/32 \ 4672552Scraigm /usr/ucblib/32 4680Sstevel@tonic-gate 4692744Snn35248 4702744Snn35248i386_SYM.ROOT.BIN64= \ 4712744Snn35248 /usr/lib/brand/lx/64 4722744Snn35248 4732744Snn35248sparc_SYM.ROOT.BIN64= 4742744Snn35248 4750Sstevel@tonic-gateSYM.ROOT.BIN64= \ 4762744Snn35248 $($(MACH)_SYM.ROOT.BIN64) \ 4770Sstevel@tonic-gate /lib/64 \ 4780Sstevel@tonic-gate /lib/secure/64 \ 4790Sstevel@tonic-gate /usr/lib/64 \ 4800Sstevel@tonic-gate /usr/lib/libp/64 \ 4810Sstevel@tonic-gate /usr/lib/link_audit/64 \ 4820Sstevel@tonic-gate /usr/lib/lwp/64 \ 4830Sstevel@tonic-gate /usr/lib/secure/64 \ 4840Sstevel@tonic-gate /usr/lib/security/64 \ 4850Sstevel@tonic-gate /usr/xpg4/lib/64 \ 4862552Scraigm /var/ld/64 \ 4872552Scraigm /usr/ucblib/64 4880Sstevel@tonic-gate 4890Sstevel@tonic-gateSYM.ROOT.SFW64= \ 4900Sstevel@tonic-gate /usr/sfw/lib/64 4910Sstevel@tonic-gate 4920Sstevel@tonic-gateSYM.OTHERS= \ 4930Sstevel@tonic-gate /etc/log \ 4940Sstevel@tonic-gate /usr/mail \ 4950Sstevel@tonic-gate /usr/tmp 4960Sstevel@tonic-gate 4970Sstevel@tonic-gate# prepend the ROOT prefix 4980Sstevel@tonic-gate 4990Sstevel@tonic-gateROOTDIRS= $(TARGETDIRS:%=$(ROOT)%) 5000Sstevel@tonic-gate 5010Sstevel@tonic-gate# conditional assignments 5020Sstevel@tonic-gate# 5030Sstevel@tonic-gate# Target directories with non-default values for owner and group must 5040Sstevel@tonic-gate# be referenced here, using their fully-prefixed names, and the non- 5050Sstevel@tonic-gate# default values assigned. If a directory is mentioned above and not 5060Sstevel@tonic-gate# mentioned below, it has default values for attributes. 5070Sstevel@tonic-gate# 5080Sstevel@tonic-gate# The default values for OWNER, GROUP, and DIRMODE are specified in 5090Sstevel@tonic-gate# /usr/src/Makefile.master. 5100Sstevel@tonic-gate# 5110Sstevel@tonic-gate 5120Sstevel@tonic-gate$(ROOT)/tmp \ 5130Sstevel@tonic-gate$(ROOT)/usr/tmp \ 5140Sstevel@tonic-gate$(ROOT)/var/tmp \ 5150Sstevel@tonic-gate$(ROOT)/var/adm/sa \ 5160Sstevel@tonic-gate$(ROOT.SYS:%=$(ROOT)%) \ 5170Sstevel@tonic-gate$(ROOT.SYS2:%=$(ROOT)%) \ 5180Sstevel@tonic-gate$(ROOT.SYS64.2:%=$(ROOT)%) \ 5190Sstevel@tonic-gate$(SYM.ROOT.SYS:%=$(ROOT)%):= GROUP= sys 5200Sstevel@tonic-gate 5210Sstevel@tonic-gate$(ROOT)/var/adm \ 5220Sstevel@tonic-gate$(ROOT)/var/adm/sa := DIRMODE= 775 5230Sstevel@tonic-gate 5244520Snw141292$(ROOT)/var/idmap := OWNER= daemon 5254520Snw141292$(ROOT)/var/idmap := GROUP= daemon 5264520Snw141292 5270Sstevel@tonic-gate$(ROOT)/dev/term:= GROUP= root 5280Sstevel@tonic-gate 5290Sstevel@tonic-gate$(UUCP.UUCP:%=$(ROOT)%):= OWNER= uucp 5300Sstevel@tonic-gate$(UUCP.UUCP:%=$(ROOT)%):= GROUP= uucp 5310Sstevel@tonic-gate 5320Sstevel@tonic-gate$(ROOT)/etc/log \ 5330Sstevel@tonic-gate$(ROOT)/usr/lib/sa \ 5340Sstevel@tonic-gate$(ROOT)/var/adm/exacct \ 5350Sstevel@tonic-gate$(ROOT)/var/adm/log \ 5360Sstevel@tonic-gate$(ROOT)/var/adm/sa:= OWNER= adm 5370Sstevel@tonic-gate 5380Sstevel@tonic-gate$(ROOT)/etc/log \ 5390Sstevel@tonic-gate$(ROOT)/var/adm/exacct \ 5400Sstevel@tonic-gate$(ROOT)/var/adm/log:= GROUP= adm 5410Sstevel@tonic-gate 5420Sstevel@tonic-gate$(ROOT)/etc/mail \ 5430Sstevel@tonic-gate$(ROOT)/etc/mail/cf \ 5440Sstevel@tonic-gate$(ROOT)/etc/mail/cf/cf \ 5450Sstevel@tonic-gate$(ROOT)/etc/mail/cf/domain \ 5460Sstevel@tonic-gate$(ROOT)/etc/mail/cf/feature \ 5470Sstevel@tonic-gate$(ROOT)/etc/mail/cf/m4 \ 5480Sstevel@tonic-gate$(ROOT)/etc/mail/cf/mailer \ 5490Sstevel@tonic-gate$(ROOT)/etc/mail/cf/ostype \ 5500Sstevel@tonic-gate$(ROOT)/etc/mail/cf/sh \ 5510Sstevel@tonic-gate$(ROOT)/usr/mail \ 5520Sstevel@tonic-gate$(ROOT)/var/mail := GROUP= mail 5530Sstevel@tonic-gate 5543147Sxc151355$(ROOT)/etc/dladm := OWNER= dladm 5553147Sxc151355$(ROOT)/etc/dladm := GROUP= sys 5563147Sxc151355 5570Sstevel@tonic-gate$(ROOT)/var/spool/lp:= OWNER= lp 5580Sstevel@tonic-gate$(ROOT)/var/spool/lp:= GROUP= lp 5590Sstevel@tonic-gate$(ROOT)/var/spool/lp:= DIRMODE= 775 5600Sstevel@tonic-gate 5610Sstevel@tonic-gate# file mode 5620Sstevel@tonic-gate# 5630Sstevel@tonic-gate$(ROOT)/tmp \ 5640Sstevel@tonic-gate$(ROOT)/var/krb5/rcache \ 5650Sstevel@tonic-gate$(ROOT)/var/preserve \ 5660Sstevel@tonic-gate$(ROOT)/var/spool/pkg \ 5670Sstevel@tonic-gate$(ROOT)/var/spool/uucppublic \ 5680Sstevel@tonic-gate$(ROOT)/var/tmp:= DIRMODE= 1777 5690Sstevel@tonic-gate 5700Sstevel@tonic-gate$(ROOT)/var/krb5/rcache/root:= DIRMODE= 700 5710Sstevel@tonic-gate 5720Sstevel@tonic-gate$(ROOT)/etc/sfw/openssl/private:= DIRMODE= 700 5730Sstevel@tonic-gate 5740Sstevel@tonic-gate# 5750Sstevel@tonic-gate# These permissions must match the ones set 5760Sstevel@tonic-gate# internally by fdfs and autofs. 5770Sstevel@tonic-gate# 5780Sstevel@tonic-gate$(ROOT)/dev/fd \ 5790Sstevel@tonic-gate$(ROOT)/home:= DIRMODE= 555 5800Sstevel@tonic-gate 5810Sstevel@tonic-gate$(ROOT)/dev/fd \ 5820Sstevel@tonic-gate$(ROOT)/home:= GROUP= root 5830Sstevel@tonic-gate 5840Sstevel@tonic-gate$(ROOT)/var/mail:= DIRMODE=1777 5850Sstevel@tonic-gate 5860Sstevel@tonic-gate$(ROOT)/proc:= GROUP= root 5870Sstevel@tonic-gate$(ROOT)/proc:= DIRMODE= 555 5880Sstevel@tonic-gate 5890Sstevel@tonic-gate$(ROOT)/system/contract:= DIRMODE= 555 5900Sstevel@tonic-gate$(ROOT)/system/object:= DIRMODE= 555 5910Sstevel@tonic-gate 5920Sstevel@tonic-gate# symlink assignments, LINKDEST is the value of the symlink 5930Sstevel@tonic-gate# 5940Sstevel@tonic-gate$(ROOT)/usr/lib/cron:= LINKDEST=../../etc/cron.d 5950Sstevel@tonic-gate$(ROOT)/bin:= LINKDEST=usr/bin 5960Sstevel@tonic-gate$(ROOT)/lib/32:= LINKDEST=. 5970Sstevel@tonic-gate$(ROOT)/lib/secure/32:= LINKDEST=. 5980Sstevel@tonic-gate$(ROOT)/dev/stdin:= LINKDEST=fd/0 5990Sstevel@tonic-gate$(ROOT)/dev/stdout:= LINKDEST=fd/1 6000Sstevel@tonic-gate$(ROOT)/dev/stderr:= LINKDEST=fd/2 6010Sstevel@tonic-gate$(ROOT)/usr/pub:= LINKDEST=share/lib/pub 6020Sstevel@tonic-gate$(ROOT)/usr/man:= LINKDEST=share/man 6030Sstevel@tonic-gate$(ROOT)/usr/src:= LINKDEST=share/src 6040Sstevel@tonic-gate$(ROOT)/usr/adm:= LINKDEST=../var/adm 6050Sstevel@tonic-gate$(ROOT)/etc/lib/ld.so.1:= LINKDEST=../../lib/ld.so.1 6060Sstevel@tonic-gate$(ROOT)/etc/lib/libdl.so.1:= LINKDEST=../../lib/libdl.so.1 6070Sstevel@tonic-gate$(ROOT)/etc/lib/nss_files.so.1:= LINKDEST=../../lib/nss_files.so.1 6080Sstevel@tonic-gate$(ROOT)/etc/log:= LINKDEST=../var/adm/log 6090Sstevel@tonic-gate$(ROOT)/usr/mail:= LINKDEST=../var/mail 6100Sstevel@tonic-gate$(ROOT)/usr/news:= LINKDEST=../var/news 6110Sstevel@tonic-gate$(ROOT)/usr/preserve:= LINKDEST=../var/preserve 6120Sstevel@tonic-gate$(ROOT)/usr/spool:= LINKDEST=../var/spool 6130Sstevel@tonic-gate$(ROOT)/usr/tmp:= LINKDEST=../var/tmp 6140Sstevel@tonic-gate$(ROOT)/usr/lib/tmac:= LINKDEST=../share/lib/tmac 6150Sstevel@tonic-gate$(ROOT)/usr/lib/32:= LINKDEST=. 6160Sstevel@tonic-gate$(ROOT)/usr/lib/libp/32:= LINKDEST=. 6170Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/32:= LINKDEST=. 6180Sstevel@tonic-gate$(ROOT)/usr/lib/link_audit/32:= LINKDEST=. 6190Sstevel@tonic-gate$(ROOT)/usr/lib/secure/32:= LINKDEST=. 6200Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/fp:= LINKDEST=../../lib/fp 6210Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/link_audit:= LINKDEST=../../lib/link_audit 6220Sstevel@tonic-gate$(ROOT)/var/ld/32:= LINKDEST=. 6232552Scraigm$(ROOT)/usr/ucblib/32:= LINKDEST=. 6240Sstevel@tonic-gate 6250Sstevel@tonic-gate 6260Sstevel@tonic-gate$(BUILD64) $(ROOT)/lib/64:= LINKDEST=$(MACH64) 6270Sstevel@tonic-gate$(BUILD64) $(ROOT)/lib/secure/64:= LINKDEST=$(MACH64) 6280Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/64:= LINKDEST=$(MACH64) 6292744Snn35248$(BUILD64) $(ROOT)/usr/lib/brand/lx/64:= LINKDEST=$(MACH64) 6300Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/libp/64:= LINKDEST=$(MACH64) 6310Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/lwp/64:= LINKDEST=$(MACH64) 6320Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/link_audit/64:= LINKDEST=$(MACH64) 6330Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/secure/64:= LINKDEST=$(MACH64) 6340Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/security/64:= LINKDEST=$(MACH64) 6350Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/xpg4/lib/64:= LINKDEST=$(MACH64) 6360Sstevel@tonic-gate$(BUILD64) $(ROOT)/var/ld/64:= LINKDEST=$(MACH64) 6370Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/sfw/lib/64:= LINKDEST=$(MACH64) 6382552Scraigm$(BUILD64) $(ROOT)/usr/ucblib/64:= LINKDEST=$(MACH64) 6390Sstevel@tonic-gate 6400Sstevel@tonic-gate# Installing a directory symlink calls for overriding INS.dir to install 6410Sstevel@tonic-gate# a symlink. 6420Sstevel@tonic-gate# 6430Sstevel@tonic-gate$(SYMLINKS:%=$(ROOT)%):= \ 6440Sstevel@tonic-gate INS.dir= -$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@; \ 6450Sstevel@tonic-gate $(CHOWN) $(OWNER) $@; $(CHGRP) $(GROUP) $@ 6460Sstevel@tonic-gate 6470Sstevel@tonic-gate 6480Sstevel@tonic-gate# Special symlinks to populate usr/ccs/lib, whose objects 6490Sstevel@tonic-gate# have actually been moved to usr/lib 6500Sstevel@tonic-gate# Rather than adding another set of rules, we add usr/lib/lwp files here 6510Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libcurses.so:= REALPATH=../../../lib/libcurses.so.1 6520Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lcurses:= REALPATH=../../../lib/llib-lcurses 6530Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lcurses.ln:= REALPATH=../../../lib/llib-lcurses.ln 6540Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libform.so:= REALPATH=../../lib/libform.so.1 6550Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lform:= REALPATH=../../lib/llib-lform 6560Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lform.ln:= REALPATH=../../lib/llib-lform.ln 6570Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libgen.so:= REALPATH=../../../lib/libgen.so.1 6580Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lgen:= REALPATH=../../../lib/llib-lgen 6590Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lgen.ln:= REALPATH=../../../lib/llib-lgen.ln 6600Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libmalloc.so:= REALPATH=../../lib/libmalloc.so.1 6610Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libmenu.so:= REALPATH=../../lib/libmenu.so.1 6620Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lmenu:= REALPATH=../../lib/llib-lmenu 6630Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lmenu.ln:= REALPATH=../../lib/llib-lmenu.ln 6640Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libpanel.so:= REALPATH=../../lib/libpanel.so.1 6650Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lpanel:= REALPATH=../../lib/llib-lpanel 6660Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lpanel.ln:= REALPATH=../../lib/llib-lpanel.ln 6670Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libtermlib.so:= REALPATH=../../../lib/libcurses.so.1 6680Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermlib:= REALPATH=../../../lib/llib-lcurses 6690Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermlib.ln:= REALPATH=../../../lib/llib-lcurses.ln 6700Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libtermcap.so:= REALPATH=../../../lib/libcurses.so.1 6710Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermcap:= REALPATH=../../../lib/llib-lcurses 6720Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermcap.ln:= REALPATH=../../../lib/llib-lcurses.ln 6730Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xa.o:= REALPATH=../../lib/values-Xa.o 6740Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xc.o:= REALPATH=../../lib/values-Xc.o 6750Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xs.o:= REALPATH=../../lib/values-Xs.o 6760Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xt.o:= REALPATH=../../lib/values-Xt.o 6770Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-xpg4.o:= REALPATH=../../lib/values-xpg4.o 6780Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-xpg6.o:= REALPATH=../../lib/values-xpg6.o 6790Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libl.so:= REALPATH=../../lib/libl.so.1 6800Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ll.ln:= REALPATH=../../lib/llib-ll.ln 6810Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/liby.so:= REALPATH=../../lib/liby.so.1 6820Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ly.ln:= REALPATH=../../lib/llib-ly.ln 6830Sstevel@tonic-gate$(ROOT)/usr/lib/libp/libc.so.1:= REALPATH=../../../lib/libc.so.1 6840Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/libthread.so.1:= REALPATH=../libthread.so.1 6850Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/libthread_db.so.1:= REALPATH=../libthread_db.so.1 6860Sstevel@tonic-gate 6870Sstevel@tonic-gate# symlinks to populate usr/ccs/lib/$(MACH64) 6880Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libcurses.so:= \ 6890Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libcurses.so.1 6900Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lcurses.ln:= \ 6910Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln 6920Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libform.so:= \ 6930Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libform.so.1 6940Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lform.ln:= \ 6950Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lform.ln 6960Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libgen.so:= \ 6970Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libgen.so.1 6980Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lgen.ln:= \ 6990Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lgen.ln 7000Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libmalloc.so:= \ 7010Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmalloc.so.1 7020Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libmenu.so:= \ 7030Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmenu.so.1 7040Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lmenu.ln:= \ 7050Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lmenu.ln 7060Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libpanel.so:= \ 7070Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpanel.so.1 7080Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lpanel.ln:= \ 7090Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lpanel.ln 7100Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libtermlib.so:= \ 7110Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libcurses.so.1 7120Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ltermlib.ln:= \ 7130Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln 7140Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libtermcap.so:= \ 7150Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libcurses.so.1 7160Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ltermcap.ln:= \ 7170Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln 7180Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xa.o:= \ 7190Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xa.o 7200Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xc.o:= \ 7210Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xc.o 7220Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xs.o:= \ 7230Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xs.o 7240Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xt.o:= \ 7250Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xt.o 7260Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-xpg4.o:= \ 7270Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-xpg4.o 7280Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-xpg6.o:= \ 7290Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-xpg6.o 7300Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libl.so:= \ 7310Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libl.so.1 7320Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ll.ln:= \ 7330Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ll.ln 7340Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/liby.so:= \ 7350Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/liby.so.1 7360Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ly.ln:= \ 7370Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ly.ln 7380Sstevel@tonic-gate$(ROOT)/usr/lib/libp/$(MACH64)/libc.so.1:= \ 7390Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libc.so.1 7400Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/$(MACH64)/libthread.so.1:= \ 7410Sstevel@tonic-gate REALPATH=../../$(MACH64)/libthread.so.1 7420Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/$(MACH64)/libthread_db.so.1:= \ 7430Sstevel@tonic-gate REALPATH=../../$(MACH64)/libthread_db.so.1 7440Sstevel@tonic-gate 7450Sstevel@tonic-gateSYM.USRCCSLIB= \ 7460Sstevel@tonic-gate /usr/ccs/lib/libcurses.so \ 7470Sstevel@tonic-gate /usr/ccs/lib/llib-lcurses \ 7480Sstevel@tonic-gate /usr/ccs/lib/llib-lcurses.ln \ 7490Sstevel@tonic-gate /usr/ccs/lib/libform.so \ 7500Sstevel@tonic-gate /usr/ccs/lib/llib-lform \ 7510Sstevel@tonic-gate /usr/ccs/lib/llib-lform.ln \ 7520Sstevel@tonic-gate /usr/ccs/lib/libgen.so \ 7530Sstevel@tonic-gate /usr/ccs/lib/llib-lgen \ 7540Sstevel@tonic-gate /usr/ccs/lib/llib-lgen.ln \ 7550Sstevel@tonic-gate /usr/ccs/lib/libmalloc.so \ 7560Sstevel@tonic-gate /usr/ccs/lib/libmenu.so \ 7570Sstevel@tonic-gate /usr/ccs/lib/llib-lmenu \ 7580Sstevel@tonic-gate /usr/ccs/lib/llib-lmenu.ln \ 7590Sstevel@tonic-gate /usr/ccs/lib/libpanel.so \ 7600Sstevel@tonic-gate /usr/ccs/lib/llib-lpanel \ 7610Sstevel@tonic-gate /usr/ccs/lib/llib-lpanel.ln \ 7620Sstevel@tonic-gate /usr/ccs/lib/libtermlib.so \ 7630Sstevel@tonic-gate /usr/ccs/lib/llib-ltermlib \ 7640Sstevel@tonic-gate /usr/ccs/lib/llib-ltermlib.ln \ 7650Sstevel@tonic-gate /usr/ccs/lib/libtermcap.so \ 7660Sstevel@tonic-gate /usr/ccs/lib/llib-ltermcap \ 7670Sstevel@tonic-gate /usr/ccs/lib/llib-ltermcap.ln \ 7680Sstevel@tonic-gate /usr/ccs/lib/values-Xa.o \ 7690Sstevel@tonic-gate /usr/ccs/lib/values-Xc.o \ 7700Sstevel@tonic-gate /usr/ccs/lib/values-Xs.o \ 7710Sstevel@tonic-gate /usr/ccs/lib/values-Xt.o \ 7720Sstevel@tonic-gate /usr/ccs/lib/values-xpg4.o \ 7730Sstevel@tonic-gate /usr/ccs/lib/values-xpg6.o \ 7740Sstevel@tonic-gate /usr/ccs/lib/libl.so \ 7750Sstevel@tonic-gate /usr/ccs/lib/llib-ll.ln \ 7760Sstevel@tonic-gate /usr/ccs/lib/liby.so \ 7770Sstevel@tonic-gate /usr/ccs/lib/llib-ly.ln \ 7780Sstevel@tonic-gate /usr/lib/libp/libc.so.1 \ 7790Sstevel@tonic-gate /usr/lib/lwp/libthread.so.1 \ 7800Sstevel@tonic-gate /usr/lib/lwp/libthread_db.so.1 7810Sstevel@tonic-gate 7820Sstevel@tonic-gateSYM.USRCCSLIB64= \ 7830Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libcurses.so \ 7840Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lcurses.ln \ 7850Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libform.so \ 7860Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lform.ln \ 7870Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libgen.so \ 7880Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lgen.ln \ 7890Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libmalloc.so \ 7900Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libmenu.so \ 7910Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lmenu.ln \ 7920Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libpanel.so \ 7930Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lpanel.ln \ 7940Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libtermlib.so \ 7950Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ltermlib.ln \ 7960Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libtermcap.so \ 7970Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ltermcap.ln \ 7980Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xa.o \ 7990Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xc.o \ 8000Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xs.o \ 8010Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xt.o \ 8020Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-xpg4.o \ 8030Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-xpg6.o \ 8040Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libl.so \ 8050Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ll.ln \ 8060Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/liby.so \ 8070Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ly.ln \ 8080Sstevel@tonic-gate /usr/lib/libp/$(MACH64)/libc.so.1 \ 8090Sstevel@tonic-gate /usr/lib/lwp/$(MACH64)/libthread.so.1 \ 8100Sstevel@tonic-gate /usr/lib/lwp/$(MACH64)/libthread_db.so.1 8110Sstevel@tonic-gate 8120Sstevel@tonic-gate 8130Sstevel@tonic-gate$(SYM.USRCCSLIB:%=$(ROOT)%):= \ 8140Sstevel@tonic-gate INS.dir= -$(RM) $@; $(SYMLINK) $(REALPATH) $@; \ 8150Sstevel@tonic-gate $(CHOWN) $(OWNER) $@; $(CHGRP) $(GROUP) $@ 8160Sstevel@tonic-gate 8170Sstevel@tonic-gate$(SYM.USRCCSLIB64:%=$(ROOT)%):= \ 8180Sstevel@tonic-gate INS.dir= -$(RM) $@; $(SYMLINK) $(REALPATH) $@; \ 8190Sstevel@tonic-gate $(CHOWN) $(OWNER) $@; $(CHGRP) $(GROUP) $@ 8200Sstevel@tonic-gate 8210Sstevel@tonic-gate# Special symlinks to direct libraries that have been moved 8220Sstevel@tonic-gate# from /usr/lib to /lib in order to live in the root filesystem. 8232248Sraf$(ROOT)/lib/libposix4.so.1:= REALPATH=librt.so.1 8242248Sraf$(ROOT)/lib/libposix4.so:= REALPATH=libposix4.so.1 8252248Sraf$(ROOT)/lib/llib-lposix4:= REALPATH=llib-lrt 8262248Sraf$(ROOT)/lib/llib-lposix4.ln:= REALPATH=llib-lrt.ln 8270Sstevel@tonic-gate$(ROOT)/lib/libthread_db.so.1:= REALPATH=libc_db.so.1 8280Sstevel@tonic-gate$(ROOT)/lib/libthread_db.so:= REALPATH=libc_db.so.1 8290Sstevel@tonic-gate$(ROOT)/usr/lib/ld.so.1:= REALPATH=../../lib/ld.so.1 8300Sstevel@tonic-gate$(ROOT)/usr/lib/libadm.so.1:= REALPATH=../../lib/libadm.so.1 8310Sstevel@tonic-gate$(ROOT)/usr/lib/libadm.so:= REALPATH=../../lib/libadm.so.1 8320Sstevel@tonic-gate$(ROOT)/usr/lib/libaio.so.1:= REALPATH=../../lib/libaio.so.1 8330Sstevel@tonic-gate$(ROOT)/usr/lib/libaio.so:= REALPATH=../../lib/libaio.so.1 8340Sstevel@tonic-gate$(ROOT)/usr/lib/libavl.so.1:= REALPATH=../../lib/libavl.so.1 8350Sstevel@tonic-gate$(ROOT)/usr/lib/libavl.so:= REALPATH=../../lib/libavl.so.1 8360Sstevel@tonic-gate$(ROOT)/usr/lib/libbsm.so.1:= REALPATH=../../lib/libbsm.so.1 8370Sstevel@tonic-gate$(ROOT)/usr/lib/libbsm.so:= REALPATH=../../lib/libbsm.so.1 8380Sstevel@tonic-gate$(ROOT)/usr/lib/libc.so.1:= REALPATH=../../lib/libc.so.1 8390Sstevel@tonic-gate$(ROOT)/usr/lib/libc.so:= REALPATH=../../lib/libc.so.1 8400Sstevel@tonic-gate$(ROOT)/usr/lib/libc_db.so.1:= REALPATH=../../lib/libc_db.so.1 8410Sstevel@tonic-gate$(ROOT)/usr/lib/libc_db.so:= REALPATH=../../lib/libc_db.so.1 8420Sstevel@tonic-gate$(ROOT)/usr/lib/libcmdutils.so.1:= REALPATH=../../lib/libcmdutils.so.1 8430Sstevel@tonic-gate$(ROOT)/usr/lib/libcmdutils.so:= REALPATH=../../lib/libcmdutils.so.1 8440Sstevel@tonic-gate$(ROOT)/usr/lib/libcontract.so.1:= REALPATH=../../lib/libcontract.so.1 8450Sstevel@tonic-gate$(ROOT)/usr/lib/libcontract.so:= REALPATH=../../lib/libcontract.so.1 8460Sstevel@tonic-gate$(ROOT)/usr/lib/libctf.so.1:= REALPATH=../../lib/libctf.so.1 8470Sstevel@tonic-gate$(ROOT)/usr/lib/libctf.so:= REALPATH=../../lib/libctf.so.1 8480Sstevel@tonic-gate$(ROOT)/usr/lib/libcurses.so.1:= REALPATH=../../lib/libcurses.so.1 8490Sstevel@tonic-gate$(ROOT)/usr/lib/libcurses.so:= REALPATH=../../lib/libcurses.so.1 8500Sstevel@tonic-gate$(ROOT)/usr/lib/libdevice.so.1:= REALPATH=../../lib/libdevice.so.1 8510Sstevel@tonic-gate$(ROOT)/usr/lib/libdevice.so:= REALPATH=../../lib/libdevice.so.1 8520Sstevel@tonic-gate$(ROOT)/usr/lib/libdevid.so.1:= REALPATH=../../lib/libdevid.so.1 8530Sstevel@tonic-gate$(ROOT)/usr/lib/libdevid.so:= REALPATH=../../lib/libdevid.so.1 8540Sstevel@tonic-gate$(ROOT)/usr/lib/libdevinfo.so.1:= REALPATH=../../lib/libdevinfo.so.1 8550Sstevel@tonic-gate$(ROOT)/usr/lib/libdevinfo.so:= REALPATH=../../lib/libdevinfo.so.1 8560Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcpagent.so.1:= REALPATH=../../lib/libdhcpagent.so.1 8570Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcpagent.so:= REALPATH=../../lib/libdhcpagent.so.1 8580Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcputil.so.1:= REALPATH=../../lib/libdhcputil.so.1 8590Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcputil.so:= REALPATH=../../lib/libdhcputil.so.1 8600Sstevel@tonic-gate$(ROOT)/usr/lib/libdl.so.1:= REALPATH=../../lib/libdl.so.1 8610Sstevel@tonic-gate$(ROOT)/usr/lib/libdl.so:= REALPATH=../../lib/libdl.so.1 8623874Sss150715$(ROOT)/usr/lib/libdlpi.so.1:= REALPATH=../../lib/libdlpi.so.1 8633874Sss150715$(ROOT)/usr/lib/libdlpi.so:= REALPATH=../../lib/libdlpi.so.1 8640Sstevel@tonic-gate$(ROOT)/usr/lib/libdoor.so.1:= REALPATH=../../lib/libdoor.so.1 8650Sstevel@tonic-gate$(ROOT)/usr/lib/libdoor.so:= REALPATH=../../lib/libdoor.so.1 8660Sstevel@tonic-gate$(ROOT)/usr/lib/libefi.so.1:= REALPATH=../../lib/libefi.so.1 8670Sstevel@tonic-gate$(ROOT)/usr/lib/libefi.so:= REALPATH=../../lib/libefi.so.1 8680Sstevel@tonic-gate$(ROOT)/usr/lib/libelf.so.1:= REALPATH=../../lib/libelf.so.1 8690Sstevel@tonic-gate$(ROOT)/usr/lib/libelf.so:= REALPATH=../../lib/libelf.so.1 8700Sstevel@tonic-gate$(ROOT)/usr/lib/libgen.so.1:= REALPATH=../../lib/libgen.so.1 8710Sstevel@tonic-gate$(ROOT)/usr/lib/libgen.so:= REALPATH=../../lib/libgen.so.1 8720Sstevel@tonic-gate$(ROOT)/usr/lib/libinetcfg.so.1:= REALPATH=../../lib/libinetcfg.so.1 8730Sstevel@tonic-gate$(ROOT)/usr/lib/libinetcfg.so:= REALPATH=../../lib/libinetcfg.so.1 8740Sstevel@tonic-gate$(ROOT)/usr/lib/libinetutil.so.1:= REALPATH=../../lib/libinetutil.so.1 8750Sstevel@tonic-gate$(ROOT)/usr/lib/libinetutil.so:= REALPATH=../../lib/libinetutil.so.1 8760Sstevel@tonic-gate$(ROOT)/usr/lib/libintl.so.1:= REALPATH=../../lib/libintl.so.1 8770Sstevel@tonic-gate$(ROOT)/usr/lib/libintl.so:= REALPATH=../../lib/libintl.so.1 8783126Sahl$(ROOT)/usr/lib/libiscsitgt.so.1:= REALPATH=../../lib/libiscsitgt.so.1 8793126Sahl$(ROOT)/usr/lib/libiscsitgt.so:= REALPATH=../../lib/libiscsitgt.so.1 8800Sstevel@tonic-gate$(ROOT)/usr/lib/libkstat.so.1:= REALPATH=../../lib/libkstat.so.1 8810Sstevel@tonic-gate$(ROOT)/usr/lib/libkstat.so:= REALPATH=../../lib/libkstat.so.1 8820Sstevel@tonic-gate$(ROOT)/usr/lib/liblddbg.so.4:= REALPATH=../../lib/liblddbg.so.4 8831694Sdarrenm$(ROOT)/usr/lib/libmd.so.1:= REALPATH=../../lib/libmd.so.1 8841694Sdarrenm$(ROOT)/usr/lib/libmd.so:= REALPATH=../../lib/libmd.so.1 8850Sstevel@tonic-gate$(ROOT)/usr/lib/libmd5.so.1:= REALPATH=../../lib/libmd5.so.1 8860Sstevel@tonic-gate$(ROOT)/usr/lib/libmd5.so:= REALPATH=../../lib/libmd5.so.1 8870Sstevel@tonic-gate$(ROOT)/usr/lib/libmeta.so.1:= REALPATH=../../lib/libmeta.so.1 8880Sstevel@tonic-gate$(ROOT)/usr/lib/libmeta.so:= REALPATH=../../lib/libmeta.so.1 8890Sstevel@tonic-gate$(ROOT)/usr/lib/libmp.so.1:= REALPATH=../../lib/libmp.so.1 8900Sstevel@tonic-gate$(ROOT)/usr/lib/libmp.so.2:= REALPATH=../../lib/libmp.so.2 8910Sstevel@tonic-gate$(ROOT)/usr/lib/libmp.so:= REALPATH=../../lib/libmp.so.2 8920Sstevel@tonic-gate$(ROOT)/usr/lib/libnsl.so.1:= REALPATH=../../lib/libnsl.so.1 8930Sstevel@tonic-gate$(ROOT)/usr/lib/libnsl.so:= REALPATH=../../lib/libnsl.so.1 8940Sstevel@tonic-gate$(ROOT)/usr/lib/libnvpair.so.1:= REALPATH=../../lib/libnvpair.so.1 8950Sstevel@tonic-gate$(ROOT)/usr/lib/libnvpair.so:= REALPATH=../../lib/libnvpair.so.1 8960Sstevel@tonic-gate$(ROOT)/usr/lib/libpam.so.1:= REALPATH=../../lib/libpam.so.1 8970Sstevel@tonic-gate$(ROOT)/usr/lib/libpam.so:= REALPATH=../../lib/libpam.so.1 8980Sstevel@tonic-gate$(ROOT)/usr/lib/libposix4.so.1:= REALPATH=../../lib/librt.so.1 8990Sstevel@tonic-gate$(ROOT)/usr/lib/libposix4.so:= REALPATH=../../lib/librt.so.1 9000Sstevel@tonic-gate$(ROOT)/usr/lib/libproc.so.1:= REALPATH=../../lib/libproc.so.1 9010Sstevel@tonic-gate$(ROOT)/usr/lib/libproc.so:= REALPATH=../../lib/libproc.so.1 9020Sstevel@tonic-gate$(ROOT)/usr/lib/libpthread.so.1:= REALPATH=../../lib/libpthread.so.1 9030Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so.1:= REALPATH=../../lib/libresolv.so.1 9040Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so.2:= REALPATH=../../lib/libresolv.so.2 9050Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so:= REALPATH=../../lib/libresolv.so.2 9060Sstevel@tonic-gate$(ROOT)/usr/lib/libpthread.so:= REALPATH=../../lib/libpthread.so.1 9070Sstevel@tonic-gate$(ROOT)/usr/lib/librestart.so.1:= REALPATH=../../lib/librestart.so.1 9080Sstevel@tonic-gate$(ROOT)/usr/lib/librestart.so:= REALPATH=../../lib/librestart.so.1 9090Sstevel@tonic-gate$(ROOT)/usr/lib/librpcsvc.so.1:= REALPATH=../../lib/librpcsvc.so.1 9100Sstevel@tonic-gate$(ROOT)/usr/lib/librpcsvc.so:= REALPATH=../../lib/librpcsvc.so.1 9110Sstevel@tonic-gate$(ROOT)/usr/lib/librt.so.1:= REALPATH=../../lib/librt.so.1 9120Sstevel@tonic-gate$(ROOT)/usr/lib/librt.so:= REALPATH=../../lib/librt.so.1 9130Sstevel@tonic-gate$(ROOT)/usr/lib/librtld.so.1:= REALPATH=../../lib/librtld.so.1 9140Sstevel@tonic-gate$(ROOT)/usr/lib/librtld_db.so.1:= REALPATH=../../lib/librtld_db.so.1 9150Sstevel@tonic-gate$(ROOT)/usr/lib/librtld_db.so:= REALPATH=../../lib/librtld_db.so.1 9160Sstevel@tonic-gate$(ROOT)/usr/lib/libscf.so.1:= REALPATH=../../lib/libscf.so.1 9170Sstevel@tonic-gate$(ROOT)/usr/lib/libscf.so:= REALPATH=../../lib/libscf.so.1 9180Sstevel@tonic-gate$(ROOT)/usr/lib/libsec.so.1:= REALPATH=../../lib/libsec.so.1 9190Sstevel@tonic-gate$(ROOT)/usr/lib/libsec.so:= REALPATH=../../lib/libsec.so.1 9200Sstevel@tonic-gate$(ROOT)/usr/lib/libsecdb.so.1:= REALPATH=../../lib/libsecdb.so.1 9210Sstevel@tonic-gate$(ROOT)/usr/lib/libsecdb.so:= REALPATH=../../lib/libsecdb.so.1 9220Sstevel@tonic-gate$(ROOT)/usr/lib/libsendfile.so.1:= REALPATH=../../lib/libsendfile.so.1 9230Sstevel@tonic-gate$(ROOT)/usr/lib/libsendfile.so:= REALPATH=../../lib/libsendfile.so.1 9240Sstevel@tonic-gate$(ROOT)/usr/lib/libsocket.so.1:= REALPATH=../../lib/libsocket.so.1 9250Sstevel@tonic-gate$(ROOT)/usr/lib/libsocket.so:= REALPATH=../../lib/libsocket.so.1 9260Sstevel@tonic-gate$(ROOT)/usr/lib/libsysevent.so.1:= REALPATH=../../lib/libsysevent.so.1 9270Sstevel@tonic-gate$(ROOT)/usr/lib/libsysevent.so:= REALPATH=../../lib/libsysevent.so.1 9280Sstevel@tonic-gate$(ROOT)/usr/lib/libtermcap.so.1:= REALPATH=../../lib/libcurses.so.1 9290Sstevel@tonic-gate$(ROOT)/usr/lib/libtermcap.so:= REALPATH=../../lib/libcurses.so.1 9300Sstevel@tonic-gate$(ROOT)/usr/lib/libtermlib.so.1:= REALPATH=../../lib/libcurses.so.1 9310Sstevel@tonic-gate$(ROOT)/usr/lib/libtermlib.so:= REALPATH=../../lib/libcurses.so.1 9320Sstevel@tonic-gate$(ROOT)/usr/lib/libthread.so.1:= REALPATH=../../lib/libthread.so.1 9330Sstevel@tonic-gate$(ROOT)/usr/lib/libthread.so:= REALPATH=../../lib/libthread.so.1 9340Sstevel@tonic-gate$(ROOT)/usr/lib/libthread_db.so.1:= REALPATH=../../lib/libc_db.so.1 9350Sstevel@tonic-gate$(ROOT)/usr/lib/libthread_db.so:= REALPATH=../../lib/libc_db.so.1 9361676Sjpk$(ROOT)/usr/lib/libtsnet.so.1:= REALPATH=../../lib/libtsnet.so.1 9371676Sjpk$(ROOT)/usr/lib/libtsnet.so:= REALPATH=../../lib/libtsnet.so.1 9381676Sjpk$(ROOT)/usr/lib/libtsol.so.2:= REALPATH=../../lib/libtsol.so.2 9391676Sjpk$(ROOT)/usr/lib/libtsol.so:= REALPATH=../../lib/libtsol.so.2 9400Sstevel@tonic-gate$(ROOT)/usr/lib/libumem.so.1:= REALPATH=../../lib/libumem.so.1 9410Sstevel@tonic-gate$(ROOT)/usr/lib/libumem.so:= REALPATH=../../lib/libumem.so.1 9420Sstevel@tonic-gate$(ROOT)/usr/lib/libuuid.so.1:= REALPATH=../../lib/libuuid.so.1 9430Sstevel@tonic-gate$(ROOT)/usr/lib/libuuid.so:= REALPATH=../../lib/libuuid.so.1 9440Sstevel@tonic-gate$(ROOT)/usr/lib/libuutil.so.1:= REALPATH=../../lib/libuutil.so.1 9450Sstevel@tonic-gate$(ROOT)/usr/lib/libuutil.so:= REALPATH=../../lib/libuutil.so.1 9460Sstevel@tonic-gate$(ROOT)/usr/lib/libw.so.1:= REALPATH=../../lib/libw.so.1 9470Sstevel@tonic-gate$(ROOT)/usr/lib/libw.so:= REALPATH=../../lib/libw.so.1 9480Sstevel@tonic-gate$(ROOT)/usr/lib/libxnet.so.1:= REALPATH=../../lib/libxnet.so.1 9490Sstevel@tonic-gate$(ROOT)/usr/lib/libxnet.so:= REALPATH=../../lib/libxnet.so.1 950998Seschrock$(ROOT)/usr/lib/libzfs.so.1:= REALPATH=../../lib/libzfs.so.1 951998Seschrock$(ROOT)/usr/lib/libzfs.so:= REALPATH=../../lib/libzfs.so.1 9520Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ladm.ln:= REALPATH=../../lib/llib-ladm.ln 9530Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ladm:= REALPATH=../../lib/llib-ladm 9540Sstevel@tonic-gate$(ROOT)/usr/lib/llib-laio.ln:= REALPATH=../../lib/llib-laio.ln 9550Sstevel@tonic-gate$(ROOT)/usr/lib/llib-laio:= REALPATH=../../lib/llib-laio 9560Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lavl.ln:= REALPATH=../../lib/llib-lavl.ln 9570Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lavl:= REALPATH=../../lib/llib-lavl 9580Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lbsm.ln:= REALPATH=../../lib/llib-lbsm.ln 9590Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lbsm:= REALPATH=../../lib/llib-lbsm 9600Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lc.ln:= REALPATH=../../lib/llib-lc.ln 9610Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lc:= REALPATH=../../lib/llib-lc 9620Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcmdutils.ln:= REALPATH=../../lib/llib-lcmdutils.ln 9630Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcmdutils:= REALPATH=../../lib/llib-lcmdutils 9640Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcontract.ln:= REALPATH=../../lib/llib-lcontract.ln 9650Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcontract:= REALPATH=../../lib/llib-lcontract 9660Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lctf.ln:= REALPATH=../../lib/llib-lctf.ln 9670Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lctf:= REALPATH=../../lib/llib-lctf 9680Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcurses.ln:= REALPATH=../../lib/llib-lcurses.ln 9690Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcurses:= REALPATH=../../lib/llib-lcurses 9700Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevice.ln:= REALPATH=../../lib/llib-ldevice.ln 9710Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevice:= REALPATH=../../lib/llib-ldevice 9720Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevid.ln:= REALPATH=../../lib/llib-ldevid.ln 9730Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevid:= REALPATH=../../lib/llib-ldevid 9740Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevinfo.ln:= REALPATH=../../lib/llib-ldevinfo.ln 9750Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevinfo:= REALPATH=../../lib/llib-ldevinfo 9760Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcpagent.ln:= REALPATH=../../lib/llib-ldhcpagent.ln 9770Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcpagent:= REALPATH=../../lib/llib-ldhcpagent 9780Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcputil.ln:= REALPATH=../../lib/llib-ldhcputil.ln 9790Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcputil:= REALPATH=../../lib/llib-ldhcputil 9800Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldl.ln:= REALPATH=../../lib/llib-ldl.ln 9810Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldl:= REALPATH=../../lib/llib-ldl 9820Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldoor.ln:= REALPATH=../../lib/llib-ldoor.ln 9830Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldoor:= REALPATH=../../lib/llib-ldoor 9840Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lefi.ln:= REALPATH=../../lib/llib-lefi.ln 9850Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lefi:= REALPATH=../../lib/llib-lefi 9860Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lelf.ln:= REALPATH=../../lib/llib-lelf.ln 9870Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lelf:= REALPATH=../../lib/llib-lelf 9880Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lgen.ln:= REALPATH=../../lib/llib-lgen.ln 9890Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lgen:= REALPATH=../../lib/llib-lgen 9900Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetcfg.ln:= REALPATH=../../lib/llib-linetcfg.ln 9910Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetcfg:= REALPATH=../../lib/llib-linetcfg 9920Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetutil.ln:= REALPATH=../../lib/llib-linetutil.ln 9930Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetutil:= REALPATH=../../lib/llib-linetutil 9940Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lintl.ln:= REALPATH=../../lib/llib-lintl.ln 9950Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lintl:= REALPATH=../../lib/llib-lintl 9960Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lkstat.ln:= REALPATH=../../lib/llib-lkstat.ln 9970Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lkstat:= REALPATH=../../lib/llib-lkstat 9980Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmd5.ln:= REALPATH=../../lib/llib-lmd5.ln 9990Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmd5:= REALPATH=../../lib/llib-lmd5 10000Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmeta.ln:= REALPATH=../../lib/llib-lmeta.ln 10010Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmeta:= REALPATH=../../lib/llib-lmeta 10020Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnsl.ln:= REALPATH=../../lib/llib-lnsl.ln 10030Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnsl:= REALPATH=../../lib/llib-lnsl 10040Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnvpair.ln:= REALPATH=../../lib/llib-lnvpair.ln 10050Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnvpair:= REALPATH=../../lib/llib-lnvpair 10060Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpam.ln:= REALPATH=../../lib/llib-lpam.ln 10070Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpam:= REALPATH=../../lib/llib-lpam 10080Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lposix4.ln:= REALPATH=../../lib/llib-lrt.ln 10090Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lposix4:= REALPATH=../../lib/llib-lrt 10100Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpthread.ln:= REALPATH=../../lib/llib-lpthread.ln 10110Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpthread:= REALPATH=../../lib/llib-lpthread 10120Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lresolv.ln:= REALPATH=../../lib/llib-lresolv.ln 10130Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lresolv:= REALPATH=../../lib/llib-lresolv 10140Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrt.ln:= REALPATH=../../lib/llib-lrt.ln 10150Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrt:= REALPATH=../../lib/llib-lrt 10160Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrtld_db.ln:= REALPATH=../../lib/llib-lrtld_db.ln 10170Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrtld_db:= REALPATH=../../lib/llib-lrtld_db 10180Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lscf.ln:= REALPATH=../../lib/llib-lscf.ln 10190Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lscf:= REALPATH=../../lib/llib-lscf 10200Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsec.ln:= REALPATH=../../lib/llib-lsec.ln 10210Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsec:= REALPATH=../../lib/llib-lsec 10220Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsecdb.ln:= REALPATH=../../lib/llib-lsecdb.ln 10230Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsecdb:= REALPATH=../../lib/llib-lsecdb 10240Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsendfile.ln:= REALPATH=../../lib/llib-lsendfile.ln 10250Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsendfile:= REALPATH=../../lib/llib-lsendfile 10260Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsocket.ln:= REALPATH=../../lib/llib-lsocket.ln 10270Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsocket:= REALPATH=../../lib/llib-lsocket 10280Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsysevent.ln:= REALPATH=../../lib/llib-lsysevent.ln 10290Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsysevent:= REALPATH=../../lib/llib-lsysevent 10300Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermcap.ln:= REALPATH=../../lib/llib-lcurses.ln 10310Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermcap:= REALPATH=../../lib/llib-lcurses 10320Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermlib.ln:= REALPATH=../../lib/llib-lcurses.ln 10330Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermlib:= REALPATH=../../lib/llib-lcurses 10340Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread.ln:= REALPATH=../../lib/llib-lthread.ln 10350Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread:= REALPATH=../../lib/llib-lthread 10360Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread_db.ln:= REALPATH=../../lib/llib-lc_db.ln 10370Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread_db:= REALPATH=../../lib/llib-lc_db 10381676Sjpk$(ROOT)/usr/lib/llib-ltsnet.ln:= REALPATH=../../lib/llib-ltsnet.ln 10391676Sjpk$(ROOT)/usr/lib/llib-ltsnet:= REALPATH=../../lib/llib-ltsnet 10401676Sjpk$(ROOT)/usr/lib/llib-ltsol.ln:= REALPATH=../../lib/llib-ltsol.ln 10411676Sjpk$(ROOT)/usr/lib/llib-ltsol:= REALPATH=../../lib/llib-ltsol 10420Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lumem.ln:= REALPATH=../../lib/llib-lumem.ln 10430Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lumem:= REALPATH=../../lib/llib-lumem 10440Sstevel@tonic-gate$(ROOT)/usr/lib/llib-luuid.ln:= REALPATH=../../lib/llib-luuid.ln 10450Sstevel@tonic-gate$(ROOT)/usr/lib/llib-luuid:= REALPATH=../../lib/llib-luuid 10460Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lxnet.ln:= REALPATH=../../lib/llib-lxnet.ln 10470Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lxnet:= REALPATH=../../lib/llib-lxnet 1048998Seschrock$(ROOT)/usr/lib/llib-lzfs.ln:= REALPATH=../../lib/llib-lzfs.ln 1049998Seschrock$(ROOT)/usr/lib/llib-lzfs:= REALPATH=../../lib/llib-lzfs 10500Sstevel@tonic-gate$(ROOT)/usr/lib/nss_compat.so.1:= REALPATH=../../lib/nss_compat.so.1 10510Sstevel@tonic-gate$(ROOT)/usr/lib/nss_dns.so.1:= REALPATH=../../lib/nss_dns.so.1 10520Sstevel@tonic-gate$(ROOT)/usr/lib/nss_files.so.1:= REALPATH=../../lib/nss_files.so.1 10530Sstevel@tonic-gate$(ROOT)/usr/lib/nss_nis.so.1:= REALPATH=../../lib/nss_nis.so.1 10540Sstevel@tonic-gate$(ROOT)/usr/lib/nss_nisplus.so.1:= REALPATH=../../lib/nss_nisplus.so.1 10550Sstevel@tonic-gate$(ROOT)/usr/lib/nss_user.so.1:= REALPATH=../../lib/nss_user.so.1 10560Sstevel@tonic-gate 10572248Sraf$(ROOT)/lib/$(MACH64)/libposix4.so.1:= \ 10582248Sraf REALPATH=librt.so.1 10592248Sraf$(ROOT)/lib/$(MACH64)/libposix4.so:= \ 10602248Sraf REALPATH=libposix4.so.1 10612248Sraf$(ROOT)/lib/$(MACH64)/llib-lposix4.ln:= \ 10622248Sraf REALPATH=llib-lrt.ln 10630Sstevel@tonic-gate$(ROOT)/lib/$(MACH64)/libthread_db.so.1:= \ 10640Sstevel@tonic-gate REALPATH=libc_db.so.1 10650Sstevel@tonic-gate$(ROOT)/lib/$(MACH64)/libthread_db.so:= \ 10660Sstevel@tonic-gate REALPATH=libc_db.so.1 10670Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/ld.so.1:= \ 10680Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/ld.so.1 10690Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libadm.so.1:= \ 10700Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libadm.so.1 10710Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libadm.so:= \ 10720Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libadm.so.1 10730Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libaio.so.1:= \ 10740Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libaio.so.1 10750Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libaio.so:= \ 10760Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libaio.so.1 10770Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libavl.so.1:= \ 10780Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libavl.so.1 10790Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libavl.so:= \ 10800Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libavl.so.1 10810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libbsm.so.1:= \ 10820Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libbsm.so.1 10830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libbsm.so:= \ 10840Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libbsm.so.1 10850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc.so.1:= \ 10860Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc.so.1 10870Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc.so:= \ 10880Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc.so.1 10890Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc_db.so.1:= \ 10900Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 10910Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc_db.so:= \ 10920Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 10930Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcmdutils.so.1:= \ 10940Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcmdutils.so.1 10950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcmdutils.so:= \ 10960Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcmdutils.so.1 10970Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcontract.so.1:= \ 10980Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcontract.so.1 10990Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcontract.so:= \ 11000Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcontract.so.1 11010Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libctf.so.1:= \ 11020Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libctf.so.1 11030Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libctf.so:= \ 11040Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libctf.so.1 11050Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcurses.so.1:= \ 11060Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 11070Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcurses.so:= \ 11080Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 11090Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevice.so.1:= \ 11100Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevice.so.1 11110Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevice.so:= \ 11120Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevice.so.1 11130Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevid.so.1:= \ 11140Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevid.so.1 11150Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevid.so:= \ 11160Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevid.so.1 11170Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevinfo.so.1:= \ 11180Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevinfo.so.1 11190Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevinfo.so:= \ 11200Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevinfo.so.1 11210Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdl.so.1:= \ 11220Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdl.so.1 11230Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdl.so:= \ 11240Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdl.so.1 11253874Sss150715$(ROOT)/usr/lib/$(MACH64)/libdlpi.so.1:= \ 11263874Sss150715 REALPATH=../../../lib/$(MACH64)/libdlpi.so.1 11273874Sss150715$(ROOT)/usr/lib/$(MACH64)/libdlpi.so:= \ 11283874Sss150715 REALPATH=../../../lib/$(MACH64)/libdlpi.so.1 11290Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdoor.so.1:= \ 11300Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdoor.so.1 11310Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdoor.so:= \ 11320Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdoor.so.1 11330Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libefi.so.1:= \ 11340Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libefi.so.1 11350Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libefi.so:= \ 11360Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libefi.so.1 11370Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libelf.so.1:= \ 11380Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libelf.so.1 11390Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libelf.so:= \ 11400Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libelf.so.1 11410Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libgen.so.1:= \ 11420Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libgen.so.1 11430Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libgen.so:= \ 11440Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libgen.so.1 11450Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libinetutil.so.1:= \ 11460Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libinetutil.so.1 11470Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libinetutil.so:= \ 11480Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libinetutil.so.1 11490Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libintl.so.1:= \ 11500Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libintl.so.1 11510Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libintl.so:= \ 11520Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libintl.so.1 11533126Sahl$(ROOT)/usr/lib/$(MACH64)/libiscsitgt.so.1:= \ 11543126Sahl REALPATH=../../../lib/$(MACH64)/libiscsitgt.so.1 11553126Sahl$(ROOT)/usr/lib/$(MACH64)/libiscsitgt.so:= \ 11563126Sahl REALPATH=../../../lib/$(MACH64)/libiscsitgt.so.1 11570Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libkstat.so.1:= \ 11580Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libkstat.so.1 11590Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libkstat.so:= \ 11600Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libkstat.so.1 11610Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/liblddbg.so.4:= \ 11620Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/liblddbg.so.4 11631694Sdarrenm$(ROOT)/usr/lib/$(MACH64)/libmd.so.1:= \ 11641694Sdarrenm REALPATH=../../../lib/$(MACH64)/libmd.so.1 11651694Sdarrenm$(ROOT)/usr/lib/$(MACH64)/libmd.so:= \ 11661694Sdarrenm REALPATH=../../../lib/$(MACH64)/libmd.so.1 11670Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmd5.so.1:= \ 11680Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmd5.so.1 11690Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmd5.so:= \ 11700Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmd5.so.1 11710Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmp.so.2:= \ 11720Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmp.so.2 11730Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmp.so:= \ 11740Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmp.so.2 11750Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnsl.so.1:= \ 11760Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnsl.so.1 11770Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnsl.so:= \ 11780Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnsl.so.1 11790Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnvpair.so.1:= \ 11800Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnvpair.so.1 11810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnvpair.so:= \ 11820Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnvpair.so.1 11830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpam.so.1:= \ 11840Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpam.so.1 11850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpam.so:= \ 11860Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpam.so.1 11870Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libposix4.so.1:= \ 11880Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 11890Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libposix4.so:= \ 11900Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 11910Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libproc.so.1:= \ 11920Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libproc.so.1 11930Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libproc.so:= \ 11940Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libproc.so.1 11950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpthread.so.1:= \ 11960Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpthread.so.1 11970Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpthread.so:= \ 11980Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpthread.so.1 11990Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libresolv.so.2:= \ 12000Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libresolv.so.2 12010Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libresolv.so:= \ 12020Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libresolv.so.2 12030Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librestart.so.1:= \ 12040Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librestart.so.1 12050Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librestart.so:= \ 12060Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librestart.so.1 12070Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librpcsvc.so.1:= \ 12080Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librpcsvc.so.1 12090Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librpcsvc.so:= \ 12100Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librpcsvc.so.1 12110Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librt.so.1:= \ 12120Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 12130Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librt.so:= \ 12140Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 12150Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld.so.1:= \ 12160Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librtld.so.1 12170Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld_db.so.1:= \ 12180Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librtld_db.so.1 12190Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld_db.so:= \ 12200Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librtld_db.so.1 12210Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libscf.so.1:= \ 12220Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libscf.so.1 12230Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libscf.so:= \ 12240Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libscf.so.1 12250Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsec.so.1:= \ 12260Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsec.so.1 12270Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsec.so:= \ 12280Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsec.so.1 12290Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsecdb.so.1:= \ 12300Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsecdb.so.1 12310Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsecdb.so:= \ 12320Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsecdb.so.1 12330Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsendfile.so.1:= \ 12340Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsendfile.so.1 12350Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsendfile.so:= \ 12360Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsendfile.so.1 12370Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsocket.so.1:= \ 12380Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsocket.so.1 12390Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsocket.so:= \ 12400Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsocket.so.1 12410Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsysevent.so.1:= \ 12420Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsysevent.so.1 12430Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsysevent.so:= \ 12440Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsysevent.so.1 12450Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermcap.so.1:= \ 12460Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12470Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermcap.so:= \ 12480Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12490Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermlib.so.1:= \ 12500Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12510Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermlib.so:= \ 12520Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12530Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread.so.1:= \ 12540Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libthread.so.1 12550Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread.so:= \ 12560Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libthread.so.1 12570Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread_db.so.1:= \ 12580Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 12590Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread_db.so:= \ 12600Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 12611676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsnet.so.1:= \ 12621676Sjpk REALPATH=../../../lib/$(MACH64)/libtsnet.so.1 12631676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsnet.so:= \ 12641676Sjpk REALPATH=../../../lib/$(MACH64)/libtsnet.so.1 12651676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsol.so.2:= \ 12661676Sjpk REALPATH=../../../lib/$(MACH64)/libtsol.so.2 12671676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsol.so:= \ 12681676Sjpk REALPATH=../../../lib/$(MACH64)/libtsol.so.2 12690Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libumem.so.1:= \ 12700Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libumem.so.1 12710Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libumem.so:= \ 12720Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libumem.so.1 12730Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuuid.so.1:= \ 12740Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuuid.so.1 12750Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuuid.so:= \ 12760Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuuid.so.1 12770Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuutil.so.1:= \ 12780Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuutil.so.1 12790Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuutil.so:= \ 12800Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuutil.so.1 12810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libw.so.1:= \ 12820Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libw.so.1 12830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libw.so:= \ 12840Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libw.so.1 12850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libxnet.so.1:= \ 12860Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libxnet.so.1 12870Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libxnet.so:= \ 12880Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libxnet.so.1 1289998Seschrock$(ROOT)/usr/lib/$(MACH64)/libzfs.so:= \ 1290998Seschrock REALPATH=../../../lib/$(MACH64)/libzfs.so.1 1291998Seschrock$(ROOT)/usr/lib/$(MACH64)/libzfs.so.1:= \ 1292998Seschrock REALPATH=../../../lib/$(MACH64)/libzfs.so.1 12930Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ladm.ln:= \ 12940Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ladm.ln 12950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-laio.ln:= \ 12960Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-laio.ln 12970Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lavl.ln:= \ 12980Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lavl.ln 12990Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lbsm.ln:= \ 13000Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lbsm.ln 13010Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lc.ln:= \ 13020Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lc.ln 13030Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcmdutils.ln:= \ 13040Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcmdutils.ln 13050Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcontract.ln:= \ 13060Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcontract.ln 13070Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lctf.ln:= \ 13080Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lctf.ln 13090Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcurses.ln:= \ 13100Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln 13110Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcurses:= \ 13120Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses 13130Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevice.ln:= \ 13140Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldevice.ln 13150Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevid.ln:= \ 13160Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldevid.ln 13170Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevinfo.ln:= \ 13180Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldevinfo.ln 13190Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldl.ln:= \ 13200Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldl.ln 13210Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldoor.ln:= \ 13220Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldoor.ln 13230Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lefi.ln:= \ 13240Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lefi.ln 13250Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lelf.ln:= \ 13260Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lelf.ln 13270Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lgen.ln:= \ 13280Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lgen.ln 13290Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-linetutil.ln:= \ 13300Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-linetutil.ln 13310Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lintl.ln:= \ 13320Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lintl.ln 13330Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lkstat.ln:= \ 13340Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lkstat.ln 13350Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lmd5.ln:= \ 13360Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lmd5.ln 13370Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lnsl.ln:= \ 13380Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lnsl.ln 13390Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lnvpair.ln:= \ 13400Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lnvpair.ln 13410Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lpam.ln:= \ 13420Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lpam.ln 13430Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lposix4.ln:= \ 13440Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lrt.ln 13450Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lpthread.ln:= \ 13460Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lpthread.ln 13470Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lresolv.ln:= \ 13480Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lresolv.ln 13490Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lrt.ln:= \ 13500Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lrt.ln 13510Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lrtld_db.ln:= \ 13520Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lrtld_db.ln 13530Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lscf.ln:= \ 13540Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lscf.ln 13550Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsec.ln:= \ 13560Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsec.ln 13570Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsecdb.ln:= \ 13580Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsecdb.ln 13590Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsendfile.ln:= \ 13600Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsendfile.ln 13610Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsocket.ln:= \ 13620Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsocket.ln 13630Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsysevent.ln:= \ 13640Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsysevent.ln 13650Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermcap.ln:= \ 13660Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln 13670Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermcap:= \ 13680Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses 13690Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermlib.ln:= \ 13700Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln 13710Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermlib:= \ 13720Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses 13730Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lthread.ln:= \ 13740Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lthread.ln 13750Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lthread_db.ln:= \ 13760Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lc_db.ln 13771676Sjpk$(ROOT)/usr/lib/$(MACH64)/llib-ltsnet.ln:= \ 13781676Sjpk REALPATH=../../../lib/$(MACH64)/llib-ltsnet.ln 13791676Sjpk$(ROOT)/usr/lib/$(MACH64)/llib-ltsol.ln:= \ 13801676Sjpk REALPATH=../../../lib/$(MACH64)/llib-ltsol.ln 13810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lumem.ln:= \ 13820Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lumem.ln 13830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-luuid.ln:= \ 13840Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-luuid.ln 13850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lxnet.ln:= \ 13860Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lxnet.ln 1387998Seschrock$(ROOT)/usr/lib/$(MACH64)/llib-lzfs.ln:= \ 1388998Seschrock REALPATH=../../../lib/$(MACH64)/llib-lzfs.ln 13890Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_compat.so.1:= \ 13900Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_compat.so.1 13910Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_dns.so.1:= \ 13920Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_dns.so.1 13930Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_files.so.1:= \ 13940Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_files.so.1 13950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_nis.so.1:= \ 13960Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_nis.so.1 13970Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_nisplus.so.1:= \ 13980Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_nisplus.so.1 13990Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_user.so.1:= \ 14000Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_user.so.1 14010Sstevel@tonic-gate 14020Sstevel@tonic-gateSYM.USRLIB= \ 14032248Sraf /lib/libposix4.so \ 14042248Sraf /lib/libposix4.so.1 \ 14052248Sraf /lib/llib-lposix4 \ 14062248Sraf /lib/llib-lposix4.ln \ 14070Sstevel@tonic-gate /lib/libthread_db.so \ 14080Sstevel@tonic-gate /lib/libthread_db.so.1 \ 14090Sstevel@tonic-gate /usr/lib/ld.so.1 \ 14100Sstevel@tonic-gate /usr/lib/libadm.so \ 14110Sstevel@tonic-gate /usr/lib/libadm.so.1 \ 14120Sstevel@tonic-gate /usr/lib/libaio.so \ 14130Sstevel@tonic-gate /usr/lib/libaio.so.1 \ 14140Sstevel@tonic-gate /usr/lib/libavl.so \ 14150Sstevel@tonic-gate /usr/lib/libavl.so.1 \ 14160Sstevel@tonic-gate /usr/lib/libbsm.so \ 14170Sstevel@tonic-gate /usr/lib/libbsm.so.1 \ 14180Sstevel@tonic-gate /usr/lib/libc.so \ 14190Sstevel@tonic-gate /usr/lib/libc.so.1 \ 14200Sstevel@tonic-gate /usr/lib/libc_db.so \ 14210Sstevel@tonic-gate /usr/lib/libc_db.so.1 \ 14220Sstevel@tonic-gate /usr/lib/libcmdutils.so \ 14230Sstevel@tonic-gate /usr/lib/libcmdutils.so.1 \ 14240Sstevel@tonic-gate /usr/lib/libcontract.so \ 14250Sstevel@tonic-gate /usr/lib/libcontract.so.1 \ 14260Sstevel@tonic-gate /usr/lib/libctf.so \ 14270Sstevel@tonic-gate /usr/lib/libctf.so.1 \ 14280Sstevel@tonic-gate /usr/lib/libcurses.so \ 14290Sstevel@tonic-gate /usr/lib/libcurses.so.1 \ 14300Sstevel@tonic-gate /usr/lib/libdevice.so \ 14310Sstevel@tonic-gate /usr/lib/libdevice.so.1 \ 14320Sstevel@tonic-gate /usr/lib/libdevid.so \ 14330Sstevel@tonic-gate /usr/lib/libdevid.so.1 \ 14340Sstevel@tonic-gate /usr/lib/libdevinfo.so \ 14350Sstevel@tonic-gate /usr/lib/libdevinfo.so.1 \ 14360Sstevel@tonic-gate /usr/lib/libdhcpagent.so \ 14370Sstevel@tonic-gate /usr/lib/libdhcpagent.so.1 \ 14380Sstevel@tonic-gate /usr/lib/libdhcputil.so \ 14390Sstevel@tonic-gate /usr/lib/libdhcputil.so.1 \ 14400Sstevel@tonic-gate /usr/lib/libdl.so \ 14410Sstevel@tonic-gate /usr/lib/libdl.so.1 \ 14423874Sss150715 /usr/lib/libdlpi.so \ 14433874Sss150715 /usr/lib/libdlpi.so.1 \ 14440Sstevel@tonic-gate /usr/lib/libdoor.so \ 14450Sstevel@tonic-gate /usr/lib/libdoor.so.1 \ 14460Sstevel@tonic-gate /usr/lib/libefi.so \ 14470Sstevel@tonic-gate /usr/lib/libefi.so.1 \ 14480Sstevel@tonic-gate /usr/lib/libelf.so \ 14490Sstevel@tonic-gate /usr/lib/libelf.so.1 \ 14500Sstevel@tonic-gate /usr/lib/libgen.so \ 14510Sstevel@tonic-gate /usr/lib/libgen.so.1 \ 14520Sstevel@tonic-gate /usr/lib/libinetcfg.so \ 14530Sstevel@tonic-gate /usr/lib/libinetcfg.so.1 \ 14540Sstevel@tonic-gate /usr/lib/libinetutil.so \ 14550Sstevel@tonic-gate /usr/lib/libinetutil.so.1 \ 14560Sstevel@tonic-gate /usr/lib/libintl.so \ 14570Sstevel@tonic-gate /usr/lib/libintl.so.1 \ 14583126Sahl /usr/lib/libiscsitgt.so \ 14593126Sahl /usr/lib/libiscsitgt.so.1 \ 14600Sstevel@tonic-gate /usr/lib/libkstat.so \ 14610Sstevel@tonic-gate /usr/lib/libkstat.so.1 \ 14620Sstevel@tonic-gate /usr/lib/liblddbg.so.4 \ 14631694Sdarrenm /usr/lib/libmd.so \ 14641694Sdarrenm /usr/lib/libmd.so.1 \ 14650Sstevel@tonic-gate /usr/lib/libmd5.so \ 14660Sstevel@tonic-gate /usr/lib/libmd5.so.1 \ 14670Sstevel@tonic-gate /usr/lib/libmeta.so \ 14680Sstevel@tonic-gate /usr/lib/libmeta.so.1 \ 14690Sstevel@tonic-gate /usr/lib/libmp.so \ 14700Sstevel@tonic-gate /usr/lib/libmp.so.1 \ 14710Sstevel@tonic-gate /usr/lib/libmp.so.2 \ 14720Sstevel@tonic-gate /usr/lib/libnsl.so \ 14730Sstevel@tonic-gate /usr/lib/libnsl.so.1 \ 14740Sstevel@tonic-gate /usr/lib/libnvpair.so \ 14750Sstevel@tonic-gate /usr/lib/libnvpair.so.1 \ 14760Sstevel@tonic-gate /usr/lib/libpam.so \ 14770Sstevel@tonic-gate /usr/lib/libpam.so.1 \ 14780Sstevel@tonic-gate /usr/lib/libposix4.so \ 14790Sstevel@tonic-gate /usr/lib/libposix4.so.1 \ 14800Sstevel@tonic-gate /usr/lib/libproc.so \ 14810Sstevel@tonic-gate /usr/lib/libproc.so.1 \ 14820Sstevel@tonic-gate /usr/lib/libpthread.so \ 14830Sstevel@tonic-gate /usr/lib/libpthread.so.1 \ 14840Sstevel@tonic-gate /usr/lib/libresolv.so \ 14850Sstevel@tonic-gate /usr/lib/libresolv.so.1 \ 14860Sstevel@tonic-gate /usr/lib/libresolv.so.2 \ 14870Sstevel@tonic-gate /usr/lib/librestart.so \ 14880Sstevel@tonic-gate /usr/lib/librestart.so.1 \ 14890Sstevel@tonic-gate /usr/lib/librpcsvc.so \ 14900Sstevel@tonic-gate /usr/lib/librpcsvc.so.1 \ 14910Sstevel@tonic-gate /usr/lib/librt.so \ 14920Sstevel@tonic-gate /usr/lib/librt.so.1 \ 14930Sstevel@tonic-gate /usr/lib/librtld.so.1 \ 14940Sstevel@tonic-gate /usr/lib/librtld_db.so \ 14950Sstevel@tonic-gate /usr/lib/librtld_db.so.1 \ 14960Sstevel@tonic-gate /usr/lib/libscf.so \ 14970Sstevel@tonic-gate /usr/lib/libscf.so.1 \ 14980Sstevel@tonic-gate /usr/lib/libsec.so \ 14990Sstevel@tonic-gate /usr/lib/libsec.so.1 \ 15000Sstevel@tonic-gate /usr/lib/libsecdb.so \ 15010Sstevel@tonic-gate /usr/lib/libsecdb.so.1 \ 15020Sstevel@tonic-gate /usr/lib/libsendfile.so \ 15030Sstevel@tonic-gate /usr/lib/libsendfile.so.1 \ 15040Sstevel@tonic-gate /usr/lib/libsocket.so \ 15050Sstevel@tonic-gate /usr/lib/libsocket.so.1 \ 15061676Sjpk /usr/lib/libsysevent.so \ 15071676Sjpk /usr/lib/libsysevent.so.1 \ 15080Sstevel@tonic-gate /usr/lib/libtermcap.so \ 15090Sstevel@tonic-gate /usr/lib/libtermcap.so.1 \ 15100Sstevel@tonic-gate /usr/lib/libtermlib.so \ 15110Sstevel@tonic-gate /usr/lib/libtermlib.so.1 \ 15120Sstevel@tonic-gate /usr/lib/libthread.so \ 15130Sstevel@tonic-gate /usr/lib/libthread.so.1 \ 15140Sstevel@tonic-gate /usr/lib/libthread_db.so \ 15150Sstevel@tonic-gate /usr/lib/libthread_db.so.1 \ 15161676Sjpk /usr/lib/libtsnet.so \ 15171676Sjpk /usr/lib/libtsnet.so.1 \ 15181676Sjpk /usr/lib/libtsol.so \ 15191676Sjpk /usr/lib/libtsol.so.2 \ 15200Sstevel@tonic-gate /usr/lib/libumem.so \ 15210Sstevel@tonic-gate /usr/lib/libumem.so.1 \ 15220Sstevel@tonic-gate /usr/lib/libuuid.so \ 15230Sstevel@tonic-gate /usr/lib/libuuid.so.1 \ 15240Sstevel@tonic-gate /usr/lib/libuutil.so \ 15250Sstevel@tonic-gate /usr/lib/libuutil.so.1 \ 15260Sstevel@tonic-gate /usr/lib/libw.so \ 15270Sstevel@tonic-gate /usr/lib/libw.so.1 \ 15280Sstevel@tonic-gate /usr/lib/libxnet.so \ 15290Sstevel@tonic-gate /usr/lib/libxnet.so.1 \ 1530998Seschrock /usr/lib/libzfs.so \ 1531998Seschrock /usr/lib/libzfs.so.1 \ 15320Sstevel@tonic-gate /usr/lib/llib-ladm \ 15330Sstevel@tonic-gate /usr/lib/llib-ladm.ln \ 15340Sstevel@tonic-gate /usr/lib/llib-laio \ 15350Sstevel@tonic-gate /usr/lib/llib-laio.ln \ 15360Sstevel@tonic-gate /usr/lib/llib-lavl \ 15370Sstevel@tonic-gate /usr/lib/llib-lavl.ln \ 15380Sstevel@tonic-gate /usr/lib/llib-lbsm \ 15390Sstevel@tonic-gate /usr/lib/llib-lbsm.ln \ 15400Sstevel@tonic-gate /usr/lib/llib-lc \ 15410Sstevel@tonic-gate /usr/lib/llib-lc.ln \ 15420Sstevel@tonic-gate /usr/lib/llib-lcmdutils \ 15430Sstevel@tonic-gate /usr/lib/llib-lcmdutils.ln \ 15440Sstevel@tonic-gate /usr/lib/llib-lcontract \ 15450Sstevel@tonic-gate /usr/lib/llib-lcontract.ln \ 15460Sstevel@tonic-gate /usr/lib/llib-lctf \ 15470Sstevel@tonic-gate /usr/lib/llib-lctf.ln \ 15480Sstevel@tonic-gate /usr/lib/llib-lcurses \ 15490Sstevel@tonic-gate /usr/lib/llib-lcurses.ln \ 15500Sstevel@tonic-gate /usr/lib/llib-ldevice \ 15510Sstevel@tonic-gate /usr/lib/llib-ldevice.ln \ 15520Sstevel@tonic-gate /usr/lib/llib-ldevid \ 15530Sstevel@tonic-gate /usr/lib/llib-ldevid.ln \ 15540Sstevel@tonic-gate /usr/lib/llib-ldevinfo \ 15550Sstevel@tonic-gate /usr/lib/llib-ldevinfo.ln \ 15560Sstevel@tonic-gate /usr/lib/llib-ldhcpagent \ 15570Sstevel@tonic-gate /usr/lib/llib-ldhcpagent.ln \ 15580Sstevel@tonic-gate /usr/lib/llib-ldhcputil \ 15590Sstevel@tonic-gate /usr/lib/llib-ldhcputil.ln \ 15600Sstevel@tonic-gate /usr/lib/llib-ldl \ 15610Sstevel@tonic-gate /usr/lib/llib-ldl.ln \ 15620Sstevel@tonic-gate /usr/lib/llib-ldoor \ 15630Sstevel@tonic-gate /usr/lib/llib-ldoor.ln \ 15640Sstevel@tonic-gate /usr/lib/llib-lefi \ 15650Sstevel@tonic-gate /usr/lib/llib-lefi.ln \ 15660Sstevel@tonic-gate /usr/lib/llib-lelf \ 15670Sstevel@tonic-gate /usr/lib/llib-lelf.ln \ 15680Sstevel@tonic-gate /usr/lib/llib-lgen \ 15690Sstevel@tonic-gate /usr/lib/llib-lgen.ln \ 15700Sstevel@tonic-gate /usr/lib/llib-linetcfg \ 15710Sstevel@tonic-gate /usr/lib/llib-linetcfg.ln \ 15720Sstevel@tonic-gate /usr/lib/llib-linetutil \ 15730Sstevel@tonic-gate /usr/lib/llib-linetutil.ln \ 15740Sstevel@tonic-gate /usr/lib/llib-lintl \ 15750Sstevel@tonic-gate /usr/lib/llib-lintl.ln \ 15760Sstevel@tonic-gate /usr/lib/llib-lkstat \ 15770Sstevel@tonic-gate /usr/lib/llib-lkstat.ln \ 15780Sstevel@tonic-gate /usr/lib/llib-lmd5 \ 15790Sstevel@tonic-gate /usr/lib/llib-lmd5.ln \ 15800Sstevel@tonic-gate /usr/lib/llib-lmeta \ 15810Sstevel@tonic-gate /usr/lib/llib-lmeta.ln \ 15820Sstevel@tonic-gate /usr/lib/llib-lnsl \ 15830Sstevel@tonic-gate /usr/lib/llib-lnsl.ln \ 15840Sstevel@tonic-gate /usr/lib/llib-lnvpair \ 15850Sstevel@tonic-gate /usr/lib/llib-lnvpair.ln \ 15860Sstevel@tonic-gate /usr/lib/llib-lpam \ 15870Sstevel@tonic-gate /usr/lib/llib-lpam.ln \ 15880Sstevel@tonic-gate /usr/lib/llib-lposix4 \ 15890Sstevel@tonic-gate /usr/lib/llib-lposix4.ln \ 15900Sstevel@tonic-gate /usr/lib/llib-lpthread \ 15910Sstevel@tonic-gate /usr/lib/llib-lpthread.ln \ 15920Sstevel@tonic-gate /usr/lib/llib-lresolv \ 15930Sstevel@tonic-gate /usr/lib/llib-lresolv.ln \ 15940Sstevel@tonic-gate /usr/lib/llib-lrt \ 15950Sstevel@tonic-gate /usr/lib/llib-lrt.ln \ 15960Sstevel@tonic-gate /usr/lib/llib-lrtld_db \ 15970Sstevel@tonic-gate /usr/lib/llib-lrtld_db.ln \ 15980Sstevel@tonic-gate /usr/lib/llib-lscf \ 15990Sstevel@tonic-gate /usr/lib/llib-lscf.ln \ 16000Sstevel@tonic-gate /usr/lib/llib-lsec \ 16010Sstevel@tonic-gate /usr/lib/llib-lsec.ln \ 16020Sstevel@tonic-gate /usr/lib/llib-lsecdb \ 16030Sstevel@tonic-gate /usr/lib/llib-lsecdb.ln \ 16040Sstevel@tonic-gate /usr/lib/llib-lsendfile \ 16050Sstevel@tonic-gate /usr/lib/llib-lsendfile.ln \ 16060Sstevel@tonic-gate /usr/lib/llib-lsocket \ 16070Sstevel@tonic-gate /usr/lib/llib-lsocket.ln \ 16080Sstevel@tonic-gate /usr/lib/llib-lsysevent \ 16090Sstevel@tonic-gate /usr/lib/llib-lsysevent.ln \ 16100Sstevel@tonic-gate /usr/lib/llib-ltermcap \ 16110Sstevel@tonic-gate /usr/lib/llib-ltermcap.ln \ 16120Sstevel@tonic-gate /usr/lib/llib-ltermlib \ 16130Sstevel@tonic-gate /usr/lib/llib-ltermlib.ln \ 16140Sstevel@tonic-gate /usr/lib/llib-lthread \ 16150Sstevel@tonic-gate /usr/lib/llib-lthread.ln \ 16160Sstevel@tonic-gate /usr/lib/llib-lthread_db \ 16170Sstevel@tonic-gate /usr/lib/llib-lthread_db.ln \ 16181676Sjpk /usr/lib/llib-ltsnet \ 16191676Sjpk /usr/lib/llib-ltsnet.ln \ 16201676Sjpk /usr/lib/llib-ltsol \ 16211676Sjpk /usr/lib/llib-ltsol.ln \ 16220Sstevel@tonic-gate /usr/lib/llib-lumem \ 16230Sstevel@tonic-gate /usr/lib/llib-lumem.ln \ 16240Sstevel@tonic-gate /usr/lib/llib-luuid \ 16250Sstevel@tonic-gate /usr/lib/llib-luuid.ln \ 16260Sstevel@tonic-gate /usr/lib/llib-lxnet \ 16270Sstevel@tonic-gate /usr/lib/llib-lxnet.ln \ 1628998Seschrock /usr/lib/llib-lzfs \ 1629998Seschrock /usr/lib/llib-lzfs.ln \ 16300Sstevel@tonic-gate /usr/lib/nss_compat.so.1 \ 16310Sstevel@tonic-gate /usr/lib/nss_dns.so.1 \ 16320Sstevel@tonic-gate /usr/lib/nss_files.so.1 \ 16330Sstevel@tonic-gate /usr/lib/nss_nis.so.1 \ 16340Sstevel@tonic-gate /usr/lib/nss_nisplus.so.1 \ 16350Sstevel@tonic-gate /usr/lib/nss_user.so.1 16360Sstevel@tonic-gate 1637*4761Skm84432sparcv9_SYM.USRLIB64= 16380Sstevel@tonic-gate 16390Sstevel@tonic-gateamd64_SYM.USRLIB64= 16400Sstevel@tonic-gate 16410Sstevel@tonic-gateSYM.USRLIB64= \ 16420Sstevel@tonic-gate $($(MACH64)_SYM.USRLIB64) \ 16432248Sraf /lib/$(MACH64)/libposix4.so \ 16442248Sraf /lib/$(MACH64)/libposix4.so.1 \ 16452248Sraf /lib/$(MACH64)/llib-lposix4.ln \ 16460Sstevel@tonic-gate /lib/$(MACH64)/libthread_db.so \ 16470Sstevel@tonic-gate /lib/$(MACH64)/libthread_db.so.1 \ 16480Sstevel@tonic-gate /usr/lib/$(MACH64)/ld.so.1 \ 16490Sstevel@tonic-gate /usr/lib/$(MACH64)/libadm.so \ 16500Sstevel@tonic-gate /usr/lib/$(MACH64)/libadm.so.1 \ 16510Sstevel@tonic-gate /usr/lib/$(MACH64)/libaio.so \ 16520Sstevel@tonic-gate /usr/lib/$(MACH64)/libaio.so.1 \ 16530Sstevel@tonic-gate /usr/lib/$(MACH64)/libavl.so \ 16540Sstevel@tonic-gate /usr/lib/$(MACH64)/libavl.so.1 \ 16550Sstevel@tonic-gate /usr/lib/$(MACH64)/libbsm.so \ 16560Sstevel@tonic-gate /usr/lib/$(MACH64)/libbsm.so.1 \ 16570Sstevel@tonic-gate /usr/lib/$(MACH64)/libc.so \ 16580Sstevel@tonic-gate /usr/lib/$(MACH64)/libc.so.1 \ 16590Sstevel@tonic-gate /usr/lib/$(MACH64)/libc_db.so \ 16600Sstevel@tonic-gate /usr/lib/$(MACH64)/libc_db.so.1 \ 16610Sstevel@tonic-gate /usr/lib/$(MACH64)/libcmdutils.so \ 16620Sstevel@tonic-gate /usr/lib/$(MACH64)/libcmdutils.so.1 \ 16630Sstevel@tonic-gate /usr/lib/$(MACH64)/libcontract.so \ 16640Sstevel@tonic-gate /usr/lib/$(MACH64)/libcontract.so.1 \ 16650Sstevel@tonic-gate /usr/lib/$(MACH64)/libctf.so \ 16660Sstevel@tonic-gate /usr/lib/$(MACH64)/libctf.so.1 \ 16670Sstevel@tonic-gate /usr/lib/$(MACH64)/libcurses.so \ 16680Sstevel@tonic-gate /usr/lib/$(MACH64)/libcurses.so.1 \ 16690Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevice.so \ 16700Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevice.so.1 \ 16710Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevid.so \ 16720Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevid.so.1 \ 16730Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevinfo.so \ 16740Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevinfo.so.1 \ 16750Sstevel@tonic-gate /usr/lib/$(MACH64)/libdl.so \ 16760Sstevel@tonic-gate /usr/lib/$(MACH64)/libdl.so.1 \ 16773874Sss150715 /usr/lib/$(MACH64)/libdlpi.so \ 16783874Sss150715 /usr/lib/$(MACH64)/libdlpi.so.1 \ 16790Sstevel@tonic-gate /usr/lib/$(MACH64)/libdoor.so \ 16800Sstevel@tonic-gate /usr/lib/$(MACH64)/libdoor.so.1 \ 16810Sstevel@tonic-gate /usr/lib/$(MACH64)/libefi.so \ 16820Sstevel@tonic-gate /usr/lib/$(MACH64)/libefi.so.1 \ 16830Sstevel@tonic-gate /usr/lib/$(MACH64)/libelf.so \ 16840Sstevel@tonic-gate /usr/lib/$(MACH64)/libelf.so.1 \ 16850Sstevel@tonic-gate /usr/lib/$(MACH64)/libgen.so \ 16860Sstevel@tonic-gate /usr/lib/$(MACH64)/libgen.so.1 \ 16870Sstevel@tonic-gate /usr/lib/$(MACH64)/libinetutil.so \ 16880Sstevel@tonic-gate /usr/lib/$(MACH64)/libinetutil.so.1 \ 16890Sstevel@tonic-gate /usr/lib/$(MACH64)/libintl.so \ 16900Sstevel@tonic-gate /usr/lib/$(MACH64)/libintl.so.1 \ 16913126Sahl /usr/lib/$(MACH64)/libiscsitgt.so \ 16923126Sahl /usr/lib/$(MACH64)/libiscsitgt.so.1 \ 16930Sstevel@tonic-gate /usr/lib/$(MACH64)/libkstat.so \ 16940Sstevel@tonic-gate /usr/lib/$(MACH64)/libkstat.so.1 \ 16950Sstevel@tonic-gate /usr/lib/$(MACH64)/liblddbg.so.4 \ 16961694Sdarrenm /usr/lib/$(MACH64)/libmd.so \ 16971694Sdarrenm /usr/lib/$(MACH64)/libmd.so.1 \ 16980Sstevel@tonic-gate /usr/lib/$(MACH64)/libmd5.so \ 16990Sstevel@tonic-gate /usr/lib/$(MACH64)/libmd5.so.1 \ 17000Sstevel@tonic-gate /usr/lib/$(MACH64)/libmp.so \ 17010Sstevel@tonic-gate /usr/lib/$(MACH64)/libmp.so.2 \ 17020Sstevel@tonic-gate /usr/lib/$(MACH64)/libnsl.so \ 17030Sstevel@tonic-gate /usr/lib/$(MACH64)/libnsl.so.1 \ 17040Sstevel@tonic-gate /usr/lib/$(MACH64)/libnvpair.so \ 17050Sstevel@tonic-gate /usr/lib/$(MACH64)/libnvpair.so.1 \ 17060Sstevel@tonic-gate /usr/lib/$(MACH64)/libpam.so \ 17070Sstevel@tonic-gate /usr/lib/$(MACH64)/libpam.so.1 \ 17080Sstevel@tonic-gate /usr/lib/$(MACH64)/libposix4.so \ 17090Sstevel@tonic-gate /usr/lib/$(MACH64)/libposix4.so.1 \ 17100Sstevel@tonic-gate /usr/lib/$(MACH64)/libproc.so \ 17110Sstevel@tonic-gate /usr/lib/$(MACH64)/libproc.so.1 \ 17120Sstevel@tonic-gate /usr/lib/$(MACH64)/libpthread.so \ 17130Sstevel@tonic-gate /usr/lib/$(MACH64)/libpthread.so.1 \ 17140Sstevel@tonic-gate /usr/lib/$(MACH64)/libresolv.so \ 17150Sstevel@tonic-gate /usr/lib/$(MACH64)/libresolv.so.2 \ 17160Sstevel@tonic-gate /usr/lib/$(MACH64)/librestart.so \ 17170Sstevel@tonic-gate /usr/lib/$(MACH64)/librestart.so.1 \ 17180Sstevel@tonic-gate /usr/lib/$(MACH64)/librpcsvc.so \ 17190Sstevel@tonic-gate /usr/lib/$(MACH64)/librpcsvc.so.1 \ 17200Sstevel@tonic-gate /usr/lib/$(MACH64)/librt.so \ 17210Sstevel@tonic-gate /usr/lib/$(MACH64)/librt.so.1 \ 17220Sstevel@tonic-gate /usr/lib/$(MACH64)/librtld.so.1 \ 17230Sstevel@tonic-gate /usr/lib/$(MACH64)/librtld_db.so \ 17240Sstevel@tonic-gate /usr/lib/$(MACH64)/librtld_db.so.1 \ 17250Sstevel@tonic-gate /usr/lib/$(MACH64)/libscf.so \ 17260Sstevel@tonic-gate /usr/lib/$(MACH64)/libscf.so.1 \ 17270Sstevel@tonic-gate /usr/lib/$(MACH64)/libsec.so \ 17280Sstevel@tonic-gate /usr/lib/$(MACH64)/libsec.so.1 \ 17290Sstevel@tonic-gate /usr/lib/$(MACH64)/libsecdb.so \ 17300Sstevel@tonic-gate /usr/lib/$(MACH64)/libsecdb.so.1 \ 17310Sstevel@tonic-gate /usr/lib/$(MACH64)/libsendfile.so \ 17320Sstevel@tonic-gate /usr/lib/$(MACH64)/libsendfile.so.1 \ 17330Sstevel@tonic-gate /usr/lib/$(MACH64)/libsocket.so \ 17340Sstevel@tonic-gate /usr/lib/$(MACH64)/libsocket.so.1 \ 17350Sstevel@tonic-gate /usr/lib/$(MACH64)/libsysevent.so \ 17360Sstevel@tonic-gate /usr/lib/$(MACH64)/libsysevent.so.1 \ 17370Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermcap.so \ 17380Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermcap.so.1 \ 17390Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermlib.so \ 17400Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermlib.so.1 \ 17410Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread.so \ 17420Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread.so.1 \ 17430Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread_db.so \ 17440Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread_db.so.1 \ 17451676Sjpk /usr/lib/$(MACH64)/libtsnet.so \ 17461676Sjpk /usr/lib/$(MACH64)/libtsnet.so.1 \ 17471676Sjpk /usr/lib/$(MACH64)/libtsol.so \ 17481676Sjpk /usr/lib/$(MACH64)/libtsol.so.2 \ 17490Sstevel@tonic-gate /usr/lib/$(MACH64)/libumem.so \ 17500Sstevel@tonic-gate /usr/lib/$(MACH64)/libumem.so.1 \ 17510Sstevel@tonic-gate /usr/lib/$(MACH64)/libuuid.so \ 17520Sstevel@tonic-gate /usr/lib/$(MACH64)/libuuid.so.1 \ 17530Sstevel@tonic-gate /usr/lib/$(MACH64)/libuutil.so \ 17540Sstevel@tonic-gate /usr/lib/$(MACH64)/libuutil.so.1 \ 17550Sstevel@tonic-gate /usr/lib/$(MACH64)/libw.so \ 17560Sstevel@tonic-gate /usr/lib/$(MACH64)/libw.so.1 \ 17570Sstevel@tonic-gate /usr/lib/$(MACH64)/libxnet.so \ 17580Sstevel@tonic-gate /usr/lib/$(MACH64)/libxnet.so.1 \ 1759998Seschrock /usr/lib/$(MACH64)/libzfs.so \ 1760998Seschrock /usr/lib/$(MACH64)/libzfs.so.1 \ 17610Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ladm.ln \ 17620Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-laio.ln \ 17630Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lavl.ln \ 17640Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lbsm.ln \ 17650Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lc.ln \ 17660Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcmdutils.ln \ 17670Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcontract.ln \ 17680Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lctf.ln \ 17690Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcurses \ 17700Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcurses.ln \ 17710Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldevice.ln \ 17720Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldevid.ln \ 17730Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldevinfo.ln \ 17740Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldl.ln \ 17750Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldoor.ln \ 17760Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lefi.ln \ 17770Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lelf.ln \ 17780Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lgen.ln \ 17790Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-linetutil.ln \ 17800Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lintl.ln \ 17810Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lkstat.ln \ 17820Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lmd5.ln \ 17830Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lnsl.ln \ 17840Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lnvpair.ln \ 17850Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lpam.ln \ 17860Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lposix4.ln \ 17870Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lpthread.ln \ 17880Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lresolv.ln \ 17890Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lrt.ln \ 17900Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lrtld_db.ln \ 17910Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lscf.ln \ 17920Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsec.ln \ 17930Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsecdb.ln \ 17940Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsendfile.ln \ 17950Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsocket.ln \ 17960Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsysevent.ln \ 17970Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermcap \ 17980Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermcap.ln \ 17990Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermlib \ 18000Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermlib.ln \ 18010Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lthread.ln \ 18020Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lthread_db.ln \ 18031676Sjpk /usr/lib/$(MACH64)/llib-ltsnet.ln \ 18041676Sjpk /usr/lib/$(MACH64)/llib-ltsol.ln \ 18050Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lumem.ln \ 18060Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-luuid.ln \ 18070Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lxnet.ln \ 1808998Seschrock /usr/lib/$(MACH64)/llib-lzfs.ln \ 18090Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_compat.so.1 \ 18100Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_dns.so.1 \ 18110Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_files.so.1 \ 18120Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_nis.so.1 \ 18130Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_nisplus.so.1 \ 18141618Srie /usr/lib/$(MACH64)/nss_user.so.1 18150Sstevel@tonic-gate 18160Sstevel@tonic-gate$(SYM.USRLIB:%=$(ROOT)%):= \ 18170Sstevel@tonic-gate INS.dir= -$(RM) $@; $(SYMLINK) $(REALPATH) $@; \ 18180Sstevel@tonic-gate $(CHOWN) $(OWNER) $@; $(CHGRP) $(GROUP) $@ 18190Sstevel@tonic-gate 18200Sstevel@tonic-gate$(SYM.USRLIB64:%=$(ROOT)%):= \ 18210Sstevel@tonic-gate INS.dir= -$(RM) $@; $(SYMLINK) $(REALPATH) $@; \ 18220Sstevel@tonic-gate $(CHOWN) $(OWNER) $@; $(CHGRP) $(GROUP) $@ 18230Sstevel@tonic-gate 1824