10Sstevel@tonic-gate# CDDL HEADER START 20Sstevel@tonic-gate# 30Sstevel@tonic-gate# The contents of this file are subject to the terms of the 41303Swesolows# Common Development and Distribution License (the "License"). 51303Swesolows# You may not use this file except in compliance with the License. 60Sstevel@tonic-gate# 70Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 80Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 90Sstevel@tonic-gate# See the License for the specific language governing permissions 100Sstevel@tonic-gate# and limitations under the License. 110Sstevel@tonic-gate# 120Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 130Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 140Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 150Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 160Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 170Sstevel@tonic-gate# 180Sstevel@tonic-gate# CDDL HEADER END 190Sstevel@tonic-gate# 205655Sth199096 211303Swesolows# 2212418STruong.Q.Nguyen@Sun.COM# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved. 231303Swesolows# 245655Sth199096 255655Sth199096# 260Sstevel@tonic-gate# It is easier to think in terms of directory names without the ROOT macro 270Sstevel@tonic-gate# prefix. ROOTDIRS is TARGETDIRS with ROOT prefixes. It is necessary 280Sstevel@tonic-gate# to work with ROOT prefixes when controlling conditional assignments. 290Sstevel@tonic-gate# 300Sstevel@tonic-gate 3110738SJames.McPherson@Sun.COMDIRLINKS= $(SYM.DIRS) 3210738SJames.McPherson@Sun.COM$(BUILD64) DIRLINKS += $(SYM.DIRS64) 3310738SJames.McPherson@Sun.COM 3410738SJames.McPherson@Sun.COMFILELINKS= $(SYM.USRCCSLIB) $(SYM.USRLIB) 3510738SJames.McPherson@Sun.COM$(BUILD64) FILELINKS += $(SYM.USRCCSLIB64) $(SYM.USRLIB64) 360Sstevel@tonic-gate 3710738SJames.McPherson@Sun.COMTARGETDIRS= $(DIRS) 3810738SJames.McPherson@Sun.COM$(BUILD64) TARGETDIRS += $(DIRS64) 390Sstevel@tonic-gate 4010738SJames.McPherson@Sun.COMTARGETDIRS += $(FILELINKS) $(DIRLINKS) 410Sstevel@tonic-gate 4210738SJames.McPherson@Sun.COMi386_DIRS= \ 430Sstevel@tonic-gate /boot/acpi \ 440Sstevel@tonic-gate /boot/acpi/tables \ 450Sstevel@tonic-gate /boot/grub \ 460Sstevel@tonic-gate /boot/grub/bin \ 4710738SJames.McPherson@Sun.COM /platform/i86pc \ 4810738SJames.McPherson@Sun.COM /usr/lib/xen \ 4910738SJames.McPherson@Sun.COM /usr/lib/xen/bin 5010738SJames.McPherson@Sun.COM 5110738SJames.McPherson@Sun.COMsparc_DIRS= \ 5210738SJames.McPherson@Sun.COM /usr/lib/ldoms 530Sstevel@tonic-gate 5410738SJames.McPherson@Sun.COM# EXPORT DELETE START 5510738SJames.McPherson@Sun.COMXDIRS= \ 5610738SJames.McPherson@Sun.COM /usr/lib/inet/wanboot 5710738SJames.McPherson@Sun.COM# EXPORT DELETE END 580Sstevel@tonic-gate 5910738SJames.McPherson@Sun.COMsparc_64ONLY= $(POUND_SIGN) 6010738SJames.McPherson@Sun.COM64ONLY= $($(MACH)_64ONLY) 6110738SJames.McPherson@Sun.COM 6210738SJames.McPherson@Sun.COM$(64ONLY) MACH32_DIRS=/usr/ucb/$(MACH32) 6310738SJames.McPherson@Sun.COM 6410738SJames.McPherson@Sun.COMDIRS= \ 655648Ssetje /boot \ 665648Ssetje /boot/solaris \ 675648Ssetje /boot/solaris/bin \ 6810738SJames.McPherson@Sun.COM $($(MACH)_DIRS) \ 690Sstevel@tonic-gate /dev \ 700Sstevel@tonic-gate /dev/dsk \ 710Sstevel@tonic-gate /dev/fd \ 728023SPhil.Kirk@Sun.COM /dev/ipnet \ 735895Syz147064 /dev/net \ 740Sstevel@tonic-gate /dev/rdsk \ 750Sstevel@tonic-gate /dev/rmt \ 760Sstevel@tonic-gate /dev/pts \ 770Sstevel@tonic-gate /dev/sad \ 780Sstevel@tonic-gate /dev/swap \ 7910738SJames.McPherson@Sun.COM /dev/term \ 807688SAaron.Zang@Sun.COM /dev/vt \ 813992Sjg /dev/zcons \ 820Sstevel@tonic-gate /devices \ 830Sstevel@tonic-gate /devices/pseudo \ 840Sstevel@tonic-gate /etc \ 858759Sgerald.jelinek@sun.com /etc/brand \ 8610840SGerald.Jelinek@Sun.COM /etc/brand/solaris10 \ 870Sstevel@tonic-gate /etc/certs \ 8812694SHai-May.Chao@Sun.COM /etc/certs/CA \ 8912694SHai-May.Chao@Sun.COM /etc/openssl/certs/ \ 900Sstevel@tonic-gate /etc/cron.d \ 910Sstevel@tonic-gate /etc/crypto \ 920Sstevel@tonic-gate /etc/crypto/certs \ 930Sstevel@tonic-gate /etc/crypto/crls \ 9410738SJames.McPherson@Sun.COM /etc/dbus-1 \ 9510738SJames.McPherson@Sun.COM /etc/dbus-1/system.d \ 960Sstevel@tonic-gate /etc/default \ 970Sstevel@tonic-gate /etc/devices \ 984876Smlf /etc/dev \ 990Sstevel@tonic-gate /etc/dfs \ 10010738SJames.McPherson@Sun.COM /etc/dladm \ 1010Sstevel@tonic-gate /etc/fs \ 1020Sstevel@tonic-gate /etc/fs/nfs \ 103789Sahrens /etc/fs/zfs \ 1040Sstevel@tonic-gate /etc/ftpd \ 1052912Sartem /etc/hal \ 1062912Sartem /etc/hal/fdi \ 1072912Sartem /etc/hal/fdi/information \ 1082912Sartem /etc/hal/fdi/information/10freedesktop \ 1092912Sartem /etc/hal/fdi/information/20thirdparty \ 1102912Sartem /etc/hal/fdi/information/30user \ 1112912Sartem /etc/hal/fdi/policy \ 1122912Sartem /etc/hal/fdi/policy/10osvendor \ 1132912Sartem /etc/hal/fdi/policy/20thirdparty \ 1142912Sartem /etc/hal/fdi/policy/30user \ 1152912Sartem /etc/hal/fdi/preprobe \ 1162912Sartem /etc/hal/fdi/preprobe/10osvendor \ 1172912Sartem /etc/hal/fdi/preprobe/20thirdparty \ 1182912Sartem /etc/hal/fdi/preprobe/30user \ 11912016SGirish.Moodalbail@Sun.COM /etc/ipadm \ 1202314Smcneal /etc/iscsi \ 1210Sstevel@tonic-gate /etc/rpcsec \ 1220Sstevel@tonic-gate /etc/security \ 12311838SLiane.Praza@Sun.COM /etc/security/auth_attr.d \ 12411838SLiane.Praza@Sun.COM /etc/security/exec_attr.d \ 12511838SLiane.Praza@Sun.COM /etc/security/prof_attr.d \ 1264746Srica /etc/security/tsol \ 1270Sstevel@tonic-gate /etc/gss \ 1280Sstevel@tonic-gate /etc/init.d \ 1293431Scarlsonj /etc/dhcp \ 1300Sstevel@tonic-gate /etc/lib \ 13110738SJames.McPherson@Sun.COM /etc/mail \ 13210738SJames.McPherson@Sun.COM /etc/mail/cf \ 13310738SJames.McPherson@Sun.COM /etc/mail/cf/cf \ 13410738SJames.McPherson@Sun.COM /etc/mail/cf/domain \ 13510738SJames.McPherson@Sun.COM /etc/mail/cf/feature \ 13610738SJames.McPherson@Sun.COM /etc/mail/cf/m4 \ 13710738SJames.McPherson@Sun.COM /etc/mail/cf/mailer \ 13810738SJames.McPherson@Sun.COM /etc/mail/cf/ostype \ 13910738SJames.McPherson@Sun.COM /etc/mail/cf/sh \ 14010738SJames.McPherson@Sun.COM /etc/net-snmp \ 14110738SJames.McPherson@Sun.COM /etc/net-snmp/snmp \ 1420Sstevel@tonic-gate /etc/opt \ 1430Sstevel@tonic-gate /etc/rc0.d \ 1440Sstevel@tonic-gate /etc/rc1.d \ 1450Sstevel@tonic-gate /etc/rc2.d \ 1460Sstevel@tonic-gate /etc/rc3.d \ 1470Sstevel@tonic-gate /etc/rcS.d \ 14810738SJames.McPherson@Sun.COM /etc/saf \ 1490Sstevel@tonic-gate /etc/sasl \ 1500Sstevel@tonic-gate /etc/sfw \ 1510Sstevel@tonic-gate /etc/svc \ 15211996SThomas.Whitten@Sun.COM /etc/svc/profile \ 15312418STruong.Q.Nguyen@Sun.COM /etc/svc/profile/site \ 1540Sstevel@tonic-gate /etc/svc/volatile \ 1550Sstevel@tonic-gate /etc/tm \ 1560Sstevel@tonic-gate /etc/usb \ 15711838SLiane.Praza@Sun.COM /etc/user_attr.d \ 158952Seschrock /etc/zfs \ 1590Sstevel@tonic-gate /etc/zones \ 1600Sstevel@tonic-gate /export \ 1610Sstevel@tonic-gate /home \ 1620Sstevel@tonic-gate /lib \ 1638192SJohn.Zolnowsky@Sun.COM /lib/crypto \ 1643938Sjbeck /lib/inet \ 165*13115SAntonello.Cruz@Sun.COM /lib/fm \ 1660Sstevel@tonic-gate /lib/secure \ 1670Sstevel@tonic-gate /lib/svc \ 1680Sstevel@tonic-gate /lib/svc/bin \ 1690Sstevel@tonic-gate /lib/svc/capture \ 17011996SThomas.Whitten@Sun.COM /lib/svc/manifest \ 17111996SThomas.Whitten@Sun.COM /lib/svc/manifest/milestone \ 17211996SThomas.Whitten@Sun.COM /lib/svc/manifest/device \ 17311996SThomas.Whitten@Sun.COM /lib/svc/manifest/system \ 17411996SThomas.Whitten@Sun.COM /lib/svc/manifest/system/device \ 17511996SThomas.Whitten@Sun.COM /lib/svc/manifest/system/filesystem \ 17611996SThomas.Whitten@Sun.COM /lib/svc/manifest/system/security \ 17711996SThomas.Whitten@Sun.COM /lib/svc/manifest/system/svc \ 17811996SThomas.Whitten@Sun.COM /lib/svc/manifest/network \ 17911996SThomas.Whitten@Sun.COM /lib/svc/manifest/network/dns \ 18011996SThomas.Whitten@Sun.COM /lib/svc/manifest/network/ipsec \ 18111996SThomas.Whitten@Sun.COM /lib/svc/manifest/network/ldap \ 18211996SThomas.Whitten@Sun.COM /lib/svc/manifest/network/nfs \ 18311996SThomas.Whitten@Sun.COM /lib/svc/manifest/network/nis \ 18411996SThomas.Whitten@Sun.COM /lib/svc/manifest/network/rpc \ 18511996SThomas.Whitten@Sun.COM /lib/svc/manifest/network/security \ 18611996SThomas.Whitten@Sun.COM /lib/svc/manifest/network/shares \ 18711996SThomas.Whitten@Sun.COM /lib/svc/manifest/network/ssl \ 18811996SThomas.Whitten@Sun.COM /lib/svc/manifest/application \ 18911996SThomas.Whitten@Sun.COM /lib/svc/manifest/application/management \ 19011996SThomas.Whitten@Sun.COM /lib/svc/manifest/application/security \ 19111996SThomas.Whitten@Sun.COM /lib/svc/manifest/application/print \ 19211996SThomas.Whitten@Sun.COM /lib/svc/manifest/platform \ 19311996SThomas.Whitten@Sun.COM /lib/svc/manifest/platform/sun4u \ 19411996SThomas.Whitten@Sun.COM /lib/svc/manifest/platform/sun4v \ 19511996SThomas.Whitten@Sun.COM /lib/svc/manifest/site \ 1960Sstevel@tonic-gate /lib/svc/method \ 1970Sstevel@tonic-gate /lib/svc/monitor \ 1980Sstevel@tonic-gate /lib/svc/seed \ 1990Sstevel@tonic-gate /lib/svc/share \ 20010738SJames.McPherson@Sun.COM /kernel \ 20110738SJames.McPherson@Sun.COM /mnt \ 20210738SJames.McPherson@Sun.COM /opt \ 20310738SJames.McPherson@Sun.COM /platform \ 20410738SJames.McPherson@Sun.COM /proc \ 20510738SJames.McPherson@Sun.COM /root \ 20610738SJames.McPherson@Sun.COM /sbin \ 20710738SJames.McPherson@Sun.COM /system \ 20810738SJames.McPherson@Sun.COM /system/contract \ 20910738SJames.McPherson@Sun.COM /system/object \ 21010738SJames.McPherson@Sun.COM /tmp \ 21110738SJames.McPherson@Sun.COM /usr \ 2120Sstevel@tonic-gate /usr/4lib \ 2134887Schin /usr/ast \ 2144887Schin /usr/ast/bin \ 2150Sstevel@tonic-gate /usr/bin \ 2160Sstevel@tonic-gate /usr/bin/$(MACH32) \ 2170Sstevel@tonic-gate /usr/ccs \ 2180Sstevel@tonic-gate /usr/ccs/bin \ 2190Sstevel@tonic-gate /usr/ccs/lib \ 2200Sstevel@tonic-gate /usr/demo \ 2210Sstevel@tonic-gate /usr/demo/SOUND \ 2220Sstevel@tonic-gate /usr/games \ 22311838SLiane.Praza@Sun.COM /usr/has \ 22411838SLiane.Praza@Sun.COM /usr/has/bin \ 22511838SLiane.Praza@Sun.COM /usr/has/lib \ 2260Sstevel@tonic-gate /usr/include \ 2274887Schin /usr/include/ast \ 2280Sstevel@tonic-gate /usr/include/fm \ 2290Sstevel@tonic-gate /usr/include/gssapi \ 2302912Sartem /usr/include/hal \ 2310Sstevel@tonic-gate /usr/include/kerberosv5 \ 2320Sstevel@tonic-gate /usr/include/libmilter \ 2332912Sartem /usr/include/libpolkit \ 2340Sstevel@tonic-gate /usr/include/sasl \ 2356316Seschrock /usr/include/scsi \ 2368192SJohn.Zolnowsky@Sun.COM /usr/include/security \ 23710738SJames.McPherson@Sun.COM /usr/include/sys/crypto \ 2381676Sjpk /usr/include/tsol \ 23910738SJames.McPherson@Sun.COM /usr/kernel \ 2408192SJohn.Zolnowsky@Sun.COM /usr/kvm \ 2410Sstevel@tonic-gate /usr/lib \ 2420Sstevel@tonic-gate /usr/lib/abi \ 2432744Snn35248 /usr/lib/brand \ 24411838SLiane.Praza@Sun.COM /usr/lib/brand/ipkg \ 24511838SLiane.Praza@Sun.COM /usr/lib/brand/labeled \ 2468759Sgerald.jelinek@sun.com /usr/lib/brand/shared \ 2472744Snn35248 /usr/lib/brand/sn1 \ 24810840SGerald.Jelinek@Sun.COM /usr/lib/brand/solaris10 \ 2490Sstevel@tonic-gate /usr/lib/class \ 2500Sstevel@tonic-gate /usr/lib/class/FSS \ 2510Sstevel@tonic-gate /usr/lib/class/FX \ 2520Sstevel@tonic-gate /usr/lib/class/IA \ 2530Sstevel@tonic-gate /usr/lib/class/RT \ 25411173SJonathan.Adams@Sun.COM /usr/lib/class/SDC \ 2550Sstevel@tonic-gate /usr/lib/class/TS \ 2560Sstevel@tonic-gate /usr/lib/crypto \ 2570Sstevel@tonic-gate /usr/lib/drv \ 2585088Sab196087 /usr/lib/elfedit \ 25910738SJames.McPherson@Sun.COM /usr/lib/fm \ 2600Sstevel@tonic-gate /usr/lib/font \ 26110738SJames.McPherson@Sun.COM /usr/lib/fs \ 26210738SJames.McPherson@Sun.COM /usr/lib/fs/nfs \ 26310738SJames.McPherson@Sun.COM /usr/lib/fs/proc \ 26410738SJames.McPherson@Sun.COM /usr/lib/fs/smb \ 26510738SJames.McPherson@Sun.COM /usr/lib/fs/zfs \ 26610738SJames.McPherson@Sun.COM /usr/lib/gss \ 26710738SJames.McPherson@Sun.COM /usr/lib/hal \ 2680Sstevel@tonic-gate /usr/lib/inet \ 2690Sstevel@tonic-gate /usr/lib/inet/dhcp \ 2700Sstevel@tonic-gate /usr/lib/inet/dhcp/nsu \ 2710Sstevel@tonic-gate /usr/lib/inet/dhcp/svc \ 2720Sstevel@tonic-gate /usr/lib/inet/dhcp/svcadm \ 27310946SSangeeta.Misra@Sun.COM /usr/lib/inet/ilb \ 2749452Sdanmcd@sun.com /usr/lib/inet/$(MACH32) \ 27510738SJames.McPherson@Sun.COM $(XDIRS) \ 2760Sstevel@tonic-gate /usr/lib/krb5 \ 2770Sstevel@tonic-gate /usr/lib/link_audit \ 2780Sstevel@tonic-gate /usr/lib/libp \ 2790Sstevel@tonic-gate /usr/lib/localedef \ 2800Sstevel@tonic-gate /usr/lib/localedef/extensions \ 2810Sstevel@tonic-gate /usr/lib/localedef/src \ 2820Sstevel@tonic-gate /usr/lib/lwp \ 28310738SJames.McPherson@Sun.COM /usr/lib/mdb \ 28410738SJames.McPherson@Sun.COM /usr/lib/mdb/kvm \ 28510738SJames.McPherson@Sun.COM /usr/lib/mdb/proc \ 28610738SJames.McPherson@Sun.COM /usr/lib/nfs \ 28710738SJames.McPherson@Sun.COM /usr/net \ 28810738SJames.McPherson@Sun.COM /usr/net/servers \ 2890Sstevel@tonic-gate /usr/lib/pool \ 29012961Slori.alt@oracle.com /usr/lib/python2.6 \ 29112961Slori.alt@oracle.com /usr/lib/python2.6/vendor-packages \ 29212961Slori.alt@oracle.com /usr/lib/python2.6/vendor-packages/solaris \ 29312961Slori.alt@oracle.com /usr/lib/python2.6/vendor-packages/zfs \ 29413013Sglenn.lagasse@oracle.com /usr/lib/python2.6/vendor-packages/beadm \ 2950Sstevel@tonic-gate /usr/lib/rcap \ 2960Sstevel@tonic-gate /usr/lib/rcap/$(MACH32) \ 29710738SJames.McPherson@Sun.COM /usr/lib/sa \ 2980Sstevel@tonic-gate /usr/lib/saf \ 2990Sstevel@tonic-gate /usr/lib/sasl \ 3006869Seschrock /usr/lib/scsi \ 3010Sstevel@tonic-gate /usr/lib/secure \ 3020Sstevel@tonic-gate /usr/lib/security \ 3035331Samw /usr/lib/smbsrv \ 3045931Sjm199354 /usr/lib/vscan \ 3059554SMatthew.Ahrens@Sun.COM /usr/lib/zfs \ 3060Sstevel@tonic-gate /usr/lib/zones \ 3070Sstevel@tonic-gate /usr/old \ 30810738SJames.McPherson@Sun.COM /usr/platform \ 3090Sstevel@tonic-gate /usr/proc \ 3100Sstevel@tonic-gate /usr/proc/bin \ 3110Sstevel@tonic-gate /usr/sadm \ 3120Sstevel@tonic-gate /usr/sadm/install \ 3139781SMoriah.Waterland@Sun.COM /usr/sadm/install/bin \ 3140Sstevel@tonic-gate /usr/sadm/install/scripts \ 3150Sstevel@tonic-gate /usr/sadm/sysadm \ 3160Sstevel@tonic-gate /usr/sadm/sysadm/add-ons \ 3170Sstevel@tonic-gate /usr/sbin \ 3180Sstevel@tonic-gate /usr/sbin/$(MACH32) \ 31910738SJames.McPherson@Sun.COM /usr/share \ 32010738SJames.McPherson@Sun.COM /usr/share/applications \ 3210Sstevel@tonic-gate /usr/share/audio \ 3220Sstevel@tonic-gate /usr/share/audio/samples \ 3230Sstevel@tonic-gate /usr/share/audio/samples/au \ 32410738SJames.McPherson@Sun.COM /usr/share/gnome \ 3257454SNorm.Jacobs@Sun.COM /usr/share/gnome/autostart \ 32610738SJames.McPherson@Sun.COM /usr/share/hwdata \ 32710738SJames.McPherson@Sun.COM /usr/share/lib \ 32810738SJames.McPherson@Sun.COM /usr/share/lib/ccs \ 32910738SJames.McPherson@Sun.COM /usr/share/lib/tmac \ 33010738SJames.McPherson@Sun.COM /usr/share/lib/ldif \ 33110738SJames.McPherson@Sun.COM /usr/share/lib/xml \ 33210738SJames.McPherson@Sun.COM /usr/share/lib/xml/dtd \ 3330Sstevel@tonic-gate /usr/share/man \ 3340Sstevel@tonic-gate /usr/share/man/man1m \ 33510738SJames.McPherson@Sun.COM /usr/share/src \ 33610738SJames.McPherson@Sun.COM /usr/snadm \ 33710738SJames.McPherson@Sun.COM /usr/snadm/lib \ 3380Sstevel@tonic-gate /usr/ucb \ 33910738SJames.McPherson@Sun.COM $(MACH32_DIRS) \ 3400Sstevel@tonic-gate /usr/ucblib \ 3410Sstevel@tonic-gate /usr/xpg4 \ 3420Sstevel@tonic-gate /usr/xpg4/bin \ 3430Sstevel@tonic-gate /usr/xpg4/include \ 3440Sstevel@tonic-gate /usr/xpg4/lib \ 3450Sstevel@tonic-gate /usr/xpg6 \ 3460Sstevel@tonic-gate /usr/xpg6/bin \ 34710738SJames.McPherson@Sun.COM /var \ 34810738SJames.McPherson@Sun.COM /var/adm \ 34910738SJames.McPherson@Sun.COM /var/adm/exacct \ 35010738SJames.McPherson@Sun.COM /var/adm/log \ 35110738SJames.McPherson@Sun.COM /var/adm/pool \ 35210738SJames.McPherson@Sun.COM /var/adm/sa \ 35310738SJames.McPherson@Sun.COM /var/adm/sm.bin \ 35410738SJames.McPherson@Sun.COM /var/adm/streams \ 35510738SJames.McPherson@Sun.COM /var/cores \ 35610738SJames.McPherson@Sun.COM /var/cron \ 35710738SJames.McPherson@Sun.COM /var/db \ 35810738SJames.McPherson@Sun.COM /var/db/ipf \ 3596315Sdduvall /var/games \ 36010738SJames.McPherson@Sun.COM /var/idmap \ 36110738SJames.McPherson@Sun.COM /var/krb5 \ 36210738SJames.McPherson@Sun.COM /var/krb5/rcache \ 36310738SJames.McPherson@Sun.COM /var/krb5/rcache/root \ 3640Sstevel@tonic-gate /var/ld \ 36510738SJames.McPherson@Sun.COM /var/log \ 36610738SJames.McPherson@Sun.COM /var/log/pool \ 36712986SJohn.Zolnowsky@Sun.COM /var/logadm \ 36810738SJames.McPherson@Sun.COM /var/mail \ 3690Sstevel@tonic-gate /var/news \ 37010738SJames.McPherson@Sun.COM /var/opt \ 3710Sstevel@tonic-gate /var/preserve \ 37210738SJames.McPherson@Sun.COM /var/run \ 3730Sstevel@tonic-gate /var/saf \ 37410738SJames.McPherson@Sun.COM /var/sadm \ 3759781SMoriah.Waterland@Sun.COM /var/sadm/install \ 3769781SMoriah.Waterland@Sun.COM /var/sadm/install/admin \ 3779781SMoriah.Waterland@Sun.COM /var/sadm/install/logs \ 37810738SJames.McPherson@Sun.COM /var/sadm/pkg \ 37910738SJames.McPherson@Sun.COM /var/sadm/security \ 38010738SJames.McPherson@Sun.COM /var/smb \ 38111963SAfshin.Ardakani@Sun.COM /var/smb/cvol \ 38211963SAfshin.Ardakani@Sun.COM /var/smb/cvol/windows \ 38311963SAfshin.Ardakani@Sun.COM /var/smb/cvol/windows/system32 \ 38411963SAfshin.Ardakani@Sun.COM /var/smb/cvol/windows/system32/vss \ 3859781SMoriah.Waterland@Sun.COM /var/spool \ 38610738SJames.McPherson@Sun.COM /var/spool/cron \ 38710738SJames.McPherson@Sun.COM /var/spool/cron/atjobs \ 38810738SJames.McPherson@Sun.COM /var/spool/cron/crontabs \ 38910738SJames.McPherson@Sun.COM /var/spool/lp \ 39010738SJames.McPherson@Sun.COM /var/spool/pkg \ 39110738SJames.McPherson@Sun.COM /var/spool/uucp \ 39210738SJames.McPherson@Sun.COM /var/spool/uucppublic \ 39310738SJames.McPherson@Sun.COM /var/svc \ 39410738SJames.McPherson@Sun.COM /var/svc/log \ 39510738SJames.McPherson@Sun.COM /var/svc/manifest \ 39610738SJames.McPherson@Sun.COM /var/svc/manifest/milestone \ 39710738SJames.McPherson@Sun.COM /var/svc/manifest/device \ 39810738SJames.McPherson@Sun.COM /var/svc/manifest/system \ 39910738SJames.McPherson@Sun.COM /var/svc/manifest/system/device \ 40010738SJames.McPherson@Sun.COM /var/svc/manifest/system/filesystem \ 40110738SJames.McPherson@Sun.COM /var/svc/manifest/system/security \ 40210738SJames.McPherson@Sun.COM /var/svc/manifest/system/svc \ 40310738SJames.McPherson@Sun.COM /var/svc/manifest/network \ 40410738SJames.McPherson@Sun.COM /var/svc/manifest/network/dns \ 40511996SThomas.Whitten@Sun.COM /var/svc/manifest/network/ipsec \ 40610738SJames.McPherson@Sun.COM /var/svc/manifest/network/ldap \ 40710738SJames.McPherson@Sun.COM /var/svc/manifest/network/nfs \ 40810738SJames.McPherson@Sun.COM /var/svc/manifest/network/nis \ 40910738SJames.McPherson@Sun.COM /var/svc/manifest/network/rpc \ 41011996SThomas.Whitten@Sun.COM /var/svc/manifest/network/routing \ 41110738SJames.McPherson@Sun.COM /var/svc/manifest/network/security \ 41210738SJames.McPherson@Sun.COM /var/svc/manifest/network/shares \ 41310738SJames.McPherson@Sun.COM /var/svc/manifest/network/ssl \ 41410738SJames.McPherson@Sun.COM /var/svc/manifest/application \ 41510738SJames.McPherson@Sun.COM /var/svc/manifest/application/management \ 41611996SThomas.Whitten@Sun.COM /var/svc/manifest/application/print \ 41710738SJames.McPherson@Sun.COM /var/svc/manifest/application/security \ 41810738SJames.McPherson@Sun.COM /var/svc/manifest/platform \ 41910738SJames.McPherson@Sun.COM /var/svc/manifest/platform/sun4u \ 42010738SJames.McPherson@Sun.COM /var/svc/manifest/platform/sun4v \ 42110738SJames.McPherson@Sun.COM /var/svc/manifest/site \ 42210738SJames.McPherson@Sun.COM /var/svc/profile \ 42310738SJames.McPherson@Sun.COM /var/uucp \ 42410738SJames.McPherson@Sun.COM /var/tmp \ 42510738SJames.McPherson@Sun.COM /var/tsol \ 42610738SJames.McPherson@Sun.COM /var/tsol/doors 4270Sstevel@tonic-gate 42810738SJames.McPherson@Sun.COMsparcv9_DIRS64= \ 42910738SJames.McPherson@Sun.COM /platform/sun4u \ 4300Sstevel@tonic-gate /platform/sun4u/lib \ 4310Sstevel@tonic-gate /platform/sun4u/lib/$(MACH64) \ 43210738SJames.McPherson@Sun.COM /usr/platform/sun4u \ 4330Sstevel@tonic-gate /usr/platform/sun4u/sbin \ 4340Sstevel@tonic-gate /usr/platform/sun4u/lib \ 4350Sstevel@tonic-gate /platform/sun4v/lib \ 4360Sstevel@tonic-gate /platform/sun4v/lib/$(MACH64) \ 4370Sstevel@tonic-gate /usr/platform/sun4v/sbin \ 4380Sstevel@tonic-gate /usr/platform/sun4v/lib \ 4391838Shyw /usr/platform/sun4u-us3/lib \ 4401838Shyw /usr/platform/sun4u-opl/lib 4410Sstevel@tonic-gate 44210738SJames.McPherson@Sun.COMamd64_DIRS64= \ 4433446Smrj /platform/i86pc/amd64 4440Sstevel@tonic-gate 44510738SJames.McPherson@Sun.COMDIRS64= \ 44610738SJames.McPherson@Sun.COM $($(MACH64)_DIRS64) \ 4470Sstevel@tonic-gate /lib/$(MACH64) \ 4488192SJohn.Zolnowsky@Sun.COM /lib/crypto/$(MACH64) \ 449*13115SAntonello.Cruz@Sun.COM /lib/fm/$(MACH64) \ 4500Sstevel@tonic-gate /lib/secure/$(MACH64) \ 4510Sstevel@tonic-gate /usr/bin/$(MACH64) \ 4520Sstevel@tonic-gate /usr/ccs/bin/$(MACH64) \ 4530Sstevel@tonic-gate /usr/ccs/lib/$(MACH64) \ 4540Sstevel@tonic-gate /usr/lib/$(MACH64) \ 4557933SEdward.Pilatowicz@Sun.COM /usr/lib/$(MACH64)/gss \ 4567933SEdward.Pilatowicz@Sun.COM /usr/lib/brand/sn1/$(MACH64) \ 45710840SGerald.Jelinek@Sun.COM /usr/lib/brand/solaris10/$(MACH64) \ 4585088Sab196087 /usr/lib/elfedit/$(MACH64) \ 4590Sstevel@tonic-gate /usr/lib/fm/$(MACH64) \ 46010738SJames.McPherson@Sun.COM /usr/lib/fs/nfs/$(MACH64) \ 46110738SJames.McPherson@Sun.COM /usr/lib/fs/smb/$(MACH64) \ 4629452Sdanmcd@sun.com /usr/lib/inet/$(MACH64) \ 4630Sstevel@tonic-gate /usr/lib/krb5/$(MACH64) \ 4640Sstevel@tonic-gate /usr/lib/libp/$(MACH64) \ 4650Sstevel@tonic-gate /usr/lib/link_audit/$(MACH64) \ 4660Sstevel@tonic-gate /usr/lib/lwp/$(MACH64) \ 46710738SJames.McPherson@Sun.COM /usr/lib/mdb/kvm/$(MACH64) \ 46810738SJames.McPherson@Sun.COM /usr/lib/mdb/proc/$(MACH64) \ 4690Sstevel@tonic-gate /usr/lib/rcap/$(MACH64) \ 4700Sstevel@tonic-gate /usr/lib/sasl/$(MACH64) \ 4716869Seschrock /usr/lib/scsi/$(MACH64) \ 4720Sstevel@tonic-gate /usr/lib/secure/$(MACH64) \ 4730Sstevel@tonic-gate /usr/lib/security/$(MACH64) \ 4745521Sas200622 /usr/lib/smbsrv/$(MACH64) \ 4750Sstevel@tonic-gate /usr/lib/abi/$(MACH64) \ 4760Sstevel@tonic-gate /usr/sbin/$(MACH64) \ 4770Sstevel@tonic-gate /usr/ucb/$(MACH64) \ 4780Sstevel@tonic-gate /usr/ucblib/$(MACH64) \ 4790Sstevel@tonic-gate /usr/xpg4/lib/$(MACH64) \ 4800Sstevel@tonic-gate /var/ld/$(MACH64) 4810Sstevel@tonic-gate 4820Sstevel@tonic-gate# /var/mail/:saved is built directly by the rootdirs target in 4830Sstevel@tonic-gate# /usr/src/Makefile because of the colon in its name. 4840Sstevel@tonic-gate 4850Sstevel@tonic-gate# macros for symbolic links 48610738SJames.McPherson@Sun.COMSYM.DIRS= \ 48710738SJames.McPherson@Sun.COM /bin \ 4880Sstevel@tonic-gate /dev/stdin \ 4890Sstevel@tonic-gate /dev/stdout \ 4900Sstevel@tonic-gate /dev/stderr \ 49110738SJames.McPherson@Sun.COM /etc/lib/ld.so.1 \ 49210738SJames.McPherson@Sun.COM /etc/lib/libdl.so.1 \ 49310738SJames.McPherson@Sun.COM /etc/lib/nss_files.so.1 \ 49410738SJames.McPherson@Sun.COM /etc/log \ 4950Sstevel@tonic-gate /lib/32 \ 4968192SJohn.Zolnowsky@Sun.COM /lib/crypto/32 \ 4970Sstevel@tonic-gate /lib/secure/32 \ 49810738SJames.McPherson@Sun.COM /usr/adm \ 4990Sstevel@tonic-gate /usr/spool \ 5000Sstevel@tonic-gate /usr/lib/tmac \ 5010Sstevel@tonic-gate /usr/ccs/lib/link_audit \ 5020Sstevel@tonic-gate /usr/news \ 5030Sstevel@tonic-gate /usr/preserve \ 5040Sstevel@tonic-gate /usr/lib/32 \ 50510738SJames.McPherson@Sun.COM /usr/lib/cron \ 5065088Sab196087 /usr/lib/elfedit/32 \ 5070Sstevel@tonic-gate /usr/lib/libp/32 \ 5080Sstevel@tonic-gate /usr/lib/lwp/32 \ 5090Sstevel@tonic-gate /usr/lib/link_audit/32 \ 5100Sstevel@tonic-gate /usr/lib/secure/32 \ 51110738SJames.McPherson@Sun.COM /usr/mail \ 51210738SJames.McPherson@Sun.COM /usr/man \ 51310738SJames.McPherson@Sun.COM /usr/pub \ 51410738SJames.McPherson@Sun.COM /usr/src \ 51510738SJames.McPherson@Sun.COM /usr/tmp \ 51610738SJames.McPherson@Sun.COM /usr/ucblib/32 \ 51710738SJames.McPherson@Sun.COM /var/ld/32 5180Sstevel@tonic-gate 51910738SJames.McPherson@Sun.COMsparc_SYM.DIRS64= 5202744Snn35248 52110738SJames.McPherson@Sun.COMSYM.DIRS64= \ 52210738SJames.McPherson@Sun.COM $($(MACH)_SYM.DIRS64) \ 5230Sstevel@tonic-gate /lib/64 \ 5248192SJohn.Zolnowsky@Sun.COM /lib/crypto/64 \ 5250Sstevel@tonic-gate /lib/secure/64 \ 5260Sstevel@tonic-gate /usr/lib/64 \ 5277933SEdward.Pilatowicz@Sun.COM /usr/lib/brand/sn1/64 \ 52810840SGerald.Jelinek@Sun.COM /usr/lib/brand/solaris10/64 \ 5295088Sab196087 /usr/lib/elfedit/64 \ 5300Sstevel@tonic-gate /usr/lib/libp/64 \ 5310Sstevel@tonic-gate /usr/lib/link_audit/64 \ 5320Sstevel@tonic-gate /usr/lib/lwp/64 \ 5330Sstevel@tonic-gate /usr/lib/secure/64 \ 5340Sstevel@tonic-gate /usr/lib/security/64 \ 5350Sstevel@tonic-gate /usr/xpg4/lib/64 \ 5362552Scraigm /var/ld/64 \ 5372552Scraigm /usr/ucblib/64 5380Sstevel@tonic-gate 5390Sstevel@tonic-gate# prepend the ROOT prefix 5400Sstevel@tonic-gate 5410Sstevel@tonic-gateROOTDIRS= $(TARGETDIRS:%=$(ROOT)%) 5420Sstevel@tonic-gate 5430Sstevel@tonic-gate# conditional assignments 5440Sstevel@tonic-gate# 5450Sstevel@tonic-gate# Target directories with non-default values for owner and group must 5460Sstevel@tonic-gate# be referenced here, using their fully-prefixed names, and the non- 5470Sstevel@tonic-gate# default values assigned. If a directory is mentioned above and not 5480Sstevel@tonic-gate# mentioned below, it has default values for attributes. 5490Sstevel@tonic-gate# 55010738SJames.McPherson@Sun.COM# The default value for DIRMODE is specified in usr/src/Makefile.master. 5510Sstevel@tonic-gate# 5520Sstevel@tonic-gate 5530Sstevel@tonic-gate$(ROOT)/var/adm \ 5540Sstevel@tonic-gate$(ROOT)/var/adm/sa := DIRMODE= 775 5550Sstevel@tonic-gate 5560Sstevel@tonic-gate$(ROOT)/var/spool/lp:= DIRMODE= 775 5570Sstevel@tonic-gate 5580Sstevel@tonic-gate# file mode 5590Sstevel@tonic-gate# 5600Sstevel@tonic-gate$(ROOT)/tmp \ 5610Sstevel@tonic-gate$(ROOT)/var/krb5/rcache \ 5620Sstevel@tonic-gate$(ROOT)/var/preserve \ 5630Sstevel@tonic-gate$(ROOT)/var/spool/pkg \ 5640Sstevel@tonic-gate$(ROOT)/var/spool/uucppublic \ 5650Sstevel@tonic-gate$(ROOT)/var/tmp:= DIRMODE= 1777 5660Sstevel@tonic-gate 5676213Sgww$(ROOT)/root:= DIRMODE= 700 5686213Sgww 5690Sstevel@tonic-gate$(ROOT)/var/krb5/rcache/root:= DIRMODE= 700 5700Sstevel@tonic-gate 5710Sstevel@tonic-gate 5720Sstevel@tonic-gate# 5739781SMoriah.Waterland@Sun.COM# These permissions must match those set 57411838SLiane.Praza@Sun.COM# in the package manifests. 5759781SMoriah.Waterland@Sun.COM# 5769781SMoriah.Waterland@Sun.COM$(ROOT)/var/sadm/pkg \ 5779781SMoriah.Waterland@Sun.COM$(ROOT)/var/sadm/security \ 5789781SMoriah.Waterland@Sun.COM$(ROOT)/var/sadm/install/logs := DIRMODE= 555 5799781SMoriah.Waterland@Sun.COM 5809781SMoriah.Waterland@Sun.COM 5819781SMoriah.Waterland@Sun.COM# 5820Sstevel@tonic-gate# These permissions must match the ones set 5830Sstevel@tonic-gate# internally by fdfs and autofs. 5840Sstevel@tonic-gate# 5850Sstevel@tonic-gate$(ROOT)/dev/fd \ 5860Sstevel@tonic-gate$(ROOT)/home:= DIRMODE= 555 5870Sstevel@tonic-gate 5880Sstevel@tonic-gate$(ROOT)/var/mail:= DIRMODE=1777 5890Sstevel@tonic-gate 5900Sstevel@tonic-gate$(ROOT)/proc:= DIRMODE= 555 5910Sstevel@tonic-gate 5920Sstevel@tonic-gate$(ROOT)/system/contract:= DIRMODE= 555 5930Sstevel@tonic-gate$(ROOT)/system/object:= DIRMODE= 555 5940Sstevel@tonic-gate 5950Sstevel@tonic-gate# symlink assignments, LINKDEST is the value of the symlink 5960Sstevel@tonic-gate# 5970Sstevel@tonic-gate$(ROOT)/usr/lib/cron:= LINKDEST=../../etc/cron.d 5980Sstevel@tonic-gate$(ROOT)/bin:= LINKDEST=usr/bin 5990Sstevel@tonic-gate$(ROOT)/lib/32:= LINKDEST=. 6008192SJohn.Zolnowsky@Sun.COM$(ROOT)/lib/crypto/32:= LINKDEST=. 6010Sstevel@tonic-gate$(ROOT)/lib/secure/32:= LINKDEST=. 6020Sstevel@tonic-gate$(ROOT)/dev/stdin:= LINKDEST=fd/0 6030Sstevel@tonic-gate$(ROOT)/dev/stdout:= LINKDEST=fd/1 6040Sstevel@tonic-gate$(ROOT)/dev/stderr:= LINKDEST=fd/2 6050Sstevel@tonic-gate$(ROOT)/usr/pub:= LINKDEST=share/lib/pub 6060Sstevel@tonic-gate$(ROOT)/usr/man:= LINKDEST=share/man 6070Sstevel@tonic-gate$(ROOT)/usr/src:= LINKDEST=share/src 6080Sstevel@tonic-gate$(ROOT)/usr/adm:= LINKDEST=../var/adm 6090Sstevel@tonic-gate$(ROOT)/etc/lib/ld.so.1:= LINKDEST=../../lib/ld.so.1 6100Sstevel@tonic-gate$(ROOT)/etc/lib/libdl.so.1:= LINKDEST=../../lib/libdl.so.1 6110Sstevel@tonic-gate$(ROOT)/etc/lib/nss_files.so.1:= LINKDEST=../../lib/nss_files.so.1 6120Sstevel@tonic-gate$(ROOT)/etc/log:= LINKDEST=../var/adm/log 6130Sstevel@tonic-gate$(ROOT)/usr/mail:= LINKDEST=../var/mail 6140Sstevel@tonic-gate$(ROOT)/usr/news:= LINKDEST=../var/news 6150Sstevel@tonic-gate$(ROOT)/usr/preserve:= LINKDEST=../var/preserve 6160Sstevel@tonic-gate$(ROOT)/usr/spool:= LINKDEST=../var/spool 6170Sstevel@tonic-gate$(ROOT)/usr/tmp:= LINKDEST=../var/tmp 6180Sstevel@tonic-gate$(ROOT)/usr/lib/tmac:= LINKDEST=../share/lib/tmac 6190Sstevel@tonic-gate$(ROOT)/usr/lib/32:= LINKDEST=. 6205088Sab196087$(ROOT)/usr/lib/elfedit/32:= LINKDEST=. 6210Sstevel@tonic-gate$(ROOT)/usr/lib/libp/32:= LINKDEST=. 6220Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/32:= LINKDEST=. 6230Sstevel@tonic-gate$(ROOT)/usr/lib/link_audit/32:= LINKDEST=. 6240Sstevel@tonic-gate$(ROOT)/usr/lib/secure/32:= LINKDEST=. 6250Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/link_audit:= LINKDEST=../../lib/link_audit 6260Sstevel@tonic-gate$(ROOT)/var/ld/32:= LINKDEST=. 6272552Scraigm$(ROOT)/usr/ucblib/32:= LINKDEST=. 6280Sstevel@tonic-gate 6290Sstevel@tonic-gate 6300Sstevel@tonic-gate$(BUILD64) $(ROOT)/lib/64:= LINKDEST=$(MACH64) 6318192SJohn.Zolnowsky@Sun.COM$(BUILD64) $(ROOT)/lib/crypto/64:= LINKDEST=$(MACH64) 6320Sstevel@tonic-gate$(BUILD64) $(ROOT)/lib/secure/64:= LINKDEST=$(MACH64) 6330Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/64:= LINKDEST=$(MACH64) 6345088Sab196087$(BUILD64) $(ROOT)/usr/lib/elfedit/64:= LINKDEST=$(MACH64) 6357933SEdward.Pilatowicz@Sun.COM$(BUILD64) $(ROOT)/usr/lib/brand/sn1/64:= LINKDEST=$(MACH64) 63610840SGerald.Jelinek@Sun.COM$(BUILD64) $(ROOT)/usr/lib/brand/solaris10/64:= LINKDEST=$(MACH64) 6370Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/libp/64:= LINKDEST=$(MACH64) 6380Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/lwp/64:= LINKDEST=$(MACH64) 6390Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/link_audit/64:= LINKDEST=$(MACH64) 6400Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/secure/64:= LINKDEST=$(MACH64) 6410Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/security/64:= LINKDEST=$(MACH64) 6420Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/xpg4/lib/64:= LINKDEST=$(MACH64) 6430Sstevel@tonic-gate$(BUILD64) $(ROOT)/var/ld/64:= LINKDEST=$(MACH64) 6442552Scraigm$(BUILD64) $(ROOT)/usr/ucblib/64:= LINKDEST=$(MACH64) 6450Sstevel@tonic-gate 64610738SJames.McPherson@Sun.COM# 6470Sstevel@tonic-gate# Installing a directory symlink calls for overriding INS.dir to install 6480Sstevel@tonic-gate# a symlink. 6490Sstevel@tonic-gate# 65010738SJames.McPherson@Sun.COM$(DIRLINKS:%=$(ROOT)%):= \ 65110207SJames.McPherson@Sun.COM INS.dir= -$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@ 6520Sstevel@tonic-gate 6530Sstevel@tonic-gate# Special symlinks to populate usr/ccs/lib, whose objects 6540Sstevel@tonic-gate# have actually been moved to usr/lib 6550Sstevel@tonic-gate# Rather than adding another set of rules, we add usr/lib/lwp files here 6560Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libcurses.so:= REALPATH=../../../lib/libcurses.so.1 6570Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lcurses:= REALPATH=../../../lib/llib-lcurses 6580Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lcurses.ln:= REALPATH=../../../lib/llib-lcurses.ln 6590Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libform.so:= REALPATH=../../lib/libform.so.1 6600Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lform:= REALPATH=../../lib/llib-lform 6610Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lform.ln:= REALPATH=../../lib/llib-lform.ln 6620Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libgen.so:= REALPATH=../../../lib/libgen.so.1 6630Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lgen:= REALPATH=../../../lib/llib-lgen 6640Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lgen.ln:= REALPATH=../../../lib/llib-lgen.ln 6650Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libmalloc.so:= REALPATH=../../lib/libmalloc.so.1 6660Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libmenu.so:= REALPATH=../../lib/libmenu.so.1 6670Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lmenu:= REALPATH=../../lib/llib-lmenu 6680Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lmenu.ln:= REALPATH=../../lib/llib-lmenu.ln 6690Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libpanel.so:= REALPATH=../../lib/libpanel.so.1 6700Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lpanel:= REALPATH=../../lib/llib-lpanel 6710Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lpanel.ln:= REALPATH=../../lib/llib-lpanel.ln 6720Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libtermlib.so:= REALPATH=../../../lib/libcurses.so.1 6730Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermlib:= REALPATH=../../../lib/llib-lcurses 6740Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermlib.ln:= REALPATH=../../../lib/llib-lcurses.ln 6750Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libtermcap.so:= REALPATH=../../../lib/libcurses.so.1 6760Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermcap:= REALPATH=../../../lib/llib-lcurses 6770Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermcap.ln:= REALPATH=../../../lib/llib-lcurses.ln 6780Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xa.o:= REALPATH=../../lib/values-Xa.o 6790Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xc.o:= REALPATH=../../lib/values-Xc.o 6800Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xs.o:= REALPATH=../../lib/values-Xs.o 6810Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xt.o:= REALPATH=../../lib/values-Xt.o 6820Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-xpg4.o:= REALPATH=../../lib/values-xpg4.o 6830Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-xpg6.o:= REALPATH=../../lib/values-xpg6.o 6840Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libl.so:= REALPATH=../../lib/libl.so.1 6850Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ll.ln:= REALPATH=../../lib/llib-ll.ln 6860Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/liby.so:= REALPATH=../../lib/liby.so.1 6870Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ly.ln:= REALPATH=../../lib/llib-ly.ln 6880Sstevel@tonic-gate$(ROOT)/usr/lib/libp/libc.so.1:= REALPATH=../../../lib/libc.so.1 6890Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/libthread.so.1:= REALPATH=../libthread.so.1 6900Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/libthread_db.so.1:= REALPATH=../libthread_db.so.1 6910Sstevel@tonic-gate 6920Sstevel@tonic-gate# symlinks to populate usr/ccs/lib/$(MACH64) 6930Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libcurses.so:= \ 6940Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libcurses.so.1 6950Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lcurses.ln:= \ 6960Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln 6970Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libform.so:= \ 6980Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libform.so.1 6990Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lform.ln:= \ 7000Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lform.ln 7010Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libgen.so:= \ 7020Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libgen.so.1 7030Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lgen.ln:= \ 7040Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lgen.ln 7050Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libmalloc.so:= \ 7060Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmalloc.so.1 7070Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libmenu.so:= \ 7080Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmenu.so.1 7090Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lmenu.ln:= \ 7100Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lmenu.ln 7110Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libpanel.so:= \ 7120Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpanel.so.1 7130Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lpanel.ln:= \ 7140Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lpanel.ln 7150Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libtermlib.so:= \ 7160Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libcurses.so.1 7170Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ltermlib.ln:= \ 7180Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln 7190Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libtermcap.so:= \ 7200Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libcurses.so.1 7210Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ltermcap.ln:= \ 7220Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln 7230Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xa.o:= \ 7240Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xa.o 7250Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xc.o:= \ 7260Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xc.o 7270Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xs.o:= \ 7280Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xs.o 7290Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xt.o:= \ 7300Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-Xt.o 7310Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-xpg4.o:= \ 7320Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-xpg4.o 7330Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-xpg6.o:= \ 7340Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/values-xpg6.o 7350Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libl.so:= \ 7360Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libl.so.1 7370Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ll.ln:= \ 7380Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ll.ln 7390Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/liby.so:= \ 7400Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/liby.so.1 7410Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ly.ln:= \ 7420Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ly.ln 7430Sstevel@tonic-gate$(ROOT)/usr/lib/libp/$(MACH64)/libc.so.1:= \ 7440Sstevel@tonic-gate REALPATH=../../../../lib/$(MACH64)/libc.so.1 7450Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/$(MACH64)/libthread.so.1:= \ 7460Sstevel@tonic-gate REALPATH=../../$(MACH64)/libthread.so.1 7470Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/$(MACH64)/libthread_db.so.1:= \ 7480Sstevel@tonic-gate REALPATH=../../$(MACH64)/libthread_db.so.1 7490Sstevel@tonic-gate 7500Sstevel@tonic-gateSYM.USRCCSLIB= \ 7510Sstevel@tonic-gate /usr/ccs/lib/libcurses.so \ 7520Sstevel@tonic-gate /usr/ccs/lib/llib-lcurses \ 7530Sstevel@tonic-gate /usr/ccs/lib/llib-lcurses.ln \ 7540Sstevel@tonic-gate /usr/ccs/lib/libform.so \ 7550Sstevel@tonic-gate /usr/ccs/lib/llib-lform \ 7560Sstevel@tonic-gate /usr/ccs/lib/llib-lform.ln \ 7570Sstevel@tonic-gate /usr/ccs/lib/libgen.so \ 7580Sstevel@tonic-gate /usr/ccs/lib/llib-lgen \ 7590Sstevel@tonic-gate /usr/ccs/lib/llib-lgen.ln \ 7600Sstevel@tonic-gate /usr/ccs/lib/libmalloc.so \ 7610Sstevel@tonic-gate /usr/ccs/lib/libmenu.so \ 7620Sstevel@tonic-gate /usr/ccs/lib/llib-lmenu \ 7630Sstevel@tonic-gate /usr/ccs/lib/llib-lmenu.ln \ 7640Sstevel@tonic-gate /usr/ccs/lib/libpanel.so \ 7650Sstevel@tonic-gate /usr/ccs/lib/llib-lpanel \ 7660Sstevel@tonic-gate /usr/ccs/lib/llib-lpanel.ln \ 7670Sstevel@tonic-gate /usr/ccs/lib/libtermlib.so \ 7680Sstevel@tonic-gate /usr/ccs/lib/llib-ltermlib \ 7690Sstevel@tonic-gate /usr/ccs/lib/llib-ltermlib.ln \ 7700Sstevel@tonic-gate /usr/ccs/lib/libtermcap.so \ 7710Sstevel@tonic-gate /usr/ccs/lib/llib-ltermcap \ 7720Sstevel@tonic-gate /usr/ccs/lib/llib-ltermcap.ln \ 7730Sstevel@tonic-gate /usr/ccs/lib/values-Xa.o \ 7740Sstevel@tonic-gate /usr/ccs/lib/values-Xc.o \ 7750Sstevel@tonic-gate /usr/ccs/lib/values-Xs.o \ 7760Sstevel@tonic-gate /usr/ccs/lib/values-Xt.o \ 7770Sstevel@tonic-gate /usr/ccs/lib/values-xpg4.o \ 7780Sstevel@tonic-gate /usr/ccs/lib/values-xpg6.o \ 7790Sstevel@tonic-gate /usr/ccs/lib/libl.so \ 7800Sstevel@tonic-gate /usr/ccs/lib/llib-ll.ln \ 7810Sstevel@tonic-gate /usr/ccs/lib/liby.so \ 7820Sstevel@tonic-gate /usr/ccs/lib/llib-ly.ln \ 7830Sstevel@tonic-gate /usr/lib/libp/libc.so.1 \ 7840Sstevel@tonic-gate /usr/lib/lwp/libthread.so.1 \ 7850Sstevel@tonic-gate /usr/lib/lwp/libthread_db.so.1 7860Sstevel@tonic-gate 7870Sstevel@tonic-gateSYM.USRCCSLIB64= \ 7880Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libcurses.so \ 7890Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lcurses.ln \ 7900Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libform.so \ 7910Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lform.ln \ 7920Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libgen.so \ 7930Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lgen.ln \ 7940Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libmalloc.so \ 7950Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libmenu.so \ 7960Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lmenu.ln \ 7970Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libpanel.so \ 7980Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-lpanel.ln \ 7990Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libtermlib.so \ 8000Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ltermlib.ln \ 8010Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libtermcap.so \ 8020Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ltermcap.ln \ 8030Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xa.o \ 8040Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xc.o \ 8050Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xs.o \ 8060Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-Xt.o \ 8070Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-xpg4.o \ 8080Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/values-xpg6.o \ 8090Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/libl.so \ 8100Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ll.ln \ 8110Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/liby.so \ 8120Sstevel@tonic-gate /usr/ccs/lib/$(MACH64)/llib-ly.ln \ 8130Sstevel@tonic-gate /usr/lib/libp/$(MACH64)/libc.so.1 \ 8140Sstevel@tonic-gate /usr/lib/lwp/$(MACH64)/libthread.so.1 \ 8150Sstevel@tonic-gate /usr/lib/lwp/$(MACH64)/libthread_db.so.1 8160Sstevel@tonic-gate 8170Sstevel@tonic-gate# Special symlinks to direct libraries that have been moved 8180Sstevel@tonic-gate# from /usr/lib to /lib in order to live in the root filesystem. 8192248Sraf$(ROOT)/lib/libposix4.so.1:= REALPATH=librt.so.1 8202248Sraf$(ROOT)/lib/libposix4.so:= REALPATH=libposix4.so.1 8212248Sraf$(ROOT)/lib/llib-lposix4:= REALPATH=llib-lrt 8222248Sraf$(ROOT)/lib/llib-lposix4.ln:= REALPATH=llib-lrt.ln 8230Sstevel@tonic-gate$(ROOT)/lib/libthread_db.so.1:= REALPATH=libc_db.so.1 8240Sstevel@tonic-gate$(ROOT)/lib/libthread_db.so:= REALPATH=libc_db.so.1 8250Sstevel@tonic-gate$(ROOT)/usr/lib/ld.so.1:= REALPATH=../../lib/ld.so.1 8260Sstevel@tonic-gate$(ROOT)/usr/lib/libadm.so.1:= REALPATH=../../lib/libadm.so.1 8270Sstevel@tonic-gate$(ROOT)/usr/lib/libadm.so:= REALPATH=../../lib/libadm.so.1 8280Sstevel@tonic-gate$(ROOT)/usr/lib/libaio.so.1:= REALPATH=../../lib/libaio.so.1 8290Sstevel@tonic-gate$(ROOT)/usr/lib/libaio.so:= REALPATH=../../lib/libaio.so.1 8300Sstevel@tonic-gate$(ROOT)/usr/lib/libavl.so.1:= REALPATH=../../lib/libavl.so.1 8310Sstevel@tonic-gate$(ROOT)/usr/lib/libavl.so:= REALPATH=../../lib/libavl.so.1 8320Sstevel@tonic-gate$(ROOT)/usr/lib/libbsm.so.1:= REALPATH=../../lib/libbsm.so.1 8330Sstevel@tonic-gate$(ROOT)/usr/lib/libbsm.so:= REALPATH=../../lib/libbsm.so.1 8340Sstevel@tonic-gate$(ROOT)/usr/lib/libc.so.1:= REALPATH=../../lib/libc.so.1 8350Sstevel@tonic-gate$(ROOT)/usr/lib/libc.so:= REALPATH=../../lib/libc.so.1 8360Sstevel@tonic-gate$(ROOT)/usr/lib/libc_db.so.1:= REALPATH=../../lib/libc_db.so.1 8370Sstevel@tonic-gate$(ROOT)/usr/lib/libc_db.so:= REALPATH=../../lib/libc_db.so.1 8380Sstevel@tonic-gate$(ROOT)/usr/lib/libcmdutils.so.1:= REALPATH=../../lib/libcmdutils.so.1 8390Sstevel@tonic-gate$(ROOT)/usr/lib/libcmdutils.so:= REALPATH=../../lib/libcmdutils.so.1 8400Sstevel@tonic-gate$(ROOT)/usr/lib/libcontract.so.1:= REALPATH=../../lib/libcontract.so.1 8410Sstevel@tonic-gate$(ROOT)/usr/lib/libcontract.so:= REALPATH=../../lib/libcontract.so.1 8428192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libcryptoutil.so.1:= REALPATH=../../lib/libcryptoutil.so.1 8438192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libcryptoutil.so:= REALPATH=../../lib/libcryptoutil.so.1 8440Sstevel@tonic-gate$(ROOT)/usr/lib/libctf.so.1:= REALPATH=../../lib/libctf.so.1 8450Sstevel@tonic-gate$(ROOT)/usr/lib/libctf.so:= REALPATH=../../lib/libctf.so.1 8460Sstevel@tonic-gate$(ROOT)/usr/lib/libcurses.so.1:= REALPATH=../../lib/libcurses.so.1 8470Sstevel@tonic-gate$(ROOT)/usr/lib/libcurses.so:= REALPATH=../../lib/libcurses.so.1 8480Sstevel@tonic-gate$(ROOT)/usr/lib/libdevice.so.1:= REALPATH=../../lib/libdevice.so.1 8490Sstevel@tonic-gate$(ROOT)/usr/lib/libdevice.so:= REALPATH=../../lib/libdevice.so.1 8500Sstevel@tonic-gate$(ROOT)/usr/lib/libdevid.so.1:= REALPATH=../../lib/libdevid.so.1 8510Sstevel@tonic-gate$(ROOT)/usr/lib/libdevid.so:= REALPATH=../../lib/libdevid.so.1 8520Sstevel@tonic-gate$(ROOT)/usr/lib/libdevinfo.so.1:= REALPATH=../../lib/libdevinfo.so.1 8530Sstevel@tonic-gate$(ROOT)/usr/lib/libdevinfo.so:= REALPATH=../../lib/libdevinfo.so.1 8540Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcpagent.so.1:= REALPATH=../../lib/libdhcpagent.so.1 8550Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcpagent.so:= REALPATH=../../lib/libdhcpagent.so.1 8560Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcputil.so.1:= REALPATH=../../lib/libdhcputil.so.1 8570Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcputil.so:= REALPATH=../../lib/libdhcputil.so.1 8580Sstevel@tonic-gate$(ROOT)/usr/lib/libdl.so.1:= REALPATH=../../lib/libdl.so.1 8590Sstevel@tonic-gate$(ROOT)/usr/lib/libdl.so:= REALPATH=../../lib/libdl.so.1 8603874Sss150715$(ROOT)/usr/lib/libdlpi.so.1:= REALPATH=../../lib/libdlpi.so.1 8613874Sss150715$(ROOT)/usr/lib/libdlpi.so:= REALPATH=../../lib/libdlpi.so.1 8620Sstevel@tonic-gate$(ROOT)/usr/lib/libdoor.so.1:= REALPATH=../../lib/libdoor.so.1 8630Sstevel@tonic-gate$(ROOT)/usr/lib/libdoor.so:= REALPATH=../../lib/libdoor.so.1 8640Sstevel@tonic-gate$(ROOT)/usr/lib/libefi.so.1:= REALPATH=../../lib/libefi.so.1 8650Sstevel@tonic-gate$(ROOT)/usr/lib/libefi.so:= REALPATH=../../lib/libefi.so.1 8660Sstevel@tonic-gate$(ROOT)/usr/lib/libelf.so.1:= REALPATH=../../lib/libelf.so.1 8670Sstevel@tonic-gate$(ROOT)/usr/lib/libelf.so:= REALPATH=../../lib/libelf.so.1 86810021SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/libfdisk.so.1:= REALPATH=../../lib/libfdisk.so.1 86910021SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/libfdisk.so:= REALPATH=../../lib/libfdisk.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/libinetutil.so.1:= REALPATH=../../lib/libinetutil.so.1 8730Sstevel@tonic-gate$(ROOT)/usr/lib/libinetutil.so:= REALPATH=../../lib/libinetutil.so.1 8740Sstevel@tonic-gate$(ROOT)/usr/lib/libintl.so.1:= REALPATH=../../lib/libintl.so.1 8750Sstevel@tonic-gate$(ROOT)/usr/lib/libintl.so:= REALPATH=../../lib/libintl.so.1 8768192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libkmf.so.1:= REALPATH=../../lib/libkmf.so.1 8778192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libkmf.so:= REALPATH=../../lib/libkmf.so.1 8788192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libkmfberder.so.1:= REALPATH=../../lib/libkmfberder.so.1 8798192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libkmfberder.so:= REALPATH=../../lib/libkmfberder.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 9035895Syz147064$(ROOT)/usr/lib/libpthread.so:= REALPATH=../../lib/libpthread.so.1 9045895Syz147064$(ROOT)/usr/lib/librcm.so.1:= REALPATH=../../lib/librcm.so.1 9055895Syz147064$(ROOT)/usr/lib/librcm.so:= REALPATH=../../lib/librcm.so.1 9060Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so.1:= REALPATH=../../lib/libresolv.so.1 9070Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so.2:= REALPATH=../../lib/libresolv.so.2 9080Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so:= REALPATH=../../lib/libresolv.so.2 9090Sstevel@tonic-gate$(ROOT)/usr/lib/librestart.so.1:= REALPATH=../../lib/librestart.so.1 9100Sstevel@tonic-gate$(ROOT)/usr/lib/librestart.so:= REALPATH=../../lib/librestart.so.1 9110Sstevel@tonic-gate$(ROOT)/usr/lib/librpcsvc.so.1:= REALPATH=../../lib/librpcsvc.so.1 9120Sstevel@tonic-gate$(ROOT)/usr/lib/librpcsvc.so:= REALPATH=../../lib/librpcsvc.so.1 9130Sstevel@tonic-gate$(ROOT)/usr/lib/librt.so.1:= REALPATH=../../lib/librt.so.1 9140Sstevel@tonic-gate$(ROOT)/usr/lib/librt.so:= REALPATH=../../lib/librt.so.1 9150Sstevel@tonic-gate$(ROOT)/usr/lib/librtld.so.1:= REALPATH=../../lib/librtld.so.1 9160Sstevel@tonic-gate$(ROOT)/usr/lib/librtld_db.so.1:= REALPATH=../../lib/librtld_db.so.1 9170Sstevel@tonic-gate$(ROOT)/usr/lib/librtld_db.so:= REALPATH=../../lib/librtld_db.so.1 9180Sstevel@tonic-gate$(ROOT)/usr/lib/libscf.so.1:= REALPATH=../../lib/libscf.so.1 9190Sstevel@tonic-gate$(ROOT)/usr/lib/libscf.so:= REALPATH=../../lib/libscf.so.1 9200Sstevel@tonic-gate$(ROOT)/usr/lib/libsec.so.1:= REALPATH=../../lib/libsec.so.1 9210Sstevel@tonic-gate$(ROOT)/usr/lib/libsec.so:= REALPATH=../../lib/libsec.so.1 9220Sstevel@tonic-gate$(ROOT)/usr/lib/libsecdb.so.1:= REALPATH=../../lib/libsecdb.so.1 9230Sstevel@tonic-gate$(ROOT)/usr/lib/libsecdb.so:= REALPATH=../../lib/libsecdb.so.1 9240Sstevel@tonic-gate$(ROOT)/usr/lib/libsendfile.so.1:= REALPATH=../../lib/libsendfile.so.1 9250Sstevel@tonic-gate$(ROOT)/usr/lib/libsendfile.so:= REALPATH=../../lib/libsendfile.so.1 9260Sstevel@tonic-gate$(ROOT)/usr/lib/libsocket.so.1:= REALPATH=../../lib/libsocket.so.1 9270Sstevel@tonic-gate$(ROOT)/usr/lib/libsocket.so:= REALPATH=../../lib/libsocket.so.1 9280Sstevel@tonic-gate$(ROOT)/usr/lib/libsysevent.so.1:= REALPATH=../../lib/libsysevent.so.1 9290Sstevel@tonic-gate$(ROOT)/usr/lib/libsysevent.so:= REALPATH=../../lib/libsysevent.so.1 9300Sstevel@tonic-gate$(ROOT)/usr/lib/libtermcap.so.1:= REALPATH=../../lib/libcurses.so.1 9310Sstevel@tonic-gate$(ROOT)/usr/lib/libtermcap.so:= REALPATH=../../lib/libcurses.so.1 9320Sstevel@tonic-gate$(ROOT)/usr/lib/libtermlib.so.1:= REALPATH=../../lib/libcurses.so.1 9330Sstevel@tonic-gate$(ROOT)/usr/lib/libtermlib.so:= REALPATH=../../lib/libcurses.so.1 9340Sstevel@tonic-gate$(ROOT)/usr/lib/libthread.so.1:= REALPATH=../../lib/libthread.so.1 9350Sstevel@tonic-gate$(ROOT)/usr/lib/libthread.so:= REALPATH=../../lib/libthread.so.1 9360Sstevel@tonic-gate$(ROOT)/usr/lib/libthread_db.so.1:= REALPATH=../../lib/libc_db.so.1 9370Sstevel@tonic-gate$(ROOT)/usr/lib/libthread_db.so:= REALPATH=../../lib/libc_db.so.1 9381676Sjpk$(ROOT)/usr/lib/libtsnet.so.1:= REALPATH=../../lib/libtsnet.so.1 9391676Sjpk$(ROOT)/usr/lib/libtsnet.so:= REALPATH=../../lib/libtsnet.so.1 9401676Sjpk$(ROOT)/usr/lib/libtsol.so.2:= REALPATH=../../lib/libtsol.so.2 9411676Sjpk$(ROOT)/usr/lib/libtsol.so:= REALPATH=../../lib/libtsol.so.2 9420Sstevel@tonic-gate$(ROOT)/usr/lib/libumem.so.1:= REALPATH=../../lib/libumem.so.1 9430Sstevel@tonic-gate$(ROOT)/usr/lib/libumem.so:= REALPATH=../../lib/libumem.so.1 9440Sstevel@tonic-gate$(ROOT)/usr/lib/libuuid.so.1:= REALPATH=../../lib/libuuid.so.1 9450Sstevel@tonic-gate$(ROOT)/usr/lib/libuuid.so:= REALPATH=../../lib/libuuid.so.1 9460Sstevel@tonic-gate$(ROOT)/usr/lib/libuutil.so.1:= REALPATH=../../lib/libuutil.so.1 9470Sstevel@tonic-gate$(ROOT)/usr/lib/libuutil.so:= REALPATH=../../lib/libuutil.so.1 9480Sstevel@tonic-gate$(ROOT)/usr/lib/libw.so.1:= REALPATH=../../lib/libw.so.1 9490Sstevel@tonic-gate$(ROOT)/usr/lib/libw.so:= REALPATH=../../lib/libw.so.1 9500Sstevel@tonic-gate$(ROOT)/usr/lib/libxnet.so.1:= REALPATH=../../lib/libxnet.so.1 9510Sstevel@tonic-gate$(ROOT)/usr/lib/libxnet.so:= REALPATH=../../lib/libxnet.so.1 952998Seschrock$(ROOT)/usr/lib/libzfs.so.1:= REALPATH=../../lib/libzfs.so.1 953998Seschrock$(ROOT)/usr/lib/libzfs.so:= REALPATH=../../lib/libzfs.so.1 9540Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ladm.ln:= REALPATH=../../lib/llib-ladm.ln 9550Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ladm:= REALPATH=../../lib/llib-ladm 9560Sstevel@tonic-gate$(ROOT)/usr/lib/llib-laio.ln:= REALPATH=../../lib/llib-laio.ln 9570Sstevel@tonic-gate$(ROOT)/usr/lib/llib-laio:= REALPATH=../../lib/llib-laio 9580Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lavl.ln:= REALPATH=../../lib/llib-lavl.ln 9590Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lavl:= REALPATH=../../lib/llib-lavl 9600Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lbsm.ln:= REALPATH=../../lib/llib-lbsm.ln 9610Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lbsm:= REALPATH=../../lib/llib-lbsm 9620Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lc.ln:= REALPATH=../../lib/llib-lc.ln 9630Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lc:= REALPATH=../../lib/llib-lc 9640Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcmdutils.ln:= REALPATH=../../lib/llib-lcmdutils.ln 9650Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcmdutils:= REALPATH=../../lib/llib-lcmdutils 9660Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcontract.ln:= REALPATH=../../lib/llib-lcontract.ln 9670Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcontract:= REALPATH=../../lib/llib-lcontract 9680Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lctf.ln:= REALPATH=../../lib/llib-lctf.ln 9690Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lctf:= REALPATH=../../lib/llib-lctf 9700Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcurses.ln:= REALPATH=../../lib/llib-lcurses.ln 9710Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcurses:= REALPATH=../../lib/llib-lcurses 9720Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevice.ln:= REALPATH=../../lib/llib-ldevice.ln 9730Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevice:= REALPATH=../../lib/llib-ldevice 9740Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevid.ln:= REALPATH=../../lib/llib-ldevid.ln 9750Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevid:= REALPATH=../../lib/llib-ldevid 9760Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevinfo.ln:= REALPATH=../../lib/llib-ldevinfo.ln 9770Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevinfo:= REALPATH=../../lib/llib-ldevinfo 9780Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcpagent.ln:= REALPATH=../../lib/llib-ldhcpagent.ln 9790Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcpagent:= REALPATH=../../lib/llib-ldhcpagent 9800Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcputil.ln:= REALPATH=../../lib/llib-ldhcputil.ln 9810Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcputil:= REALPATH=../../lib/llib-ldhcputil 9820Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldl.ln:= REALPATH=../../lib/llib-ldl.ln 9830Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldl:= REALPATH=../../lib/llib-ldl 9840Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldoor.ln:= REALPATH=../../lib/llib-ldoor.ln 9850Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldoor:= REALPATH=../../lib/llib-ldoor 9860Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lefi.ln:= REALPATH=../../lib/llib-lefi.ln 9870Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lefi:= REALPATH=../../lib/llib-lefi 9880Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lelf.ln:= REALPATH=../../lib/llib-lelf.ln 9890Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lelf:= REALPATH=../../lib/llib-lelf 99010021SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/llib-lfdisk.ln:= REALPATH=../../lib/llib-lfdisk.ln 99110021SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/llib-lfdisk:= REALPATH=../../lib/llib-lfdisk 9920Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lgen.ln:= REALPATH=../../lib/llib-lgen.ln 9930Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lgen:= REALPATH=../../lib/llib-lgen 9940Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetutil.ln:= REALPATH=../../lib/llib-linetutil.ln 9950Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetutil:= REALPATH=../../lib/llib-linetutil 9960Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lintl.ln:= REALPATH=../../lib/llib-lintl.ln 9970Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lintl:= REALPATH=../../lib/llib-lintl 9980Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lkstat.ln:= REALPATH=../../lib/llib-lkstat.ln 9990Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lkstat:= REALPATH=../../lib/llib-lkstat 10000Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmd5.ln:= REALPATH=../../lib/llib-lmd5.ln 10010Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmd5:= REALPATH=../../lib/llib-lmd5 10020Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmeta.ln:= REALPATH=../../lib/llib-lmeta.ln 10030Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmeta:= REALPATH=../../lib/llib-lmeta 10040Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnsl.ln:= REALPATH=../../lib/llib-lnsl.ln 10050Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnsl:= REALPATH=../../lib/llib-lnsl 10060Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnvpair.ln:= REALPATH=../../lib/llib-lnvpair.ln 10070Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnvpair:= REALPATH=../../lib/llib-lnvpair 10080Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpam.ln:= REALPATH=../../lib/llib-lpam.ln 10090Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpam:= REALPATH=../../lib/llib-lpam 10100Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lposix4.ln:= REALPATH=../../lib/llib-lrt.ln 10110Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lposix4:= REALPATH=../../lib/llib-lrt 10120Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpthread.ln:= REALPATH=../../lib/llib-lpthread.ln 10130Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpthread:= REALPATH=../../lib/llib-lpthread 10140Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lresolv.ln:= REALPATH=../../lib/llib-lresolv.ln 10150Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lresolv:= REALPATH=../../lib/llib-lresolv 10165655Sth199096$(ROOT)/usr/lib/llib-lrpcsvc.ln:= REALPATH=../../lib/llib-lrpcsvc.ln 10175655Sth199096$(ROOT)/usr/lib/llib-lrpcsvc:= REALPATH=../../lib/llib-lrpcsvc 10180Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrt.ln:= REALPATH=../../lib/llib-lrt.ln 10190Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrt:= REALPATH=../../lib/llib-lrt 10200Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrtld_db.ln:= REALPATH=../../lib/llib-lrtld_db.ln 10210Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrtld_db:= REALPATH=../../lib/llib-lrtld_db 10220Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lscf.ln:= REALPATH=../../lib/llib-lscf.ln 10230Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lscf:= REALPATH=../../lib/llib-lscf 10240Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsec.ln:= REALPATH=../../lib/llib-lsec.ln 10250Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsec:= REALPATH=../../lib/llib-lsec 10260Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsecdb.ln:= REALPATH=../../lib/llib-lsecdb.ln 10270Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsecdb:= REALPATH=../../lib/llib-lsecdb 10280Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsendfile.ln:= REALPATH=../../lib/llib-lsendfile.ln 10290Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsendfile:= REALPATH=../../lib/llib-lsendfile 10300Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsocket.ln:= REALPATH=../../lib/llib-lsocket.ln 10310Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsocket:= REALPATH=../../lib/llib-lsocket 10320Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsysevent.ln:= REALPATH=../../lib/llib-lsysevent.ln 10330Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsysevent:= REALPATH=../../lib/llib-lsysevent 10340Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermcap.ln:= REALPATH=../../lib/llib-lcurses.ln 10350Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermcap:= REALPATH=../../lib/llib-lcurses 10360Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermlib.ln:= REALPATH=../../lib/llib-lcurses.ln 10370Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermlib:= REALPATH=../../lib/llib-lcurses 10380Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread.ln:= REALPATH=../../lib/llib-lthread.ln 10390Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread:= REALPATH=../../lib/llib-lthread 10400Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread_db.ln:= REALPATH=../../lib/llib-lc_db.ln 10410Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread_db:= REALPATH=../../lib/llib-lc_db 10421676Sjpk$(ROOT)/usr/lib/llib-ltsnet.ln:= REALPATH=../../lib/llib-ltsnet.ln 10431676Sjpk$(ROOT)/usr/lib/llib-ltsnet:= REALPATH=../../lib/llib-ltsnet 10441676Sjpk$(ROOT)/usr/lib/llib-ltsol.ln:= REALPATH=../../lib/llib-ltsol.ln 10451676Sjpk$(ROOT)/usr/lib/llib-ltsol:= REALPATH=../../lib/llib-ltsol 10460Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lumem.ln:= REALPATH=../../lib/llib-lumem.ln 10470Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lumem:= REALPATH=../../lib/llib-lumem 10480Sstevel@tonic-gate$(ROOT)/usr/lib/llib-luuid.ln:= REALPATH=../../lib/llib-luuid.ln 10490Sstevel@tonic-gate$(ROOT)/usr/lib/llib-luuid:= REALPATH=../../lib/llib-luuid 10500Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lxnet.ln:= REALPATH=../../lib/llib-lxnet.ln 10510Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lxnet:= REALPATH=../../lib/llib-lxnet 1052998Seschrock$(ROOT)/usr/lib/llib-lzfs.ln:= REALPATH=../../lib/llib-lzfs.ln 1053998Seschrock$(ROOT)/usr/lib/llib-lzfs:= REALPATH=../../lib/llib-lzfs 10540Sstevel@tonic-gate$(ROOT)/usr/lib/nss_compat.so.1:= REALPATH=../../lib/nss_compat.so.1 10550Sstevel@tonic-gate$(ROOT)/usr/lib/nss_dns.so.1:= REALPATH=../../lib/nss_dns.so.1 10560Sstevel@tonic-gate$(ROOT)/usr/lib/nss_files.so.1:= REALPATH=../../lib/nss_files.so.1 10570Sstevel@tonic-gate$(ROOT)/usr/lib/nss_nis.so.1:= REALPATH=../../lib/nss_nis.so.1 10580Sstevel@tonic-gate$(ROOT)/usr/lib/nss_user.so.1:= REALPATH=../../lib/nss_user.so.1 1059*13115SAntonello.Cruz@Sun.COM$(ROOT)/usr/lib/fm/libfmevent.so.1:= REALPATH=../../../lib/fm/libfmevent.so.1 1060*13115SAntonello.Cruz@Sun.COM$(ROOT)/usr/lib/fm/libfmevent.so:= REALPATH=../../../lib/fm/libfmevent.so.1 1061*13115SAntonello.Cruz@Sun.COM$(ROOT)/usr/lib/fm/llib-lfmevent.ln:= REALPATH=../../../lib/fm/llib-lfmevent.ln 1062*13115SAntonello.Cruz@Sun.COM$(ROOT)/usr/lib/fm/llib-lfmevent:= REALPATH=../../../lib/fm/llib-lfmevent 10630Sstevel@tonic-gate 10642248Sraf$(ROOT)/lib/$(MACH64)/libposix4.so.1:= \ 10652248Sraf REALPATH=librt.so.1 10662248Sraf$(ROOT)/lib/$(MACH64)/libposix4.so:= \ 10672248Sraf REALPATH=libposix4.so.1 10682248Sraf$(ROOT)/lib/$(MACH64)/llib-lposix4.ln:= \ 10692248Sraf REALPATH=llib-lrt.ln 10700Sstevel@tonic-gate$(ROOT)/lib/$(MACH64)/libthread_db.so.1:= \ 10710Sstevel@tonic-gate REALPATH=libc_db.so.1 10720Sstevel@tonic-gate$(ROOT)/lib/$(MACH64)/libthread_db.so:= \ 10730Sstevel@tonic-gate REALPATH=libc_db.so.1 10740Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/ld.so.1:= \ 10750Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/ld.so.1 10760Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libadm.so.1:= \ 10770Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libadm.so.1 10780Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libadm.so:= \ 10790Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libadm.so.1 10800Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libaio.so.1:= \ 10810Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libaio.so.1 10820Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libaio.so:= \ 10830Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libaio.so.1 10840Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libavl.so.1:= \ 10850Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libavl.so.1 10860Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libavl.so:= \ 10870Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libavl.so.1 10880Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libbsm.so.1:= \ 10890Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libbsm.so.1 10900Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libbsm.so:= \ 10910Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libbsm.so.1 10920Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc.so.1:= \ 10930Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc.so.1 10940Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc.so:= \ 10950Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc.so.1 10960Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc_db.so.1:= \ 10970Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 10980Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc_db.so:= \ 10990Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 11000Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcmdutils.so.1:= \ 11010Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcmdutils.so.1 11020Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcmdutils.so:= \ 11030Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcmdutils.so.1 11040Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcontract.so.1:= \ 11050Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcontract.so.1 11060Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcontract.so:= \ 11070Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcontract.so.1 11080Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libctf.so.1:= \ 11090Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libctf.so.1 11100Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libctf.so:= \ 11110Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libctf.so.1 11120Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcurses.so.1:= \ 11130Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 11140Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcurses.so:= \ 11150Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 11160Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevice.so.1:= \ 11170Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevice.so.1 11180Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevice.so:= \ 11190Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevice.so.1 11200Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevid.so.1:= \ 11210Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevid.so.1 11220Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevid.so:= \ 11230Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevid.so.1 11240Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevinfo.so.1:= \ 11250Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevinfo.so.1 11260Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevinfo.so:= \ 11270Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdevinfo.so.1 11280Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdl.so.1:= \ 11290Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdl.so.1 11300Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdl.so:= \ 11310Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdl.so.1 11323874Sss150715$(ROOT)/usr/lib/$(MACH64)/libdlpi.so.1:= \ 11333874Sss150715 REALPATH=../../../lib/$(MACH64)/libdlpi.so.1 11343874Sss150715$(ROOT)/usr/lib/$(MACH64)/libdlpi.so:= \ 11353874Sss150715 REALPATH=../../../lib/$(MACH64)/libdlpi.so.1 11360Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdoor.so.1:= \ 11370Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdoor.so.1 11380Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdoor.so:= \ 11390Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libdoor.so.1 11400Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libefi.so.1:= \ 11410Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libefi.so.1 11420Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libefi.so:= \ 11430Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libefi.so.1 11440Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libelf.so.1:= \ 11450Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libelf.so.1 11460Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libelf.so:= \ 11470Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libelf.so.1 11480Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libgen.so.1:= \ 11490Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libgen.so.1 11500Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libgen.so:= \ 11510Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libgen.so.1 11520Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libinetutil.so.1:= \ 11530Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libinetutil.so.1 11540Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libinetutil.so:= \ 11550Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libinetutil.so.1 11560Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libintl.so.1:= \ 11570Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libintl.so.1 11580Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libintl.so:= \ 11590Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libintl.so.1 11600Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libkstat.so.1:= \ 11610Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libkstat.so.1 11620Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libkstat.so:= \ 11630Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libkstat.so.1 11640Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/liblddbg.so.4:= \ 11650Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/liblddbg.so.4 11661694Sdarrenm$(ROOT)/usr/lib/$(MACH64)/libmd.so.1:= \ 11671694Sdarrenm REALPATH=../../../lib/$(MACH64)/libmd.so.1 11681694Sdarrenm$(ROOT)/usr/lib/$(MACH64)/libmd.so:= \ 11691694Sdarrenm REALPATH=../../../lib/$(MACH64)/libmd.so.1 11700Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmd5.so.1:= \ 11710Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmd5.so.1 11720Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmd5.so:= \ 11730Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmd5.so.1 11740Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmp.so.2:= \ 11750Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmp.so.2 11760Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmp.so:= \ 11770Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libmp.so.2 11780Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnsl.so.1:= \ 11790Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnsl.so.1 11800Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnsl.so:= \ 11810Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnsl.so.1 11820Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnvpair.so.1:= \ 11830Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnvpair.so.1 11840Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnvpair.so:= \ 11850Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libnvpair.so.1 11860Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpam.so.1:= \ 11870Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpam.so.1 11880Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpam.so:= \ 11890Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpam.so.1 11900Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libposix4.so.1:= \ 11910Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 11920Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libposix4.so:= \ 11930Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 11940Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libproc.so.1:= \ 11950Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libproc.so.1 11960Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libproc.so:= \ 11970Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libproc.so.1 11980Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpthread.so.1:= \ 11990Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpthread.so.1 12000Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpthread.so:= \ 12010Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libpthread.so.1 12025895Syz147064$(ROOT)/usr/lib/$(MACH64)/librcm.so.1:= \ 12035895Syz147064 REALPATH=../../../lib/$(MACH64)/librcm.so.1 12045895Syz147064$(ROOT)/usr/lib/$(MACH64)/librcm.so:= \ 12055895Syz147064 REALPATH=../../../lib/$(MACH64)/librcm.so.1 12060Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libresolv.so.2:= \ 12070Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libresolv.so.2 12080Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libresolv.so:= \ 12090Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libresolv.so.2 12100Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librestart.so.1:= \ 12110Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librestart.so.1 12120Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librestart.so:= \ 12130Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librestart.so.1 12140Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librpcsvc.so.1:= \ 12150Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librpcsvc.so.1 12160Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librpcsvc.so:= \ 12170Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librpcsvc.so.1 12180Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librt.so.1:= \ 12190Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 12200Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librt.so:= \ 12210Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librt.so.1 12220Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld.so.1:= \ 12230Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librtld.so.1 12240Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld_db.so.1:= \ 12250Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librtld_db.so.1 12260Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld_db.so:= \ 12270Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/librtld_db.so.1 12280Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libscf.so.1:= \ 12290Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libscf.so.1 12300Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libscf.so:= \ 12310Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libscf.so.1 12320Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsec.so.1:= \ 12330Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsec.so.1 12340Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsec.so:= \ 12350Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsec.so.1 12360Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsecdb.so.1:= \ 12370Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsecdb.so.1 12380Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsecdb.so:= \ 12390Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsecdb.so.1 12400Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsendfile.so.1:= \ 12410Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsendfile.so.1 12420Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsendfile.so:= \ 12430Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsendfile.so.1 12440Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsocket.so.1:= \ 12450Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsocket.so.1 12460Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsocket.so:= \ 12470Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsocket.so.1 12480Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsysevent.so.1:= \ 12490Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsysevent.so.1 12500Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsysevent.so:= \ 12510Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libsysevent.so.1 12520Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermcap.so.1:= \ 12530Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12540Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermcap.so:= \ 12550Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12560Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermlib.so.1:= \ 12570Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12580Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermlib.so:= \ 12590Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libcurses.so.1 12600Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread.so.1:= \ 12610Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libthread.so.1 12620Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread.so:= \ 12630Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libthread.so.1 12640Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread_db.so.1:= \ 12650Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 12660Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread_db.so:= \ 12670Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libc_db.so.1 12681676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsnet.so.1:= \ 12691676Sjpk REALPATH=../../../lib/$(MACH64)/libtsnet.so.1 12701676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsnet.so:= \ 12711676Sjpk REALPATH=../../../lib/$(MACH64)/libtsnet.so.1 12721676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsol.so.2:= \ 12731676Sjpk REALPATH=../../../lib/$(MACH64)/libtsol.so.2 12741676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsol.so:= \ 12751676Sjpk REALPATH=../../../lib/$(MACH64)/libtsol.so.2 12760Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libumem.so.1:= \ 12770Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libumem.so.1 12780Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libumem.so:= \ 12790Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libumem.so.1 12800Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuuid.so.1:= \ 12810Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuuid.so.1 12820Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuuid.so:= \ 12830Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuuid.so.1 12840Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuutil.so.1:= \ 12850Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuutil.so.1 12860Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuutil.so:= \ 12870Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libuutil.so.1 12880Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libw.so.1:= \ 12890Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libw.so.1 12900Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libw.so:= \ 12910Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libw.so.1 12920Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libxnet.so.1:= \ 12930Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libxnet.so.1 12940Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libxnet.so:= \ 12950Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/libxnet.so.1 1296998Seschrock$(ROOT)/usr/lib/$(MACH64)/libzfs.so:= \ 1297998Seschrock REALPATH=../../../lib/$(MACH64)/libzfs.so.1 1298998Seschrock$(ROOT)/usr/lib/$(MACH64)/libzfs.so.1:= \ 1299998Seschrock REALPATH=../../../lib/$(MACH64)/libzfs.so.1 130011006SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/$(MACH64)/libfdisk.so.1:= \ 130111006SSheshadri.Vasudevan@Sun.COM REALPATH=../../../lib/$(MACH64)/libfdisk.so.1 130211006SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/$(MACH64)/libfdisk.so:= \ 130311006SSheshadri.Vasudevan@Sun.COM REALPATH=../../../lib/$(MACH64)/libfdisk.so.1 13040Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ladm.ln:= \ 13050Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ladm.ln 13060Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-laio.ln:= \ 13070Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-laio.ln 13080Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lavl.ln:= \ 13090Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lavl.ln 13100Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lbsm.ln:= \ 13110Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lbsm.ln 13120Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lc.ln:= \ 13130Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lc.ln 13140Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcmdutils.ln:= \ 13150Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcmdutils.ln 13160Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcontract.ln:= \ 13170Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcontract.ln 13180Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lctf.ln:= \ 13190Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lctf.ln 13200Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcurses.ln:= \ 13210Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln 13220Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcurses:= \ 13230Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses 13240Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevice.ln:= \ 13250Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldevice.ln 13260Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevid.ln:= \ 13270Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldevid.ln 13280Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevinfo.ln:= \ 13290Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldevinfo.ln 13300Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldl.ln:= \ 13310Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldl.ln 13320Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldoor.ln:= \ 13330Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-ldoor.ln 13340Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lefi.ln:= \ 13350Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lefi.ln 13360Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lelf.ln:= \ 13370Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lelf.ln 13380Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lgen.ln:= \ 13390Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lgen.ln 13400Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-linetutil.ln:= \ 13410Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-linetutil.ln 13420Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lintl.ln:= \ 13430Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lintl.ln 13440Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lkstat.ln:= \ 13450Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lkstat.ln 13460Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lmd5.ln:= \ 13470Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lmd5.ln 13480Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lnsl.ln:= \ 13490Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lnsl.ln 13500Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lnvpair.ln:= \ 13510Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lnvpair.ln 13520Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lpam.ln:= \ 13530Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lpam.ln 13540Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lposix4.ln:= \ 13550Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lrt.ln 13560Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lpthread.ln:= \ 13570Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lpthread.ln 13580Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lresolv.ln:= \ 13590Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lresolv.ln 13605655Sth199096$(ROOT)/usr/lib/$(MACH64)/llib-lrpcsvc.ln:= \ 13615655Sth199096 REALPATH=../../../lib/$(MACH64)/llib-lrpcsvc.ln 13620Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lrt.ln:= \ 13630Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lrt.ln 13640Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lrtld_db.ln:= \ 13650Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lrtld_db.ln 13660Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lscf.ln:= \ 13670Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lscf.ln 13680Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsec.ln:= \ 13690Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsec.ln 13700Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsecdb.ln:= \ 13710Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsecdb.ln 13720Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsendfile.ln:= \ 13730Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsendfile.ln 13740Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsocket.ln:= \ 13750Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsocket.ln 13760Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsysevent.ln:= \ 13770Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lsysevent.ln 13780Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermcap.ln:= \ 13790Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln 13800Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermcap:= \ 13810Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses 13820Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermlib.ln:= \ 13830Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln 13840Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermlib:= \ 13850Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lcurses 13860Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lthread.ln:= \ 13870Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lthread.ln 13880Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lthread_db.ln:= \ 13890Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lc_db.ln 13901676Sjpk$(ROOT)/usr/lib/$(MACH64)/llib-ltsnet.ln:= \ 13911676Sjpk REALPATH=../../../lib/$(MACH64)/llib-ltsnet.ln 13921676Sjpk$(ROOT)/usr/lib/$(MACH64)/llib-ltsol.ln:= \ 13931676Sjpk REALPATH=../../../lib/$(MACH64)/llib-ltsol.ln 13940Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lumem.ln:= \ 13950Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lumem.ln 13960Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-luuid.ln:= \ 13970Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-luuid.ln 13980Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lxnet.ln:= \ 13990Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/llib-lxnet.ln 1400998Seschrock$(ROOT)/usr/lib/$(MACH64)/llib-lzfs.ln:= \ 1401998Seschrock REALPATH=../../../lib/$(MACH64)/llib-lzfs.ln 140211006SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/$(MACH64)/llib-lfdisk.ln:= \ 140311006SSheshadri.Vasudevan@Sun.COM REALPATH=../../../lib/$(MACH64)/llib-lfdisk.ln 14040Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_compat.so.1:= \ 14050Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_compat.so.1 14060Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_dns.so.1:= \ 14070Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_dns.so.1 14080Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_files.so.1:= \ 14090Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_files.so.1 14100Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_nis.so.1:= \ 14110Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_nis.so.1 14120Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_user.so.1:= \ 14130Sstevel@tonic-gate REALPATH=../../../lib/$(MACH64)/nss_user.so.1 1414*13115SAntonello.Cruz@Sun.COM$(ROOT)/usr/lib/fm/$(MACH64)/libfmevent.so.1:= \ 1415*13115SAntonello.Cruz@Sun.COM REALPATH=../../../../lib/fm/$(MACH64)/libfmevent.so.1 1416*13115SAntonello.Cruz@Sun.COM$(ROOT)/usr/lib/fm/$(MACH64)/libfmevent.so:= \ 1417*13115SAntonello.Cruz@Sun.COM REALPATH=../../../../lib/fm/$(MACH64)/libfmevent.so.1 1418*13115SAntonello.Cruz@Sun.COM$(ROOT)/usr/lib/fm/$(MACH64)/llib-lfmevent.ln:= \ 1419*13115SAntonello.Cruz@Sun.COM REALPATH=../../../../lib/fm/$(MACH64)/llib-lfmevent.ln 14200Sstevel@tonic-gate 142110021SSheshadri.Vasudevan@Sun.COMi386_SYM.USRLIB= \ 142210021SSheshadri.Vasudevan@Sun.COM /usr/lib/libfdisk.so \ 142310021SSheshadri.Vasudevan@Sun.COM /usr/lib/libfdisk.so.1 \ 142410021SSheshadri.Vasudevan@Sun.COM /usr/lib/llib-lfdisk \ 142510021SSheshadri.Vasudevan@Sun.COM /usr/lib/llib-lfdisk.ln 142610021SSheshadri.Vasudevan@Sun.COM 14270Sstevel@tonic-gateSYM.USRLIB= \ 142810021SSheshadri.Vasudevan@Sun.COM $($(MACH)_SYM.USRLIB) \ 14292248Sraf /lib/libposix4.so \ 14302248Sraf /lib/libposix4.so.1 \ 14312248Sraf /lib/llib-lposix4 \ 14322248Sraf /lib/llib-lposix4.ln \ 14330Sstevel@tonic-gate /lib/libthread_db.so \ 14340Sstevel@tonic-gate /lib/libthread_db.so.1 \ 14350Sstevel@tonic-gate /usr/lib/ld.so.1 \ 14360Sstevel@tonic-gate /usr/lib/libadm.so \ 14370Sstevel@tonic-gate /usr/lib/libadm.so.1 \ 14380Sstevel@tonic-gate /usr/lib/libaio.so \ 14390Sstevel@tonic-gate /usr/lib/libaio.so.1 \ 14400Sstevel@tonic-gate /usr/lib/libavl.so \ 14410Sstevel@tonic-gate /usr/lib/libavl.so.1 \ 14420Sstevel@tonic-gate /usr/lib/libbsm.so \ 14430Sstevel@tonic-gate /usr/lib/libbsm.so.1 \ 14440Sstevel@tonic-gate /usr/lib/libc.so \ 14450Sstevel@tonic-gate /usr/lib/libc.so.1 \ 14460Sstevel@tonic-gate /usr/lib/libc_db.so \ 14470Sstevel@tonic-gate /usr/lib/libc_db.so.1 \ 14480Sstevel@tonic-gate /usr/lib/libcmdutils.so \ 14490Sstevel@tonic-gate /usr/lib/libcmdutils.so.1 \ 14500Sstevel@tonic-gate /usr/lib/libcontract.so \ 14510Sstevel@tonic-gate /usr/lib/libcontract.so.1 \ 14520Sstevel@tonic-gate /usr/lib/libctf.so \ 14530Sstevel@tonic-gate /usr/lib/libctf.so.1 \ 14540Sstevel@tonic-gate /usr/lib/libcurses.so \ 14550Sstevel@tonic-gate /usr/lib/libcurses.so.1 \ 14560Sstevel@tonic-gate /usr/lib/libdevice.so \ 14570Sstevel@tonic-gate /usr/lib/libdevice.so.1 \ 14580Sstevel@tonic-gate /usr/lib/libdevid.so \ 14590Sstevel@tonic-gate /usr/lib/libdevid.so.1 \ 14600Sstevel@tonic-gate /usr/lib/libdevinfo.so \ 14610Sstevel@tonic-gate /usr/lib/libdevinfo.so.1 \ 14620Sstevel@tonic-gate /usr/lib/libdhcpagent.so \ 14630Sstevel@tonic-gate /usr/lib/libdhcpagent.so.1 \ 14640Sstevel@tonic-gate /usr/lib/libdhcputil.so \ 14650Sstevel@tonic-gate /usr/lib/libdhcputil.so.1 \ 14660Sstevel@tonic-gate /usr/lib/libdl.so \ 14670Sstevel@tonic-gate /usr/lib/libdl.so.1 \ 14683874Sss150715 /usr/lib/libdlpi.so \ 14693874Sss150715 /usr/lib/libdlpi.so.1 \ 14700Sstevel@tonic-gate /usr/lib/libdoor.so \ 14710Sstevel@tonic-gate /usr/lib/libdoor.so.1 \ 14720Sstevel@tonic-gate /usr/lib/libefi.so \ 14730Sstevel@tonic-gate /usr/lib/libefi.so.1 \ 14740Sstevel@tonic-gate /usr/lib/libelf.so \ 14750Sstevel@tonic-gate /usr/lib/libelf.so.1 \ 14760Sstevel@tonic-gate /usr/lib/libgen.so \ 14770Sstevel@tonic-gate /usr/lib/libgen.so.1 \ 14780Sstevel@tonic-gate /usr/lib/libinetutil.so \ 14790Sstevel@tonic-gate /usr/lib/libinetutil.so.1 \ 14800Sstevel@tonic-gate /usr/lib/libintl.so \ 14810Sstevel@tonic-gate /usr/lib/libintl.so.1 \ 14820Sstevel@tonic-gate /usr/lib/libkstat.so \ 14830Sstevel@tonic-gate /usr/lib/libkstat.so.1 \ 14840Sstevel@tonic-gate /usr/lib/liblddbg.so.4 \ 14851694Sdarrenm /usr/lib/libmd.so \ 14861694Sdarrenm /usr/lib/libmd.so.1 \ 14870Sstevel@tonic-gate /usr/lib/libmd5.so \ 14880Sstevel@tonic-gate /usr/lib/libmd5.so.1 \ 14890Sstevel@tonic-gate /usr/lib/libmeta.so \ 14900Sstevel@tonic-gate /usr/lib/libmeta.so.1 \ 14910Sstevel@tonic-gate /usr/lib/libmp.so \ 14920Sstevel@tonic-gate /usr/lib/libmp.so.1 \ 14930Sstevel@tonic-gate /usr/lib/libmp.so.2 \ 14940Sstevel@tonic-gate /usr/lib/libnsl.so \ 14950Sstevel@tonic-gate /usr/lib/libnsl.so.1 \ 14960Sstevel@tonic-gate /usr/lib/libnvpair.so \ 14970Sstevel@tonic-gate /usr/lib/libnvpair.so.1 \ 14980Sstevel@tonic-gate /usr/lib/libpam.so \ 14990Sstevel@tonic-gate /usr/lib/libpam.so.1 \ 15000Sstevel@tonic-gate /usr/lib/libposix4.so \ 15010Sstevel@tonic-gate /usr/lib/libposix4.so.1 \ 15020Sstevel@tonic-gate /usr/lib/libproc.so \ 15030Sstevel@tonic-gate /usr/lib/libproc.so.1 \ 15040Sstevel@tonic-gate /usr/lib/libpthread.so \ 15050Sstevel@tonic-gate /usr/lib/libpthread.so.1 \ 15065895Syz147064 /usr/lib/librcm.so \ 15075895Syz147064 /usr/lib/librcm.so.1 \ 15080Sstevel@tonic-gate /usr/lib/libresolv.so \ 15090Sstevel@tonic-gate /usr/lib/libresolv.so.1 \ 15100Sstevel@tonic-gate /usr/lib/libresolv.so.2 \ 15110Sstevel@tonic-gate /usr/lib/librestart.so \ 15120Sstevel@tonic-gate /usr/lib/librestart.so.1 \ 15130Sstevel@tonic-gate /usr/lib/librpcsvc.so \ 15140Sstevel@tonic-gate /usr/lib/librpcsvc.so.1 \ 15150Sstevel@tonic-gate /usr/lib/librt.so \ 15160Sstevel@tonic-gate /usr/lib/librt.so.1 \ 15170Sstevel@tonic-gate /usr/lib/librtld.so.1 \ 15180Sstevel@tonic-gate /usr/lib/librtld_db.so \ 15190Sstevel@tonic-gate /usr/lib/librtld_db.so.1 \ 15200Sstevel@tonic-gate /usr/lib/libscf.so \ 15210Sstevel@tonic-gate /usr/lib/libscf.so.1 \ 15220Sstevel@tonic-gate /usr/lib/libsec.so \ 15230Sstevel@tonic-gate /usr/lib/libsec.so.1 \ 15240Sstevel@tonic-gate /usr/lib/libsecdb.so \ 15250Sstevel@tonic-gate /usr/lib/libsecdb.so.1 \ 15260Sstevel@tonic-gate /usr/lib/libsendfile.so \ 15270Sstevel@tonic-gate /usr/lib/libsendfile.so.1 \ 15280Sstevel@tonic-gate /usr/lib/libsocket.so \ 15290Sstevel@tonic-gate /usr/lib/libsocket.so.1 \ 15301676Sjpk /usr/lib/libsysevent.so \ 15311676Sjpk /usr/lib/libsysevent.so.1 \ 15320Sstevel@tonic-gate /usr/lib/libtermcap.so \ 15330Sstevel@tonic-gate /usr/lib/libtermcap.so.1 \ 15340Sstevel@tonic-gate /usr/lib/libtermlib.so \ 15350Sstevel@tonic-gate /usr/lib/libtermlib.so.1 \ 15360Sstevel@tonic-gate /usr/lib/libthread.so \ 15370Sstevel@tonic-gate /usr/lib/libthread.so.1 \ 15380Sstevel@tonic-gate /usr/lib/libthread_db.so \ 15390Sstevel@tonic-gate /usr/lib/libthread_db.so.1 \ 15401676Sjpk /usr/lib/libtsnet.so \ 15411676Sjpk /usr/lib/libtsnet.so.1 \ 15421676Sjpk /usr/lib/libtsol.so \ 15431676Sjpk /usr/lib/libtsol.so.2 \ 15440Sstevel@tonic-gate /usr/lib/libumem.so \ 15450Sstevel@tonic-gate /usr/lib/libumem.so.1 \ 15460Sstevel@tonic-gate /usr/lib/libuuid.so \ 15470Sstevel@tonic-gate /usr/lib/libuuid.so.1 \ 15480Sstevel@tonic-gate /usr/lib/libuutil.so \ 15490Sstevel@tonic-gate /usr/lib/libuutil.so.1 \ 15500Sstevel@tonic-gate /usr/lib/libw.so \ 15510Sstevel@tonic-gate /usr/lib/libw.so.1 \ 15520Sstevel@tonic-gate /usr/lib/libxnet.so \ 15530Sstevel@tonic-gate /usr/lib/libxnet.so.1 \ 1554998Seschrock /usr/lib/libzfs.so \ 1555998Seschrock /usr/lib/libzfs.so.1 \ 15560Sstevel@tonic-gate /usr/lib/llib-ladm \ 15570Sstevel@tonic-gate /usr/lib/llib-ladm.ln \ 15580Sstevel@tonic-gate /usr/lib/llib-laio \ 15590Sstevel@tonic-gate /usr/lib/llib-laio.ln \ 15600Sstevel@tonic-gate /usr/lib/llib-lavl \ 15610Sstevel@tonic-gate /usr/lib/llib-lavl.ln \ 15620Sstevel@tonic-gate /usr/lib/llib-lbsm \ 15630Sstevel@tonic-gate /usr/lib/llib-lbsm.ln \ 15640Sstevel@tonic-gate /usr/lib/llib-lc \ 15650Sstevel@tonic-gate /usr/lib/llib-lc.ln \ 15660Sstevel@tonic-gate /usr/lib/llib-lcmdutils \ 15670Sstevel@tonic-gate /usr/lib/llib-lcmdutils.ln \ 15680Sstevel@tonic-gate /usr/lib/llib-lcontract \ 15690Sstevel@tonic-gate /usr/lib/llib-lcontract.ln \ 15700Sstevel@tonic-gate /usr/lib/llib-lctf \ 15710Sstevel@tonic-gate /usr/lib/llib-lctf.ln \ 15720Sstevel@tonic-gate /usr/lib/llib-lcurses \ 15730Sstevel@tonic-gate /usr/lib/llib-lcurses.ln \ 15740Sstevel@tonic-gate /usr/lib/llib-ldevice \ 15750Sstevel@tonic-gate /usr/lib/llib-ldevice.ln \ 15760Sstevel@tonic-gate /usr/lib/llib-ldevid \ 15770Sstevel@tonic-gate /usr/lib/llib-ldevid.ln \ 15780Sstevel@tonic-gate /usr/lib/llib-ldevinfo \ 15790Sstevel@tonic-gate /usr/lib/llib-ldevinfo.ln \ 15800Sstevel@tonic-gate /usr/lib/llib-ldhcpagent \ 15810Sstevel@tonic-gate /usr/lib/llib-ldhcpagent.ln \ 15820Sstevel@tonic-gate /usr/lib/llib-ldhcputil \ 15830Sstevel@tonic-gate /usr/lib/llib-ldhcputil.ln \ 15840Sstevel@tonic-gate /usr/lib/llib-ldl \ 15850Sstevel@tonic-gate /usr/lib/llib-ldl.ln \ 15860Sstevel@tonic-gate /usr/lib/llib-ldoor \ 15870Sstevel@tonic-gate /usr/lib/llib-ldoor.ln \ 15880Sstevel@tonic-gate /usr/lib/llib-lefi \ 15890Sstevel@tonic-gate /usr/lib/llib-lefi.ln \ 15900Sstevel@tonic-gate /usr/lib/llib-lelf \ 15910Sstevel@tonic-gate /usr/lib/llib-lelf.ln \ 15920Sstevel@tonic-gate /usr/lib/llib-lgen \ 15930Sstevel@tonic-gate /usr/lib/llib-lgen.ln \ 15940Sstevel@tonic-gate /usr/lib/llib-linetutil \ 15950Sstevel@tonic-gate /usr/lib/llib-linetutil.ln \ 15960Sstevel@tonic-gate /usr/lib/llib-lintl \ 15970Sstevel@tonic-gate /usr/lib/llib-lintl.ln \ 15980Sstevel@tonic-gate /usr/lib/llib-lkstat \ 15990Sstevel@tonic-gate /usr/lib/llib-lkstat.ln \ 16000Sstevel@tonic-gate /usr/lib/llib-lmd5 \ 16010Sstevel@tonic-gate /usr/lib/llib-lmd5.ln \ 16020Sstevel@tonic-gate /usr/lib/llib-lmeta \ 16030Sstevel@tonic-gate /usr/lib/llib-lmeta.ln \ 16040Sstevel@tonic-gate /usr/lib/llib-lnsl \ 16050Sstevel@tonic-gate /usr/lib/llib-lnsl.ln \ 16060Sstevel@tonic-gate /usr/lib/llib-lnvpair \ 16070Sstevel@tonic-gate /usr/lib/llib-lnvpair.ln \ 16080Sstevel@tonic-gate /usr/lib/llib-lpam \ 16090Sstevel@tonic-gate /usr/lib/llib-lpam.ln \ 16100Sstevel@tonic-gate /usr/lib/llib-lposix4 \ 16110Sstevel@tonic-gate /usr/lib/llib-lposix4.ln \ 16120Sstevel@tonic-gate /usr/lib/llib-lpthread \ 16130Sstevel@tonic-gate /usr/lib/llib-lpthread.ln \ 16140Sstevel@tonic-gate /usr/lib/llib-lresolv \ 16150Sstevel@tonic-gate /usr/lib/llib-lresolv.ln \ 16165655Sth199096 /usr/lib/llib-lrpcsvc \ 16175655Sth199096 /usr/lib/llib-lrpcsvc.ln \ 16180Sstevel@tonic-gate /usr/lib/llib-lrt \ 16190Sstevel@tonic-gate /usr/lib/llib-lrt.ln \ 16200Sstevel@tonic-gate /usr/lib/llib-lrtld_db \ 16210Sstevel@tonic-gate /usr/lib/llib-lrtld_db.ln \ 16220Sstevel@tonic-gate /usr/lib/llib-lscf \ 16230Sstevel@tonic-gate /usr/lib/llib-lscf.ln \ 16240Sstevel@tonic-gate /usr/lib/llib-lsec \ 16250Sstevel@tonic-gate /usr/lib/llib-lsec.ln \ 16260Sstevel@tonic-gate /usr/lib/llib-lsecdb \ 16270Sstevel@tonic-gate /usr/lib/llib-lsecdb.ln \ 16280Sstevel@tonic-gate /usr/lib/llib-lsendfile \ 16290Sstevel@tonic-gate /usr/lib/llib-lsendfile.ln \ 16300Sstevel@tonic-gate /usr/lib/llib-lsocket \ 16310Sstevel@tonic-gate /usr/lib/llib-lsocket.ln \ 16320Sstevel@tonic-gate /usr/lib/llib-lsysevent \ 16330Sstevel@tonic-gate /usr/lib/llib-lsysevent.ln \ 16340Sstevel@tonic-gate /usr/lib/llib-ltermcap \ 16350Sstevel@tonic-gate /usr/lib/llib-ltermcap.ln \ 16360Sstevel@tonic-gate /usr/lib/llib-ltermlib \ 16370Sstevel@tonic-gate /usr/lib/llib-ltermlib.ln \ 16380Sstevel@tonic-gate /usr/lib/llib-lthread \ 16390Sstevel@tonic-gate /usr/lib/llib-lthread.ln \ 16400Sstevel@tonic-gate /usr/lib/llib-lthread_db \ 16410Sstevel@tonic-gate /usr/lib/llib-lthread_db.ln \ 16421676Sjpk /usr/lib/llib-ltsnet \ 16431676Sjpk /usr/lib/llib-ltsnet.ln \ 16441676Sjpk /usr/lib/llib-ltsol \ 16451676Sjpk /usr/lib/llib-ltsol.ln \ 16460Sstevel@tonic-gate /usr/lib/llib-lumem \ 16470Sstevel@tonic-gate /usr/lib/llib-lumem.ln \ 16480Sstevel@tonic-gate /usr/lib/llib-luuid \ 16490Sstevel@tonic-gate /usr/lib/llib-luuid.ln \ 16500Sstevel@tonic-gate /usr/lib/llib-lxnet \ 16510Sstevel@tonic-gate /usr/lib/llib-lxnet.ln \ 1652998Seschrock /usr/lib/llib-lzfs \ 1653998Seschrock /usr/lib/llib-lzfs.ln \ 16540Sstevel@tonic-gate /usr/lib/nss_compat.so.1 \ 16550Sstevel@tonic-gate /usr/lib/nss_dns.so.1 \ 16560Sstevel@tonic-gate /usr/lib/nss_files.so.1 \ 16570Sstevel@tonic-gate /usr/lib/nss_nis.so.1 \ 1658*13115SAntonello.Cruz@Sun.COM /usr/lib/nss_user.so.1 \ 1659*13115SAntonello.Cruz@Sun.COM /usr/lib/fm/libfmevent.so \ 1660*13115SAntonello.Cruz@Sun.COM /usr/lib/fm/libfmevent.so.1 \ 1661*13115SAntonello.Cruz@Sun.COM /usr/lib/fm/llib-lfmevent \ 1662*13115SAntonello.Cruz@Sun.COM /usr/lib/fm/llib-lfmevent.ln 16630Sstevel@tonic-gate 16644761Skm84432sparcv9_SYM.USRLIB64= 16650Sstevel@tonic-gate 166611006SSheshadri.Vasudevan@Sun.COMamd64_SYM.USRLIB64= \ 166711006SSheshadri.Vasudevan@Sun.COM /usr/lib/amd64/libfdisk.so \ 166811006SSheshadri.Vasudevan@Sun.COM /usr/lib/amd64/libfdisk.so.1 \ 166911006SSheshadri.Vasudevan@Sun.COM /usr/lib/amd64/llib-lfdisk.ln 167011006SSheshadri.Vasudevan@Sun.COM 16710Sstevel@tonic-gate 16720Sstevel@tonic-gateSYM.USRLIB64= \ 16730Sstevel@tonic-gate $($(MACH64)_SYM.USRLIB64) \ 16742248Sraf /lib/$(MACH64)/libposix4.so \ 16752248Sraf /lib/$(MACH64)/libposix4.so.1 \ 16762248Sraf /lib/$(MACH64)/llib-lposix4.ln \ 16770Sstevel@tonic-gate /lib/$(MACH64)/libthread_db.so \ 16780Sstevel@tonic-gate /lib/$(MACH64)/libthread_db.so.1 \ 16790Sstevel@tonic-gate /usr/lib/$(MACH64)/ld.so.1 \ 16800Sstevel@tonic-gate /usr/lib/$(MACH64)/libadm.so \ 16810Sstevel@tonic-gate /usr/lib/$(MACH64)/libadm.so.1 \ 16820Sstevel@tonic-gate /usr/lib/$(MACH64)/libaio.so \ 16830Sstevel@tonic-gate /usr/lib/$(MACH64)/libaio.so.1 \ 16840Sstevel@tonic-gate /usr/lib/$(MACH64)/libavl.so \ 16850Sstevel@tonic-gate /usr/lib/$(MACH64)/libavl.so.1 \ 16860Sstevel@tonic-gate /usr/lib/$(MACH64)/libbsm.so \ 16870Sstevel@tonic-gate /usr/lib/$(MACH64)/libbsm.so.1 \ 16880Sstevel@tonic-gate /usr/lib/$(MACH64)/libc.so \ 16890Sstevel@tonic-gate /usr/lib/$(MACH64)/libc.so.1 \ 16900Sstevel@tonic-gate /usr/lib/$(MACH64)/libc_db.so \ 16910Sstevel@tonic-gate /usr/lib/$(MACH64)/libc_db.so.1 \ 16920Sstevel@tonic-gate /usr/lib/$(MACH64)/libcmdutils.so \ 16930Sstevel@tonic-gate /usr/lib/$(MACH64)/libcmdutils.so.1 \ 16940Sstevel@tonic-gate /usr/lib/$(MACH64)/libcontract.so \ 16950Sstevel@tonic-gate /usr/lib/$(MACH64)/libcontract.so.1 \ 16960Sstevel@tonic-gate /usr/lib/$(MACH64)/libctf.so \ 16970Sstevel@tonic-gate /usr/lib/$(MACH64)/libctf.so.1 \ 16980Sstevel@tonic-gate /usr/lib/$(MACH64)/libcurses.so \ 16990Sstevel@tonic-gate /usr/lib/$(MACH64)/libcurses.so.1 \ 17000Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevice.so \ 17010Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevice.so.1 \ 17020Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevid.so \ 17030Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevid.so.1 \ 17040Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevinfo.so \ 17050Sstevel@tonic-gate /usr/lib/$(MACH64)/libdevinfo.so.1 \ 17060Sstevel@tonic-gate /usr/lib/$(MACH64)/libdl.so \ 17070Sstevel@tonic-gate /usr/lib/$(MACH64)/libdl.so.1 \ 17083874Sss150715 /usr/lib/$(MACH64)/libdlpi.so \ 17093874Sss150715 /usr/lib/$(MACH64)/libdlpi.so.1 \ 17100Sstevel@tonic-gate /usr/lib/$(MACH64)/libdoor.so \ 17110Sstevel@tonic-gate /usr/lib/$(MACH64)/libdoor.so.1 \ 17120Sstevel@tonic-gate /usr/lib/$(MACH64)/libefi.so \ 17130Sstevel@tonic-gate /usr/lib/$(MACH64)/libefi.so.1 \ 17140Sstevel@tonic-gate /usr/lib/$(MACH64)/libelf.so \ 17150Sstevel@tonic-gate /usr/lib/$(MACH64)/libelf.so.1 \ 17160Sstevel@tonic-gate /usr/lib/$(MACH64)/libgen.so \ 17170Sstevel@tonic-gate /usr/lib/$(MACH64)/libgen.so.1 \ 17180Sstevel@tonic-gate /usr/lib/$(MACH64)/libinetutil.so \ 17190Sstevel@tonic-gate /usr/lib/$(MACH64)/libinetutil.so.1 \ 17200Sstevel@tonic-gate /usr/lib/$(MACH64)/libintl.so \ 17210Sstevel@tonic-gate /usr/lib/$(MACH64)/libintl.so.1 \ 17220Sstevel@tonic-gate /usr/lib/$(MACH64)/libkstat.so \ 17230Sstevel@tonic-gate /usr/lib/$(MACH64)/libkstat.so.1 \ 17240Sstevel@tonic-gate /usr/lib/$(MACH64)/liblddbg.so.4 \ 17251694Sdarrenm /usr/lib/$(MACH64)/libmd.so \ 17261694Sdarrenm /usr/lib/$(MACH64)/libmd.so.1 \ 17270Sstevel@tonic-gate /usr/lib/$(MACH64)/libmd5.so \ 17280Sstevel@tonic-gate /usr/lib/$(MACH64)/libmd5.so.1 \ 17290Sstevel@tonic-gate /usr/lib/$(MACH64)/libmp.so \ 17300Sstevel@tonic-gate /usr/lib/$(MACH64)/libmp.so.2 \ 17310Sstevel@tonic-gate /usr/lib/$(MACH64)/libnsl.so \ 17320Sstevel@tonic-gate /usr/lib/$(MACH64)/libnsl.so.1 \ 17330Sstevel@tonic-gate /usr/lib/$(MACH64)/libnvpair.so \ 17340Sstevel@tonic-gate /usr/lib/$(MACH64)/libnvpair.so.1 \ 17350Sstevel@tonic-gate /usr/lib/$(MACH64)/libpam.so \ 17360Sstevel@tonic-gate /usr/lib/$(MACH64)/libpam.so.1 \ 17370Sstevel@tonic-gate /usr/lib/$(MACH64)/libposix4.so \ 17380Sstevel@tonic-gate /usr/lib/$(MACH64)/libposix4.so.1 \ 17390Sstevel@tonic-gate /usr/lib/$(MACH64)/libproc.so \ 17400Sstevel@tonic-gate /usr/lib/$(MACH64)/libproc.so.1 \ 17410Sstevel@tonic-gate /usr/lib/$(MACH64)/libpthread.so \ 17420Sstevel@tonic-gate /usr/lib/$(MACH64)/libpthread.so.1 \ 17435895Syz147064 /usr/lib/$(MACH64)/librcm.so \ 17445895Syz147064 /usr/lib/$(MACH64)/librcm.so.1 \ 17450Sstevel@tonic-gate /usr/lib/$(MACH64)/libresolv.so \ 17460Sstevel@tonic-gate /usr/lib/$(MACH64)/libresolv.so.2 \ 17470Sstevel@tonic-gate /usr/lib/$(MACH64)/librestart.so \ 17480Sstevel@tonic-gate /usr/lib/$(MACH64)/librestart.so.1 \ 17490Sstevel@tonic-gate /usr/lib/$(MACH64)/librpcsvc.so \ 17500Sstevel@tonic-gate /usr/lib/$(MACH64)/librpcsvc.so.1 \ 17510Sstevel@tonic-gate /usr/lib/$(MACH64)/librt.so \ 17520Sstevel@tonic-gate /usr/lib/$(MACH64)/librt.so.1 \ 17530Sstevel@tonic-gate /usr/lib/$(MACH64)/librtld.so.1 \ 17540Sstevel@tonic-gate /usr/lib/$(MACH64)/librtld_db.so \ 17550Sstevel@tonic-gate /usr/lib/$(MACH64)/librtld_db.so.1 \ 17560Sstevel@tonic-gate /usr/lib/$(MACH64)/libscf.so \ 17570Sstevel@tonic-gate /usr/lib/$(MACH64)/libscf.so.1 \ 17580Sstevel@tonic-gate /usr/lib/$(MACH64)/libsec.so \ 17590Sstevel@tonic-gate /usr/lib/$(MACH64)/libsec.so.1 \ 17600Sstevel@tonic-gate /usr/lib/$(MACH64)/libsecdb.so \ 17610Sstevel@tonic-gate /usr/lib/$(MACH64)/libsecdb.so.1 \ 17620Sstevel@tonic-gate /usr/lib/$(MACH64)/libsendfile.so \ 17630Sstevel@tonic-gate /usr/lib/$(MACH64)/libsendfile.so.1 \ 17640Sstevel@tonic-gate /usr/lib/$(MACH64)/libsocket.so \ 17650Sstevel@tonic-gate /usr/lib/$(MACH64)/libsocket.so.1 \ 17660Sstevel@tonic-gate /usr/lib/$(MACH64)/libsysevent.so \ 17670Sstevel@tonic-gate /usr/lib/$(MACH64)/libsysevent.so.1 \ 17680Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermcap.so \ 17690Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermcap.so.1 \ 17700Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermlib.so \ 17710Sstevel@tonic-gate /usr/lib/$(MACH64)/libtermlib.so.1 \ 17720Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread.so \ 17730Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread.so.1 \ 17740Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread_db.so \ 17750Sstevel@tonic-gate /usr/lib/$(MACH64)/libthread_db.so.1 \ 17761676Sjpk /usr/lib/$(MACH64)/libtsnet.so \ 17771676Sjpk /usr/lib/$(MACH64)/libtsnet.so.1 \ 17781676Sjpk /usr/lib/$(MACH64)/libtsol.so \ 17791676Sjpk /usr/lib/$(MACH64)/libtsol.so.2 \ 17800Sstevel@tonic-gate /usr/lib/$(MACH64)/libumem.so \ 17810Sstevel@tonic-gate /usr/lib/$(MACH64)/libumem.so.1 \ 17820Sstevel@tonic-gate /usr/lib/$(MACH64)/libuuid.so \ 17830Sstevel@tonic-gate /usr/lib/$(MACH64)/libuuid.so.1 \ 17840Sstevel@tonic-gate /usr/lib/$(MACH64)/libuutil.so \ 17850Sstevel@tonic-gate /usr/lib/$(MACH64)/libuutil.so.1 \ 17860Sstevel@tonic-gate /usr/lib/$(MACH64)/libw.so \ 17870Sstevel@tonic-gate /usr/lib/$(MACH64)/libw.so.1 \ 17880Sstevel@tonic-gate /usr/lib/$(MACH64)/libxnet.so \ 17890Sstevel@tonic-gate /usr/lib/$(MACH64)/libxnet.so.1 \ 1790998Seschrock /usr/lib/$(MACH64)/libzfs.so \ 1791998Seschrock /usr/lib/$(MACH64)/libzfs.so.1 \ 17920Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ladm.ln \ 17930Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-laio.ln \ 17940Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lavl.ln \ 17950Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lbsm.ln \ 17960Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lc.ln \ 17970Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcmdutils.ln \ 17980Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcontract.ln \ 17990Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lctf.ln \ 18000Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcurses \ 18010Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lcurses.ln \ 18020Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldevice.ln \ 18030Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldevid.ln \ 18040Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldevinfo.ln \ 18050Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldl.ln \ 18060Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ldoor.ln \ 18070Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lefi.ln \ 18080Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lelf.ln \ 18090Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lgen.ln \ 18100Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-linetutil.ln \ 18110Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lintl.ln \ 18120Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lkstat.ln \ 18130Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lmd5.ln \ 18140Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lnsl.ln \ 18150Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lnvpair.ln \ 18160Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lpam.ln \ 18170Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lposix4.ln \ 18180Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lpthread.ln \ 18190Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lresolv.ln \ 18205655Sth199096 /usr/lib/$(MACH64)/llib-lrpcsvc.ln \ 18210Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lrt.ln \ 18220Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lrtld_db.ln \ 18230Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lscf.ln \ 18240Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsec.ln \ 18250Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsecdb.ln \ 18260Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsendfile.ln \ 18270Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsocket.ln \ 18280Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lsysevent.ln \ 18290Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermcap \ 18300Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermcap.ln \ 18310Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermlib \ 18320Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-ltermlib.ln \ 18330Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lthread.ln \ 18340Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lthread_db.ln \ 18351676Sjpk /usr/lib/$(MACH64)/llib-ltsnet.ln \ 18361676Sjpk /usr/lib/$(MACH64)/llib-ltsol.ln \ 18370Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lumem.ln \ 18380Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-luuid.ln \ 18390Sstevel@tonic-gate /usr/lib/$(MACH64)/llib-lxnet.ln \ 1840998Seschrock /usr/lib/$(MACH64)/llib-lzfs.ln \ 18410Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_compat.so.1 \ 18420Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_dns.so.1 \ 18430Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_files.so.1 \ 18440Sstevel@tonic-gate /usr/lib/$(MACH64)/nss_nis.so.1 \ 1845*13115SAntonello.Cruz@Sun.COM /usr/lib/$(MACH64)/nss_user.so.1 \ 1846*13115SAntonello.Cruz@Sun.COM /usr/lib/fm/$(MACH64)/libfmevent.so \ 1847*13115SAntonello.Cruz@Sun.COM /usr/lib/fm/$(MACH64)/libfmevent.so.1 \ 1848*13115SAntonello.Cruz@Sun.COM /usr/lib/fm/$(MACH64)/llib-lfmevent.ln 18490Sstevel@tonic-gate 185010738SJames.McPherson@Sun.COM# 185110738SJames.McPherson@Sun.COM# usr/src/Makefile uses INS.dir for any member of ROOTDIRS, the fact 185210738SJames.McPherson@Sun.COM# these are symlinks to files has no bearing on this. 185310738SJames.McPherson@Sun.COM# 185410738SJames.McPherson@Sun.COM$(FILELINKS:%=$(ROOT)%):= \ 185510207SJames.McPherson@Sun.COM INS.dir= -$(RM) $@; $(SYMLINK) $(REALPATH) $@ 1856