xref: /onnv-gate/usr/src/Targetdirs (revision 12016:0248e987199b)
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#
2211821SSam.Falkner@Sun.COM# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
231303Swesolows# Use is subject to license terms.
241303Swesolows#
255655Sth199096
265655Sth199096#
270Sstevel@tonic-gate# It is easier to think in terms of directory names without the ROOT macro
280Sstevel@tonic-gate# prefix.  ROOTDIRS is TARGETDIRS with ROOT prefixes.  It is necessary
290Sstevel@tonic-gate# to work with ROOT prefixes when controlling conditional assignments.
300Sstevel@tonic-gate#
310Sstevel@tonic-gate
3210738SJames.McPherson@Sun.COMDIRLINKS=	$(SYM.DIRS)
3310738SJames.McPherson@Sun.COM$(BUILD64)	DIRLINKS += $(SYM.DIRS64)
3410738SJames.McPherson@Sun.COM
3510738SJames.McPherson@Sun.COMFILELINKS= $(SYM.USRCCSLIB) $(SYM.USRLIB)
3610738SJames.McPherson@Sun.COM$(BUILD64)	FILELINKS += $(SYM.USRCCSLIB64) $(SYM.USRLIB64)
370Sstevel@tonic-gate
3810738SJames.McPherson@Sun.COMTARGETDIRS=	$(DIRS)
3910738SJames.McPherson@Sun.COM$(BUILD64)	TARGETDIRS += $(DIRS64)
400Sstevel@tonic-gate
4110738SJames.McPherson@Sun.COMTARGETDIRS	+= $(FILELINKS) $(DIRLINKS)
420Sstevel@tonic-gate
4310738SJames.McPherson@Sun.COMi386_DIRS= \
440Sstevel@tonic-gate	/boot/acpi \
450Sstevel@tonic-gate	/boot/acpi/tables \
460Sstevel@tonic-gate	/boot/grub \
470Sstevel@tonic-gate	/boot/grub/bin \
4810738SJames.McPherson@Sun.COM	/platform/i86pc \
4910738SJames.McPherson@Sun.COM	/usr/lib/brand/lx \
5010738SJames.McPherson@Sun.COM	/usr/lib/brand/lx/amd64 \
5110738SJames.McPherson@Sun.COM	/usr/lib/brand/lx/distros \
5210738SJames.McPherson@Sun.COM	/usr/lib/xen \
5310738SJames.McPherson@Sun.COM	/usr/lib/xen/bin
5410738SJames.McPherson@Sun.COM
5510738SJames.McPherson@Sun.COMsparc_DIRS= \
5610738SJames.McPherson@Sun.COM	/usr/lib/ldoms
570Sstevel@tonic-gate
5810738SJames.McPherson@Sun.COM# EXPORT DELETE START
5910738SJames.McPherson@Sun.COMXDIRS= \
6010738SJames.McPherson@Sun.COM	/usr/lib/inet/wanboot
6110738SJames.McPherson@Sun.COM# EXPORT DELETE END
620Sstevel@tonic-gate
6310738SJames.McPherson@Sun.COMsparc_64ONLY= $(POUND_SIGN)
6410738SJames.McPherson@Sun.COM64ONLY=  $($(MACH)_64ONLY)
6510738SJames.McPherson@Sun.COM
6610738SJames.McPherson@Sun.COM$(64ONLY) MACH32_DIRS=/usr/ucb/$(MACH32)
6710738SJames.McPherson@Sun.COM
6810738SJames.McPherson@Sun.COMDIRS= \
695648Ssetje	/boot \
705648Ssetje	/boot/solaris \
715648Ssetje	/boot/solaris/bin \
7210738SJames.McPherson@Sun.COM	$($(MACH)_DIRS) \
730Sstevel@tonic-gate	/dev \
740Sstevel@tonic-gate	/dev/dsk \
750Sstevel@tonic-gate	/dev/fd \
768023SPhil.Kirk@Sun.COM	/dev/ipnet \
775895Syz147064	/dev/net \
780Sstevel@tonic-gate	/dev/rdsk \
790Sstevel@tonic-gate	/dev/rmt \
800Sstevel@tonic-gate	/dev/pts \
810Sstevel@tonic-gate	/dev/sad \
820Sstevel@tonic-gate	/dev/swap \
8310738SJames.McPherson@Sun.COM	/dev/term \
847688SAaron.Zang@Sun.COM	/dev/vt \
853992Sjg	/dev/zcons \
860Sstevel@tonic-gate	/devices \
870Sstevel@tonic-gate	/devices/pseudo \
880Sstevel@tonic-gate	/etc \
898759Sgerald.jelinek@sun.com	/etc/brand  \
9010840SGerald.Jelinek@Sun.COM	/etc/brand/solaris10  \
910Sstevel@tonic-gate	/etc/certs	\
920Sstevel@tonic-gate	/etc/cron.d \
930Sstevel@tonic-gate	/etc/crypto \
940Sstevel@tonic-gate	/etc/crypto/certs \
950Sstevel@tonic-gate	/etc/crypto/crls \
9610738SJames.McPherson@Sun.COM	/etc/dbus-1 \
9710738SJames.McPherson@Sun.COM	/etc/dbus-1/system.d \
980Sstevel@tonic-gate	/etc/default \
990Sstevel@tonic-gate	/etc/devices  \
1004876Smlf	/etc/dev  \
1010Sstevel@tonic-gate	/etc/dfs  \
10210738SJames.McPherson@Sun.COM	/etc/dladm \
1030Sstevel@tonic-gate	/etc/fs  \
1040Sstevel@tonic-gate	/etc/fs/nfs  \
105789Sahrens	/etc/fs/zfs \
1060Sstevel@tonic-gate	/etc/ftpd  \
1072912Sartem	/etc/hal \
1082912Sartem	/etc/hal/fdi \
1092912Sartem	/etc/hal/fdi/information \
1102912Sartem	/etc/hal/fdi/information/10freedesktop \
1112912Sartem	/etc/hal/fdi/information/20thirdparty \
1122912Sartem	/etc/hal/fdi/information/30user \
1132912Sartem	/etc/hal/fdi/policy \
1142912Sartem	/etc/hal/fdi/policy/10osvendor \
1152912Sartem	/etc/hal/fdi/policy/20thirdparty \
1162912Sartem	/etc/hal/fdi/policy/30user \
1172912Sartem	/etc/hal/fdi/preprobe \
1182912Sartem	/etc/hal/fdi/preprobe/10osvendor \
1192912Sartem	/etc/hal/fdi/preprobe/20thirdparty \
1202912Sartem	/etc/hal/fdi/preprobe/30user \
121*12016SGirish.Moodalbail@Sun.COM	/etc/ipadm \
1222314Smcneal	/etc/iscsi \
1230Sstevel@tonic-gate	/etc/rpcsec	\
1240Sstevel@tonic-gate	/etc/security	\
12511838SLiane.Praza@Sun.COM	/etc/security/auth_attr.d \
12611838SLiane.Praza@Sun.COM	/etc/security/exec_attr.d \
12711838SLiane.Praza@Sun.COM	/etc/security/prof_attr.d \
1284746Srica	/etc/security/tsol	\
1290Sstevel@tonic-gate	/etc/gss	\
1300Sstevel@tonic-gate	/etc/init.d  \
1313431Scarlsonj	/etc/dhcp	\
1320Sstevel@tonic-gate	/etc/lib  \
13310738SJames.McPherson@Sun.COM	/etc/mail  \
13410738SJames.McPherson@Sun.COM	/etc/mail/cf  \
13510738SJames.McPherson@Sun.COM	/etc/mail/cf/cf  \
13610738SJames.McPherson@Sun.COM	/etc/mail/cf/domain  \
13710738SJames.McPherson@Sun.COM	/etc/mail/cf/feature  \
13810738SJames.McPherson@Sun.COM	/etc/mail/cf/m4  \
13910738SJames.McPherson@Sun.COM	/etc/mail/cf/mailer  \
14010738SJames.McPherson@Sun.COM	/etc/mail/cf/ostype  \
14110738SJames.McPherson@Sun.COM	/etc/mail/cf/sh  \
14210738SJames.McPherson@Sun.COM	/etc/net-snmp \
14310738SJames.McPherson@Sun.COM	/etc/net-snmp/snmp \
1440Sstevel@tonic-gate	/etc/opt  \
1450Sstevel@tonic-gate	/etc/rc0.d  \
1460Sstevel@tonic-gate	/etc/rc1.d  \
1470Sstevel@tonic-gate	/etc/rc2.d  \
1480Sstevel@tonic-gate	/etc/rc3.d  \
1490Sstevel@tonic-gate	/etc/rcS.d  \
15010738SJames.McPherson@Sun.COM	/etc/saf \
1510Sstevel@tonic-gate	/etc/sasl	\
1520Sstevel@tonic-gate	/etc/sfw \
1530Sstevel@tonic-gate	/etc/svc \
15411996SThomas.Whitten@Sun.COM	/etc/svc/profile \
1550Sstevel@tonic-gate	/etc/svc/volatile \
1560Sstevel@tonic-gate	/etc/tm  \
1570Sstevel@tonic-gate	/etc/usb   \
15811838SLiane.Praza@Sun.COM	/etc/user_attr.d \
159952Seschrock	/etc/zfs  \
1600Sstevel@tonic-gate	/etc/zones  \
1610Sstevel@tonic-gate	/export  \
1620Sstevel@tonic-gate	/home  \
1630Sstevel@tonic-gate	/lib \
1648192SJohn.Zolnowsky@Sun.COM	/lib/crypto \
1653938Sjbeck	/lib/inet \
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 \
2909396SMatthew.Ahrens@Sun.COM	/usr/lib/python2.4 \
2919396SMatthew.Ahrens@Sun.COM	/usr/lib/python2.4/vendor-packages \
29211821SSam.Falkner@Sun.COM	/usr/lib/python2.4/vendor-packages/solaris \
2939396SMatthew.Ahrens@Sun.COM	/usr/lib/python2.4/vendor-packages/zfs \
2940Sstevel@tonic-gate	/usr/lib/rcap \
2950Sstevel@tonic-gate	/usr/lib/rcap/$(MACH32) \
29610738SJames.McPherson@Sun.COM	/usr/lib/sa  \
2970Sstevel@tonic-gate	/usr/lib/saf \
2980Sstevel@tonic-gate	/usr/lib/sasl \
2996869Seschrock	/usr/lib/scsi \
3000Sstevel@tonic-gate	/usr/lib/secure \
3010Sstevel@tonic-gate	/usr/lib/security \
3025331Samw	/usr/lib/smbsrv \
3035931Sjm199354	/usr/lib/vscan \
3049554SMatthew.Ahrens@Sun.COM	/usr/lib/zfs \
3050Sstevel@tonic-gate	/usr/lib/zones \
3060Sstevel@tonic-gate	/usr/old \
30710738SJames.McPherson@Sun.COM	/usr/platform  \
3080Sstevel@tonic-gate	/usr/proc \
3090Sstevel@tonic-gate	/usr/proc/bin \
3100Sstevel@tonic-gate	/usr/sadm \
3110Sstevel@tonic-gate	/usr/sadm/install \
3129781SMoriah.Waterland@Sun.COM	/usr/sadm/install/bin \
3130Sstevel@tonic-gate	/usr/sadm/install/scripts \
3140Sstevel@tonic-gate	/usr/sadm/sysadm \
3150Sstevel@tonic-gate	/usr/sadm/sysadm/add-ons \
3160Sstevel@tonic-gate	/usr/sbin \
3170Sstevel@tonic-gate	/usr/sbin/$(MACH32) \
31810738SJames.McPherson@Sun.COM	/usr/share  \
31910738SJames.McPherson@Sun.COM	/usr/share/applications \
3200Sstevel@tonic-gate	/usr/share/audio \
3210Sstevel@tonic-gate	/usr/share/audio/samples \
3220Sstevel@tonic-gate	/usr/share/audio/samples/au \
32310738SJames.McPherson@Sun.COM	/usr/share/gnome \
3247454SNorm.Jacobs@Sun.COM	/usr/share/gnome/autostart \
32510738SJames.McPherson@Sun.COM	/usr/share/hwdata \
32610738SJames.McPherson@Sun.COM	/usr/share/lib \
32710738SJames.McPherson@Sun.COM	/usr/share/lib/ccs \
32810738SJames.McPherson@Sun.COM	/usr/share/lib/tmac  \
32910738SJames.McPherson@Sun.COM	/usr/share/lib/ldif  \
33010738SJames.McPherson@Sun.COM	/usr/share/lib/xml \
33110738SJames.McPherson@Sun.COM	/usr/share/lib/xml/dtd \
3320Sstevel@tonic-gate	/usr/share/man \
3330Sstevel@tonic-gate	/usr/share/man/man1m \
33410738SJames.McPherson@Sun.COM	/usr/share/src \
33510738SJames.McPherson@Sun.COM	/usr/snadm \
33610738SJames.McPherson@Sun.COM	/usr/snadm/lib \
3370Sstevel@tonic-gate	/usr/ucb \
33810738SJames.McPherson@Sun.COM	$(MACH32_DIRS) \
3390Sstevel@tonic-gate	/usr/ucblib \
3400Sstevel@tonic-gate	/usr/xpg4 \
3410Sstevel@tonic-gate	/usr/xpg4/bin \
3420Sstevel@tonic-gate	/usr/xpg4/include \
3430Sstevel@tonic-gate	/usr/xpg4/lib \
3440Sstevel@tonic-gate	/usr/xpg6 \
3450Sstevel@tonic-gate	/usr/xpg6/bin \
34610738SJames.McPherson@Sun.COM	/var  \
34710738SJames.McPherson@Sun.COM	/var/adm  \
34810738SJames.McPherson@Sun.COM	/var/adm/exacct \
34910738SJames.McPherson@Sun.COM	/var/adm/log \
35010738SJames.McPherson@Sun.COM	/var/adm/pool \
35110738SJames.McPherson@Sun.COM	/var/adm/sa \
35210738SJames.McPherson@Sun.COM	/var/adm/sm.bin \
35310738SJames.McPherson@Sun.COM	/var/adm/streams \
35410738SJames.McPherson@Sun.COM	/var/cores \
35510738SJames.McPherson@Sun.COM	/var/cron \
35610738SJames.McPherson@Sun.COM	/var/db \
35710738SJames.McPherson@Sun.COM	/var/db/ipf \
3586315Sdduvall	/var/games \
35910738SJames.McPherson@Sun.COM	/var/idmap \
36010738SJames.McPherson@Sun.COM	/var/krb5 \
36110738SJames.McPherson@Sun.COM	/var/krb5/rcache  \
36210738SJames.McPherson@Sun.COM	/var/krb5/rcache/root  \
3630Sstevel@tonic-gate	/var/ld \
36410738SJames.McPherson@Sun.COM	/var/log \
36510738SJames.McPherson@Sun.COM	/var/log/pool \
36610738SJames.McPherson@Sun.COM	/var/mail \
3670Sstevel@tonic-gate	/var/news \
36810738SJames.McPherson@Sun.COM	/var/opt \
3690Sstevel@tonic-gate	/var/preserve \
37010738SJames.McPherson@Sun.COM	/var/run \
3710Sstevel@tonic-gate	/var/saf \
37210738SJames.McPherson@Sun.COM	/var/sadm \
3739781SMoriah.Waterland@Sun.COM	/var/sadm/install \
3749781SMoriah.Waterland@Sun.COM	/var/sadm/install/admin \
3759781SMoriah.Waterland@Sun.COM	/var/sadm/install/logs \
37610738SJames.McPherson@Sun.COM	/var/sadm/pkg \
37710738SJames.McPherson@Sun.COM	/var/sadm/security \
37810738SJames.McPherson@Sun.COM	/var/smb \
37911963SAfshin.Ardakani@Sun.COM	/var/smb/cvol \
38011963SAfshin.Ardakani@Sun.COM	/var/smb/cvol/windows \
38111963SAfshin.Ardakani@Sun.COM	/var/smb/cvol/windows/system32 \
38211963SAfshin.Ardakani@Sun.COM	/var/smb/cvol/windows/system32/vss \
3839781SMoriah.Waterland@Sun.COM	/var/spool \
38410738SJames.McPherson@Sun.COM	/var/spool/cron \
38510738SJames.McPherson@Sun.COM	/var/spool/cron/atjobs \
38610738SJames.McPherson@Sun.COM	/var/spool/cron/crontabs \
38710738SJames.McPherson@Sun.COM	/var/spool/lp \
38810738SJames.McPherson@Sun.COM	/var/spool/pkg \
38910738SJames.McPherson@Sun.COM	/var/spool/uucp \
39010738SJames.McPherson@Sun.COM	/var/spool/uucppublic \
39110738SJames.McPherson@Sun.COM	/var/svc \
39210738SJames.McPherson@Sun.COM	/var/svc/log \
39310738SJames.McPherson@Sun.COM	/var/svc/manifest \
39410738SJames.McPherson@Sun.COM	/var/svc/manifest/milestone \
39510738SJames.McPherson@Sun.COM	/var/svc/manifest/device \
39610738SJames.McPherson@Sun.COM	/var/svc/manifest/system \
39710738SJames.McPherson@Sun.COM	/var/svc/manifest/system/device \
39810738SJames.McPherson@Sun.COM	/var/svc/manifest/system/filesystem \
39910738SJames.McPherson@Sun.COM	/var/svc/manifest/system/security \
40010738SJames.McPherson@Sun.COM	/var/svc/manifest/system/svc \
40110738SJames.McPherson@Sun.COM	/var/svc/manifest/network \
40210738SJames.McPherson@Sun.COM	/var/svc/manifest/network/dns \
40311996SThomas.Whitten@Sun.COM  	/var/svc/manifest/network/ipsec \
40410738SJames.McPherson@Sun.COM	/var/svc/manifest/network/ldap \
40510738SJames.McPherson@Sun.COM	/var/svc/manifest/network/nfs \
40610738SJames.McPherson@Sun.COM	/var/svc/manifest/network/nis \
40710738SJames.McPherson@Sun.COM	/var/svc/manifest/network/rpc \
40811996SThomas.Whitten@Sun.COM	/var/svc/manifest/network/routing \
40910738SJames.McPherson@Sun.COM	/var/svc/manifest/network/security \
41010738SJames.McPherson@Sun.COM	/var/svc/manifest/network/shares \
41110738SJames.McPherson@Sun.COM	/var/svc/manifest/network/ssl \
41210738SJames.McPherson@Sun.COM	/var/svc/manifest/application \
41310738SJames.McPherson@Sun.COM	/var/svc/manifest/application/management \
41411996SThomas.Whitten@Sun.COM	/var/svc/manifest/application/print \
41510738SJames.McPherson@Sun.COM	/var/svc/manifest/application/security \
41610738SJames.McPherson@Sun.COM	/var/svc/manifest/platform \
41710738SJames.McPherson@Sun.COM	/var/svc/manifest/platform/sun4u \
41810738SJames.McPherson@Sun.COM	/var/svc/manifest/platform/sun4v \
41910738SJames.McPherson@Sun.COM	/var/svc/manifest/site \
42010738SJames.McPherson@Sun.COM	/var/svc/profile \
42110738SJames.McPherson@Sun.COM	/var/uucp \
42210738SJames.McPherson@Sun.COM	/var/tmp \
42310738SJames.McPherson@Sun.COM	/var/tsol \
42410738SJames.McPherson@Sun.COM	/var/tsol/doors
4250Sstevel@tonic-gate
42610738SJames.McPherson@Sun.COMsparcv9_DIRS64= \
42710738SJames.McPherson@Sun.COM	/platform/sun4u \
4280Sstevel@tonic-gate	/platform/sun4u/lib \
4290Sstevel@tonic-gate	/platform/sun4u/lib/$(MACH64) \
43010738SJames.McPherson@Sun.COM	/usr/platform/sun4u \
4310Sstevel@tonic-gate	/usr/platform/sun4u/sbin \
4320Sstevel@tonic-gate	/usr/platform/sun4u/lib \
4330Sstevel@tonic-gate	/platform/sun4v/lib \
4340Sstevel@tonic-gate	/platform/sun4v/lib/$(MACH64) \
4350Sstevel@tonic-gate	/usr/platform/sun4v/sbin \
4360Sstevel@tonic-gate	/usr/platform/sun4v/lib \
4371838Shyw	/usr/platform/sun4u-us3/lib \
4381838Shyw	/usr/platform/sun4u-opl/lib
4390Sstevel@tonic-gate
44010738SJames.McPherson@Sun.COMamd64_DIRS64= \
4413446Smrj	/platform/i86pc/amd64
4420Sstevel@tonic-gate
44310738SJames.McPherson@Sun.COMDIRS64= \
44410738SJames.McPherson@Sun.COM	$($(MACH64)_DIRS64) \
4450Sstevel@tonic-gate	/lib/$(MACH64) \
4468192SJohn.Zolnowsky@Sun.COM	/lib/crypto/$(MACH64) \
4470Sstevel@tonic-gate	/lib/secure/$(MACH64) \
4480Sstevel@tonic-gate	/usr/bin/$(MACH64) \
4490Sstevel@tonic-gate	/usr/ccs/bin/$(MACH64)  \
4500Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64) \
4510Sstevel@tonic-gate	/usr/lib/$(MACH64) \
4527933SEdward.Pilatowicz@Sun.COM	/usr/lib/$(MACH64)/gss \
4537933SEdward.Pilatowicz@Sun.COM	/usr/lib/brand/sn1/$(MACH64) \
45410840SGerald.Jelinek@Sun.COM	/usr/lib/brand/solaris10/$(MACH64) \
4555088Sab196087	/usr/lib/elfedit/$(MACH64) \
4560Sstevel@tonic-gate	/usr/lib/fm/$(MACH64) \
45710738SJames.McPherson@Sun.COM	/usr/lib/fs/nfs/$(MACH64) \
45810738SJames.McPherson@Sun.COM	/usr/lib/fs/smb/$(MACH64) \
4599452Sdanmcd@sun.com	/usr/lib/inet/$(MACH64) \
4600Sstevel@tonic-gate	/usr/lib/krb5/$(MACH64) \
4610Sstevel@tonic-gate	/usr/lib/libp/$(MACH64) \
4620Sstevel@tonic-gate	/usr/lib/link_audit/$(MACH64) \
4630Sstevel@tonic-gate	/usr/lib/lwp/$(MACH64) \
46410738SJames.McPherson@Sun.COM	/usr/lib/mdb/kvm/$(MACH64) \
46510738SJames.McPherson@Sun.COM	/usr/lib/mdb/proc/$(MACH64) \
4660Sstevel@tonic-gate	/usr/lib/rcap/$(MACH64) \
4670Sstevel@tonic-gate	/usr/lib/sasl/$(MACH64) \
4686869Seschrock	/usr/lib/scsi/$(MACH64) \
4690Sstevel@tonic-gate	/usr/lib/secure/$(MACH64) \
4700Sstevel@tonic-gate	/usr/lib/security/$(MACH64) \
4715521Sas200622	/usr/lib/smbsrv/$(MACH64) \
4720Sstevel@tonic-gate	/usr/lib/abi/$(MACH64) \
4730Sstevel@tonic-gate	/usr/sbin/$(MACH64) \
4740Sstevel@tonic-gate	/usr/ucb/$(MACH64) \
4750Sstevel@tonic-gate	/usr/ucblib/$(MACH64) \
4760Sstevel@tonic-gate	/usr/xpg4/lib/$(MACH64) \
4770Sstevel@tonic-gate	/var/ld/$(MACH64)
4780Sstevel@tonic-gate
4790Sstevel@tonic-gate# /var/mail/:saved is built directly by the rootdirs target in
4800Sstevel@tonic-gate# /usr/src/Makefile because of the colon in its name.
4810Sstevel@tonic-gate
4820Sstevel@tonic-gate# macros for symbolic links
48310738SJames.McPherson@Sun.COMSYM.DIRS= \
48410738SJames.McPherson@Sun.COM	/bin \
4850Sstevel@tonic-gate	/dev/stdin \
4860Sstevel@tonic-gate	/dev/stdout \
4870Sstevel@tonic-gate	/dev/stderr \
48810738SJames.McPherson@Sun.COM	/etc/lib/ld.so.1 \
48910738SJames.McPherson@Sun.COM	/etc/lib/libdl.so.1 \
49010738SJames.McPherson@Sun.COM	/etc/lib/nss_files.so.1 \
49110738SJames.McPherson@Sun.COM	/etc/log \
4920Sstevel@tonic-gate	/lib/32 \
4938192SJohn.Zolnowsky@Sun.COM	/lib/crypto/32 \
4940Sstevel@tonic-gate	/lib/secure/32 \
49510738SJames.McPherson@Sun.COM	/usr/adm \
4960Sstevel@tonic-gate	/usr/spool \
4970Sstevel@tonic-gate	/usr/lib/tmac \
4980Sstevel@tonic-gate	/usr/ccs/lib/link_audit \
4990Sstevel@tonic-gate	/usr/news \
5000Sstevel@tonic-gate	/usr/preserve \
5010Sstevel@tonic-gate	/usr/lib/32 \
50210738SJames.McPherson@Sun.COM	/usr/lib/cron \
5035088Sab196087	/usr/lib/elfedit/32 \
5040Sstevel@tonic-gate	/usr/lib/libp/32 \
5050Sstevel@tonic-gate	/usr/lib/lwp/32 \
5060Sstevel@tonic-gate	/usr/lib/link_audit/32 \
5070Sstevel@tonic-gate	/usr/lib/secure/32 \
50810738SJames.McPherson@Sun.COM	/usr/mail \
50910738SJames.McPherson@Sun.COM	/usr/man \
51010738SJames.McPherson@Sun.COM	/usr/pub \
51110738SJames.McPherson@Sun.COM	/usr/src \
51210738SJames.McPherson@Sun.COM	/usr/tmp \
51310738SJames.McPherson@Sun.COM	/usr/ucblib/32 \
51410738SJames.McPherson@Sun.COM	/var/ld/32
5150Sstevel@tonic-gate
51610738SJames.McPherson@Sun.COMi386_SYM.DIRS64= \
5172744Snn35248	/usr/lib/brand/lx/64
5182744Snn35248
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)
6352744Snn35248$(BUILD64) $(ROOT)/usr/lib/brand/lx/64:=	LINKDEST=$(MACH64)
6367933SEdward.Pilatowicz@Sun.COM$(BUILD64) $(ROOT)/usr/lib/brand/sn1/64:=	LINKDEST=$(MACH64)
63710840SGerald.Jelinek@Sun.COM$(BUILD64) $(ROOT)/usr/lib/brand/solaris10/64:=	LINKDEST=$(MACH64)
6380Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/libp/64:=	LINKDEST=$(MACH64)
6390Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/lwp/64:=	LINKDEST=$(MACH64)
6400Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/link_audit/64:=	LINKDEST=$(MACH64)
6410Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/secure/64:=	LINKDEST=$(MACH64)
6420Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/lib/security/64:=	LINKDEST=$(MACH64)
6430Sstevel@tonic-gate$(BUILD64) $(ROOT)/usr/xpg4/lib/64:=	LINKDEST=$(MACH64)
6440Sstevel@tonic-gate$(BUILD64) $(ROOT)/var/ld/64:=		LINKDEST=$(MACH64)
6452552Scraigm$(BUILD64) $(ROOT)/usr/ucblib/64:=	LINKDEST=$(MACH64)
6460Sstevel@tonic-gate
64710738SJames.McPherson@Sun.COM#
6480Sstevel@tonic-gate# Installing a directory symlink calls for overriding INS.dir to install
6490Sstevel@tonic-gate# a symlink.
6500Sstevel@tonic-gate#
65110738SJames.McPherson@Sun.COM$(DIRLINKS:%=$(ROOT)%):= \
65210207SJames.McPherson@Sun.COM   INS.dir= -$(RM) -r $@; $(SYMLINK) $(LINKDEST) $@
6530Sstevel@tonic-gate
6540Sstevel@tonic-gate# Special symlinks to populate usr/ccs/lib, whose objects
6550Sstevel@tonic-gate# have actually been moved to usr/lib
6560Sstevel@tonic-gate# Rather than adding another set of rules, we add usr/lib/lwp files here
6570Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libcurses.so:= 	REALPATH=../../../lib/libcurses.so.1
6580Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lcurses:= 	REALPATH=../../../lib/llib-lcurses
6590Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lcurses.ln:= 	REALPATH=../../../lib/llib-lcurses.ln
6600Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libform.so:=	REALPATH=../../lib/libform.so.1
6610Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lform:= 	REALPATH=../../lib/llib-lform
6620Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lform.ln:= 	REALPATH=../../lib/llib-lform.ln
6630Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libgen.so:=		REALPATH=../../../lib/libgen.so.1
6640Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lgen:= 	REALPATH=../../../lib/llib-lgen
6650Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lgen.ln:= 	REALPATH=../../../lib/llib-lgen.ln
6660Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libmalloc.so:=	REALPATH=../../lib/libmalloc.so.1
6670Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libmenu.so:=	REALPATH=../../lib/libmenu.so.1
6680Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lmenu:= 	REALPATH=../../lib/llib-lmenu
6690Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lmenu.ln:= 	REALPATH=../../lib/llib-lmenu.ln
6700Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libpanel.so:=	REALPATH=../../lib/libpanel.so.1
6710Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lpanel:= 	REALPATH=../../lib/llib-lpanel
6720Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-lpanel.ln:= 	REALPATH=../../lib/llib-lpanel.ln
6730Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libtermlib.so:=	REALPATH=../../../lib/libcurses.so.1
6740Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermlib:= 	REALPATH=../../../lib/llib-lcurses
6750Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermlib.ln:= 	REALPATH=../../../lib/llib-lcurses.ln
6760Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libtermcap.so:=	REALPATH=../../../lib/libcurses.so.1
6770Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermcap:= 	REALPATH=../../../lib/llib-lcurses
6780Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ltermcap.ln:= 	REALPATH=../../../lib/llib-lcurses.ln
6790Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xa.o:=	REALPATH=../../lib/values-Xa.o
6800Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xc.o:=	REALPATH=../../lib/values-Xc.o
6810Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xs.o:=	REALPATH=../../lib/values-Xs.o
6820Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-Xt.o:=	REALPATH=../../lib/values-Xt.o
6830Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-xpg4.o:=	REALPATH=../../lib/values-xpg4.o
6840Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/values-xpg6.o:=	REALPATH=../../lib/values-xpg6.o
6850Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/libl.so:=		REALPATH=../../lib/libl.so.1
6860Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ll.ln:= 	REALPATH=../../lib/llib-ll.ln
6870Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/liby.so:=		REALPATH=../../lib/liby.so.1
6880Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/llib-ly.ln:= 	REALPATH=../../lib/llib-ly.ln
6890Sstevel@tonic-gate$(ROOT)/usr/lib/libp/libc.so.1:=	REALPATH=../../../lib/libc.so.1
6900Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/libthread.so.1:=	REALPATH=../libthread.so.1
6910Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/libthread_db.so.1:=	REALPATH=../libthread_db.so.1
6920Sstevel@tonic-gate
6930Sstevel@tonic-gate# symlinks to populate usr/ccs/lib/$(MACH64)
6940Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libcurses.so:= \
6950Sstevel@tonic-gate	REALPATH=../../../../lib/$(MACH64)/libcurses.so.1
6960Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lcurses.ln:= \
6970Sstevel@tonic-gate	REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln
6980Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libform.so:= \
6990Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libform.so.1
7000Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lform.ln:= \
7010Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lform.ln
7020Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libgen.so:= \
7030Sstevel@tonic-gate	REALPATH=../../../../lib/$(MACH64)/libgen.so.1
7040Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lgen.ln:= \
7050Sstevel@tonic-gate	REALPATH=../../../../lib/$(MACH64)/llib-lgen.ln
7060Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libmalloc.so:= \
7070Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libmalloc.so.1
7080Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libmenu.so:= \
7090Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libmenu.so.1
7100Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lmenu.ln:= \
7110Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lmenu.ln
7120Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libpanel.so:= \
7130Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libpanel.so.1
7140Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-lpanel.ln:= \
7150Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lpanel.ln
7160Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libtermlib.so:= \
7170Sstevel@tonic-gate	REALPATH=../../../../lib/$(MACH64)/libcurses.so.1
7180Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ltermlib.ln:= \
7190Sstevel@tonic-gate	REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln
7200Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libtermcap.so:= \
7210Sstevel@tonic-gate	REALPATH=../../../../lib/$(MACH64)/libcurses.so.1
7220Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ltermcap.ln:= \
7230Sstevel@tonic-gate	REALPATH=../../../../lib/$(MACH64)/llib-lcurses.ln
7240Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xa.o:= \
7250Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/values-Xa.o
7260Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xc.o:= \
7270Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/values-Xc.o
7280Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xs.o:= \
7290Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/values-Xs.o
7300Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-Xt.o:= \
7310Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/values-Xt.o
7320Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-xpg4.o:= \
7330Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/values-xpg4.o
7340Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/values-xpg6.o:= \
7350Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/values-xpg6.o
7360Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/libl.so:= \
7370Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libl.so.1
7380Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ll.ln:= \
7390Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-ll.ln
7400Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/liby.so:= \
7410Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/liby.so.1
7420Sstevel@tonic-gate$(ROOT)/usr/ccs/lib/$(MACH64)/llib-ly.ln:= \
7430Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-ly.ln
7440Sstevel@tonic-gate$(ROOT)/usr/lib/libp/$(MACH64)/libc.so.1:= \
7450Sstevel@tonic-gate	REALPATH=../../../../lib/$(MACH64)/libc.so.1
7460Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/$(MACH64)/libthread.so.1:= \
7470Sstevel@tonic-gate	REALPATH=../../$(MACH64)/libthread.so.1
7480Sstevel@tonic-gate$(ROOT)/usr/lib/lwp/$(MACH64)/libthread_db.so.1:= \
7490Sstevel@tonic-gate	REALPATH=../../$(MACH64)/libthread_db.so.1
7500Sstevel@tonic-gate
7510Sstevel@tonic-gateSYM.USRCCSLIB= \
7520Sstevel@tonic-gate	/usr/ccs/lib/libcurses.so \
7530Sstevel@tonic-gate	/usr/ccs/lib/llib-lcurses \
7540Sstevel@tonic-gate	/usr/ccs/lib/llib-lcurses.ln \
7550Sstevel@tonic-gate	/usr/ccs/lib/libform.so \
7560Sstevel@tonic-gate	/usr/ccs/lib/llib-lform \
7570Sstevel@tonic-gate	/usr/ccs/lib/llib-lform.ln \
7580Sstevel@tonic-gate	/usr/ccs/lib/libgen.so \
7590Sstevel@tonic-gate	/usr/ccs/lib/llib-lgen \
7600Sstevel@tonic-gate	/usr/ccs/lib/llib-lgen.ln \
7610Sstevel@tonic-gate	/usr/ccs/lib/libmalloc.so \
7620Sstevel@tonic-gate	/usr/ccs/lib/libmenu.so \
7630Sstevel@tonic-gate	/usr/ccs/lib/llib-lmenu \
7640Sstevel@tonic-gate	/usr/ccs/lib/llib-lmenu.ln \
7650Sstevel@tonic-gate	/usr/ccs/lib/libpanel.so \
7660Sstevel@tonic-gate	/usr/ccs/lib/llib-lpanel \
7670Sstevel@tonic-gate	/usr/ccs/lib/llib-lpanel.ln \
7680Sstevel@tonic-gate	/usr/ccs/lib/libtermlib.so \
7690Sstevel@tonic-gate	/usr/ccs/lib/llib-ltermlib \
7700Sstevel@tonic-gate	/usr/ccs/lib/llib-ltermlib.ln \
7710Sstevel@tonic-gate	/usr/ccs/lib/libtermcap.so \
7720Sstevel@tonic-gate	/usr/ccs/lib/llib-ltermcap \
7730Sstevel@tonic-gate	/usr/ccs/lib/llib-ltermcap.ln \
7740Sstevel@tonic-gate	/usr/ccs/lib/values-Xa.o \
7750Sstevel@tonic-gate	/usr/ccs/lib/values-Xc.o \
7760Sstevel@tonic-gate	/usr/ccs/lib/values-Xs.o \
7770Sstevel@tonic-gate	/usr/ccs/lib/values-Xt.o \
7780Sstevel@tonic-gate	/usr/ccs/lib/values-xpg4.o \
7790Sstevel@tonic-gate	/usr/ccs/lib/values-xpg6.o \
7800Sstevel@tonic-gate	/usr/ccs/lib/libl.so \
7810Sstevel@tonic-gate	/usr/ccs/lib/llib-ll.ln \
7820Sstevel@tonic-gate	/usr/ccs/lib/liby.so \
7830Sstevel@tonic-gate	/usr/ccs/lib/llib-ly.ln \
7840Sstevel@tonic-gate	/usr/lib/libp/libc.so.1 \
7850Sstevel@tonic-gate	/usr/lib/lwp/libthread.so.1 \
7860Sstevel@tonic-gate	/usr/lib/lwp/libthread_db.so.1
7870Sstevel@tonic-gate
7880Sstevel@tonic-gateSYM.USRCCSLIB64= \
7890Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/libcurses.so \
7900Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/llib-lcurses.ln \
7910Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/libform.so \
7920Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/llib-lform.ln \
7930Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/libgen.so \
7940Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/llib-lgen.ln \
7950Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/libmalloc.so \
7960Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/libmenu.so \
7970Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/llib-lmenu.ln \
7980Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/libpanel.so \
7990Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/llib-lpanel.ln \
8000Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/libtermlib.so \
8010Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/llib-ltermlib.ln \
8020Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/libtermcap.so \
8030Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/llib-ltermcap.ln \
8040Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/values-Xa.o \
8050Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/values-Xc.o \
8060Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/values-Xs.o \
8070Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/values-Xt.o \
8080Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/values-xpg4.o \
8090Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/values-xpg6.o \
8100Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/libl.so \
8110Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/llib-ll.ln \
8120Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/liby.so \
8130Sstevel@tonic-gate	/usr/ccs/lib/$(MACH64)/llib-ly.ln \
8140Sstevel@tonic-gate	/usr/lib/libp/$(MACH64)/libc.so.1 \
8150Sstevel@tonic-gate	/usr/lib/lwp/$(MACH64)/libthread.so.1 \
8160Sstevel@tonic-gate	/usr/lib/lwp/$(MACH64)/libthread_db.so.1
8170Sstevel@tonic-gate
8180Sstevel@tonic-gate# Special symlinks to direct libraries that have been moved
8190Sstevel@tonic-gate# from /usr/lib to /lib in order to live in the root filesystem.
8202248Sraf$(ROOT)/lib/libposix4.so.1:=		REALPATH=librt.so.1
8212248Sraf$(ROOT)/lib/libposix4.so:=		REALPATH=libposix4.so.1
8222248Sraf$(ROOT)/lib/llib-lposix4:=		REALPATH=llib-lrt
8232248Sraf$(ROOT)/lib/llib-lposix4.ln:=		REALPATH=llib-lrt.ln
8240Sstevel@tonic-gate$(ROOT)/lib/libthread_db.so.1:=		REALPATH=libc_db.so.1
8250Sstevel@tonic-gate$(ROOT)/lib/libthread_db.so:=		REALPATH=libc_db.so.1
8260Sstevel@tonic-gate$(ROOT)/usr/lib/ld.so.1:=		REALPATH=../../lib/ld.so.1
8270Sstevel@tonic-gate$(ROOT)/usr/lib/libadm.so.1:=		REALPATH=../../lib/libadm.so.1
8280Sstevel@tonic-gate$(ROOT)/usr/lib/libadm.so:=		REALPATH=../../lib/libadm.so.1
8290Sstevel@tonic-gate$(ROOT)/usr/lib/libaio.so.1:=		REALPATH=../../lib/libaio.so.1
8300Sstevel@tonic-gate$(ROOT)/usr/lib/libaio.so:=		REALPATH=../../lib/libaio.so.1
8310Sstevel@tonic-gate$(ROOT)/usr/lib/libavl.so.1:=		REALPATH=../../lib/libavl.so.1
8320Sstevel@tonic-gate$(ROOT)/usr/lib/libavl.so:=		REALPATH=../../lib/libavl.so.1
8330Sstevel@tonic-gate$(ROOT)/usr/lib/libbsm.so.1:=		REALPATH=../../lib/libbsm.so.1
8340Sstevel@tonic-gate$(ROOT)/usr/lib/libbsm.so:=		REALPATH=../../lib/libbsm.so.1
8350Sstevel@tonic-gate$(ROOT)/usr/lib/libc.so.1:=		REALPATH=../../lib/libc.so.1
8360Sstevel@tonic-gate$(ROOT)/usr/lib/libc.so:=		REALPATH=../../lib/libc.so.1
8370Sstevel@tonic-gate$(ROOT)/usr/lib/libc_db.so.1:=		REALPATH=../../lib/libc_db.so.1
8380Sstevel@tonic-gate$(ROOT)/usr/lib/libc_db.so:=		REALPATH=../../lib/libc_db.so.1
8390Sstevel@tonic-gate$(ROOT)/usr/lib/libcmdutils.so.1:=	REALPATH=../../lib/libcmdutils.so.1
8400Sstevel@tonic-gate$(ROOT)/usr/lib/libcmdutils.so:=	REALPATH=../../lib/libcmdutils.so.1
8410Sstevel@tonic-gate$(ROOT)/usr/lib/libcontract.so.1:=	REALPATH=../../lib/libcontract.so.1
8420Sstevel@tonic-gate$(ROOT)/usr/lib/libcontract.so:=	REALPATH=../../lib/libcontract.so.1
8438192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libcryptoutil.so.1:=	REALPATH=../../lib/libcryptoutil.so.1
8448192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libcryptoutil.so:=	REALPATH=../../lib/libcryptoutil.so.1
8450Sstevel@tonic-gate$(ROOT)/usr/lib/libctf.so.1:=		REALPATH=../../lib/libctf.so.1
8460Sstevel@tonic-gate$(ROOT)/usr/lib/libctf.so:=		REALPATH=../../lib/libctf.so.1
8470Sstevel@tonic-gate$(ROOT)/usr/lib/libcurses.so.1:=	REALPATH=../../lib/libcurses.so.1
8480Sstevel@tonic-gate$(ROOT)/usr/lib/libcurses.so:=		REALPATH=../../lib/libcurses.so.1
8490Sstevel@tonic-gate$(ROOT)/usr/lib/libdevice.so.1:=	REALPATH=../../lib/libdevice.so.1
8500Sstevel@tonic-gate$(ROOT)/usr/lib/libdevice.so:=		REALPATH=../../lib/libdevice.so.1
8510Sstevel@tonic-gate$(ROOT)/usr/lib/libdevid.so.1:=		REALPATH=../../lib/libdevid.so.1
8520Sstevel@tonic-gate$(ROOT)/usr/lib/libdevid.so:=		REALPATH=../../lib/libdevid.so.1
8530Sstevel@tonic-gate$(ROOT)/usr/lib/libdevinfo.so.1:=	REALPATH=../../lib/libdevinfo.so.1
8540Sstevel@tonic-gate$(ROOT)/usr/lib/libdevinfo.so:=		REALPATH=../../lib/libdevinfo.so.1
8550Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcpagent.so.1:=	REALPATH=../../lib/libdhcpagent.so.1
8560Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcpagent.so:=	REALPATH=../../lib/libdhcpagent.so.1
8570Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcputil.so.1:=	REALPATH=../../lib/libdhcputil.so.1
8580Sstevel@tonic-gate$(ROOT)/usr/lib/libdhcputil.so:=	REALPATH=../../lib/libdhcputil.so.1
8590Sstevel@tonic-gate$(ROOT)/usr/lib/libdl.so.1:=		REALPATH=../../lib/libdl.so.1
8600Sstevel@tonic-gate$(ROOT)/usr/lib/libdl.so:=		REALPATH=../../lib/libdl.so.1
8613874Sss150715$(ROOT)/usr/lib/libdlpi.so.1:=		REALPATH=../../lib/libdlpi.so.1
8623874Sss150715$(ROOT)/usr/lib/libdlpi.so:=		REALPATH=../../lib/libdlpi.so.1
8630Sstevel@tonic-gate$(ROOT)/usr/lib/libdoor.so.1:=		REALPATH=../../lib/libdoor.so.1
8640Sstevel@tonic-gate$(ROOT)/usr/lib/libdoor.so:=		REALPATH=../../lib/libdoor.so.1
8650Sstevel@tonic-gate$(ROOT)/usr/lib/libefi.so.1:=		REALPATH=../../lib/libefi.so.1
8660Sstevel@tonic-gate$(ROOT)/usr/lib/libefi.so:=		REALPATH=../../lib/libefi.so.1
8670Sstevel@tonic-gate$(ROOT)/usr/lib/libelf.so.1:=		REALPATH=../../lib/libelf.so.1
8680Sstevel@tonic-gate$(ROOT)/usr/lib/libelf.so:=		REALPATH=../../lib/libelf.so.1
86910021SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/libfdisk.so.1:=		REALPATH=../../lib/libfdisk.so.1
87010021SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/libfdisk.so:=		REALPATH=../../lib/libfdisk.so.1
8710Sstevel@tonic-gate$(ROOT)/usr/lib/libgen.so.1:=		REALPATH=../../lib/libgen.so.1
8720Sstevel@tonic-gate$(ROOT)/usr/lib/libgen.so:=		REALPATH=../../lib/libgen.so.1
8730Sstevel@tonic-gate$(ROOT)/usr/lib/libinetcfg.so.1:=	REALPATH=../../lib/libinetcfg.so.1
8740Sstevel@tonic-gate$(ROOT)/usr/lib/libinetcfg.so:=		REALPATH=../../lib/libinetcfg.so.1
8750Sstevel@tonic-gate$(ROOT)/usr/lib/libinetutil.so.1:=	REALPATH=../../lib/libinetutil.so.1
8760Sstevel@tonic-gate$(ROOT)/usr/lib/libinetutil.so:=	REALPATH=../../lib/libinetutil.so.1
8770Sstevel@tonic-gate$(ROOT)/usr/lib/libintl.so.1:=		REALPATH=../../lib/libintl.so.1
8780Sstevel@tonic-gate$(ROOT)/usr/lib/libintl.so:=		REALPATH=../../lib/libintl.so.1
8798192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libkmf.so.1:=		REALPATH=../../lib/libkmf.so.1
8808192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libkmf.so:=		REALPATH=../../lib/libkmf.so.1
8818192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libkmfberder.so.1:=	REALPATH=../../lib/libkmfberder.so.1
8828192SJohn.Zolnowsky@Sun.COM$(ROOT)/usr/lib/libkmfberder.so:=	REALPATH=../../lib/libkmfberder.so.1
8830Sstevel@tonic-gate$(ROOT)/usr/lib/libkstat.so.1:=		REALPATH=../../lib/libkstat.so.1
8840Sstevel@tonic-gate$(ROOT)/usr/lib/libkstat.so:=		REALPATH=../../lib/libkstat.so.1
8850Sstevel@tonic-gate$(ROOT)/usr/lib/liblddbg.so.4:=		REALPATH=../../lib/liblddbg.so.4
8861694Sdarrenm$(ROOT)/usr/lib/libmd.so.1:=		REALPATH=../../lib/libmd.so.1
8871694Sdarrenm$(ROOT)/usr/lib/libmd.so:=		REALPATH=../../lib/libmd.so.1
8880Sstevel@tonic-gate$(ROOT)/usr/lib/libmd5.so.1:=		REALPATH=../../lib/libmd5.so.1
8890Sstevel@tonic-gate$(ROOT)/usr/lib/libmd5.so:=		REALPATH=../../lib/libmd5.so.1
8900Sstevel@tonic-gate$(ROOT)/usr/lib/libmeta.so.1:=		REALPATH=../../lib/libmeta.so.1
8910Sstevel@tonic-gate$(ROOT)/usr/lib/libmeta.so:=		REALPATH=../../lib/libmeta.so.1
8920Sstevel@tonic-gate$(ROOT)/usr/lib/libmp.so.1:=		REALPATH=../../lib/libmp.so.1
8930Sstevel@tonic-gate$(ROOT)/usr/lib/libmp.so.2:=		REALPATH=../../lib/libmp.so.2
8940Sstevel@tonic-gate$(ROOT)/usr/lib/libmp.so:=		REALPATH=../../lib/libmp.so.2
8950Sstevel@tonic-gate$(ROOT)/usr/lib/libnsl.so.1:=		REALPATH=../../lib/libnsl.so.1
8960Sstevel@tonic-gate$(ROOT)/usr/lib/libnsl.so:=		REALPATH=../../lib/libnsl.so.1
8970Sstevel@tonic-gate$(ROOT)/usr/lib/libnvpair.so.1:=	REALPATH=../../lib/libnvpair.so.1
8980Sstevel@tonic-gate$(ROOT)/usr/lib/libnvpair.so:=		REALPATH=../../lib/libnvpair.so.1
8990Sstevel@tonic-gate$(ROOT)/usr/lib/libpam.so.1:=		REALPATH=../../lib/libpam.so.1
9000Sstevel@tonic-gate$(ROOT)/usr/lib/libpam.so:=		REALPATH=../../lib/libpam.so.1
9010Sstevel@tonic-gate$(ROOT)/usr/lib/libposix4.so.1:=	REALPATH=../../lib/librt.so.1
9020Sstevel@tonic-gate$(ROOT)/usr/lib/libposix4.so:=		REALPATH=../../lib/librt.so.1
9030Sstevel@tonic-gate$(ROOT)/usr/lib/libproc.so.1:=		REALPATH=../../lib/libproc.so.1
9040Sstevel@tonic-gate$(ROOT)/usr/lib/libproc.so:=		REALPATH=../../lib/libproc.so.1
9050Sstevel@tonic-gate$(ROOT)/usr/lib/libpthread.so.1:=	REALPATH=../../lib/libpthread.so.1
9065895Syz147064$(ROOT)/usr/lib/libpthread.so:=		REALPATH=../../lib/libpthread.so.1
9075895Syz147064$(ROOT)/usr/lib/librcm.so.1:=		REALPATH=../../lib/librcm.so.1
9085895Syz147064$(ROOT)/usr/lib/librcm.so:=		REALPATH=../../lib/librcm.so.1
9090Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so.1:=	REALPATH=../../lib/libresolv.so.1
9100Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so.2:=	REALPATH=../../lib/libresolv.so.2
9110Sstevel@tonic-gate$(ROOT)/usr/lib/libresolv.so:=		REALPATH=../../lib/libresolv.so.2
9120Sstevel@tonic-gate$(ROOT)/usr/lib/librestart.so.1:=	REALPATH=../../lib/librestart.so.1
9130Sstevel@tonic-gate$(ROOT)/usr/lib/librestart.so:=		REALPATH=../../lib/librestart.so.1
9140Sstevel@tonic-gate$(ROOT)/usr/lib/librpcsvc.so.1:=	REALPATH=../../lib/librpcsvc.so.1
9150Sstevel@tonic-gate$(ROOT)/usr/lib/librpcsvc.so:=		REALPATH=../../lib/librpcsvc.so.1
9160Sstevel@tonic-gate$(ROOT)/usr/lib/librt.so.1:=		REALPATH=../../lib/librt.so.1
9170Sstevel@tonic-gate$(ROOT)/usr/lib/librt.so:=		REALPATH=../../lib/librt.so.1
9180Sstevel@tonic-gate$(ROOT)/usr/lib/librtld.so.1:=		REALPATH=../../lib/librtld.so.1
9190Sstevel@tonic-gate$(ROOT)/usr/lib/librtld_db.so.1:=	REALPATH=../../lib/librtld_db.so.1
9200Sstevel@tonic-gate$(ROOT)/usr/lib/librtld_db.so:=		REALPATH=../../lib/librtld_db.so.1
9210Sstevel@tonic-gate$(ROOT)/usr/lib/libscf.so.1:=		REALPATH=../../lib/libscf.so.1
9220Sstevel@tonic-gate$(ROOT)/usr/lib/libscf.so:=		REALPATH=../../lib/libscf.so.1
9230Sstevel@tonic-gate$(ROOT)/usr/lib/libsec.so.1:=		REALPATH=../../lib/libsec.so.1
9240Sstevel@tonic-gate$(ROOT)/usr/lib/libsec.so:=		REALPATH=../../lib/libsec.so.1
9250Sstevel@tonic-gate$(ROOT)/usr/lib/libsecdb.so.1:=		REALPATH=../../lib/libsecdb.so.1
9260Sstevel@tonic-gate$(ROOT)/usr/lib/libsecdb.so:=		REALPATH=../../lib/libsecdb.so.1
9270Sstevel@tonic-gate$(ROOT)/usr/lib/libsendfile.so.1:=	REALPATH=../../lib/libsendfile.so.1
9280Sstevel@tonic-gate$(ROOT)/usr/lib/libsendfile.so:=	REALPATH=../../lib/libsendfile.so.1
9290Sstevel@tonic-gate$(ROOT)/usr/lib/libsocket.so.1:=	REALPATH=../../lib/libsocket.so.1
9300Sstevel@tonic-gate$(ROOT)/usr/lib/libsocket.so:=		REALPATH=../../lib/libsocket.so.1
9310Sstevel@tonic-gate$(ROOT)/usr/lib/libsysevent.so.1:=	REALPATH=../../lib/libsysevent.so.1
9320Sstevel@tonic-gate$(ROOT)/usr/lib/libsysevent.so:=	REALPATH=../../lib/libsysevent.so.1
9330Sstevel@tonic-gate$(ROOT)/usr/lib/libtermcap.so.1:=	REALPATH=../../lib/libcurses.so.1
9340Sstevel@tonic-gate$(ROOT)/usr/lib/libtermcap.so:=		REALPATH=../../lib/libcurses.so.1
9350Sstevel@tonic-gate$(ROOT)/usr/lib/libtermlib.so.1:=	REALPATH=../../lib/libcurses.so.1
9360Sstevel@tonic-gate$(ROOT)/usr/lib/libtermlib.so:=		REALPATH=../../lib/libcurses.so.1
9370Sstevel@tonic-gate$(ROOT)/usr/lib/libthread.so.1:=	REALPATH=../../lib/libthread.so.1
9380Sstevel@tonic-gate$(ROOT)/usr/lib/libthread.so:=		REALPATH=../../lib/libthread.so.1
9390Sstevel@tonic-gate$(ROOT)/usr/lib/libthread_db.so.1:=	REALPATH=../../lib/libc_db.so.1
9400Sstevel@tonic-gate$(ROOT)/usr/lib/libthread_db.so:=	REALPATH=../../lib/libc_db.so.1
9411676Sjpk$(ROOT)/usr/lib/libtsnet.so.1:=		REALPATH=../../lib/libtsnet.so.1
9421676Sjpk$(ROOT)/usr/lib/libtsnet.so:=		REALPATH=../../lib/libtsnet.so.1
9431676Sjpk$(ROOT)/usr/lib/libtsol.so.2:=		REALPATH=../../lib/libtsol.so.2
9441676Sjpk$(ROOT)/usr/lib/libtsol.so:=		REALPATH=../../lib/libtsol.so.2
9450Sstevel@tonic-gate$(ROOT)/usr/lib/libumem.so.1:=		REALPATH=../../lib/libumem.so.1
9460Sstevel@tonic-gate$(ROOT)/usr/lib/libumem.so:=		REALPATH=../../lib/libumem.so.1
9470Sstevel@tonic-gate$(ROOT)/usr/lib/libuuid.so.1:=		REALPATH=../../lib/libuuid.so.1
9480Sstevel@tonic-gate$(ROOT)/usr/lib/libuuid.so:=		REALPATH=../../lib/libuuid.so.1
9490Sstevel@tonic-gate$(ROOT)/usr/lib/libuutil.so.1:=		REALPATH=../../lib/libuutil.so.1
9500Sstevel@tonic-gate$(ROOT)/usr/lib/libuutil.so:=		REALPATH=../../lib/libuutil.so.1
9510Sstevel@tonic-gate$(ROOT)/usr/lib/libw.so.1:=		REALPATH=../../lib/libw.so.1
9520Sstevel@tonic-gate$(ROOT)/usr/lib/libw.so:=		REALPATH=../../lib/libw.so.1
9530Sstevel@tonic-gate$(ROOT)/usr/lib/libxnet.so.1:=		REALPATH=../../lib/libxnet.so.1
9540Sstevel@tonic-gate$(ROOT)/usr/lib/libxnet.so:=		REALPATH=../../lib/libxnet.so.1
955998Seschrock$(ROOT)/usr/lib/libzfs.so.1:=		REALPATH=../../lib/libzfs.so.1
956998Seschrock$(ROOT)/usr/lib/libzfs.so:=		REALPATH=../../lib/libzfs.so.1
9570Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ladm.ln:=		REALPATH=../../lib/llib-ladm.ln
9580Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ladm:=		REALPATH=../../lib/llib-ladm
9590Sstevel@tonic-gate$(ROOT)/usr/lib/llib-laio.ln:=		REALPATH=../../lib/llib-laio.ln
9600Sstevel@tonic-gate$(ROOT)/usr/lib/llib-laio:=		REALPATH=../../lib/llib-laio
9610Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lavl.ln:=		REALPATH=../../lib/llib-lavl.ln
9620Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lavl:=		REALPATH=../../lib/llib-lavl
9630Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lbsm.ln:=		REALPATH=../../lib/llib-lbsm.ln
9640Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lbsm:=		REALPATH=../../lib/llib-lbsm
9650Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lc.ln:=		REALPATH=../../lib/llib-lc.ln
9660Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lc:=		REALPATH=../../lib/llib-lc
9670Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcmdutils.ln:=	REALPATH=../../lib/llib-lcmdutils.ln
9680Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcmdutils:=	REALPATH=../../lib/llib-lcmdutils
9690Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcontract.ln:=	REALPATH=../../lib/llib-lcontract.ln
9700Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcontract:=	REALPATH=../../lib/llib-lcontract
9710Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lctf.ln:=		REALPATH=../../lib/llib-lctf.ln
9720Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lctf:=		REALPATH=../../lib/llib-lctf
9730Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcurses.ln:=	REALPATH=../../lib/llib-lcurses.ln
9740Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lcurses:=		REALPATH=../../lib/llib-lcurses
9750Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevice.ln:=	REALPATH=../../lib/llib-ldevice.ln
9760Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevice:=		REALPATH=../../lib/llib-ldevice
9770Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevid.ln:=	REALPATH=../../lib/llib-ldevid.ln
9780Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevid:=		REALPATH=../../lib/llib-ldevid
9790Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevinfo.ln:=	REALPATH=../../lib/llib-ldevinfo.ln
9800Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldevinfo:=		REALPATH=../../lib/llib-ldevinfo
9810Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcpagent.ln:=	REALPATH=../../lib/llib-ldhcpagent.ln
9820Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcpagent:=	REALPATH=../../lib/llib-ldhcpagent
9830Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcputil.ln:=	REALPATH=../../lib/llib-ldhcputil.ln
9840Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldhcputil:=	REALPATH=../../lib/llib-ldhcputil
9850Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldl.ln:=		REALPATH=../../lib/llib-ldl.ln
9860Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldl:=		REALPATH=../../lib/llib-ldl
9870Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldoor.ln:=		REALPATH=../../lib/llib-ldoor.ln
9880Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ldoor:=		REALPATH=../../lib/llib-ldoor
9890Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lefi.ln:=		REALPATH=../../lib/llib-lefi.ln
9900Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lefi:=		REALPATH=../../lib/llib-lefi
9910Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lelf.ln:=		REALPATH=../../lib/llib-lelf.ln
9920Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lelf:=		REALPATH=../../lib/llib-lelf
99310021SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/llib-lfdisk.ln:=	REALPATH=../../lib/llib-lfdisk.ln
99410021SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/llib-lfdisk:=		REALPATH=../../lib/llib-lfdisk
9950Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lgen.ln:=		REALPATH=../../lib/llib-lgen.ln
9960Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lgen:=		REALPATH=../../lib/llib-lgen
9970Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetcfg.ln:=	REALPATH=../../lib/llib-linetcfg.ln
9980Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetcfg:=		REALPATH=../../lib/llib-linetcfg
9990Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetutil.ln:=	REALPATH=../../lib/llib-linetutil.ln
10000Sstevel@tonic-gate$(ROOT)/usr/lib/llib-linetutil:=	REALPATH=../../lib/llib-linetutil
10010Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lintl.ln:=		REALPATH=../../lib/llib-lintl.ln
10020Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lintl:=		REALPATH=../../lib/llib-lintl
10030Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lkstat.ln:=	REALPATH=../../lib/llib-lkstat.ln
10040Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lkstat:=		REALPATH=../../lib/llib-lkstat
10050Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmd5.ln:=		REALPATH=../../lib/llib-lmd5.ln
10060Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmd5:=		REALPATH=../../lib/llib-lmd5
10070Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmeta.ln:=		REALPATH=../../lib/llib-lmeta.ln
10080Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lmeta:=		REALPATH=../../lib/llib-lmeta
10090Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnsl.ln:=		REALPATH=../../lib/llib-lnsl.ln
10100Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnsl:=		REALPATH=../../lib/llib-lnsl
10110Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnvpair.ln:=	REALPATH=../../lib/llib-lnvpair.ln
10120Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lnvpair:=		REALPATH=../../lib/llib-lnvpair
10130Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpam.ln:=		REALPATH=../../lib/llib-lpam.ln
10140Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpam:=		REALPATH=../../lib/llib-lpam
10150Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lposix4.ln:=	REALPATH=../../lib/llib-lrt.ln
10160Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lposix4:=		REALPATH=../../lib/llib-lrt
10170Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpthread.ln:=	REALPATH=../../lib/llib-lpthread.ln
10180Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lpthread:=		REALPATH=../../lib/llib-lpthread
10190Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lresolv.ln:=	REALPATH=../../lib/llib-lresolv.ln
10200Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lresolv:=		REALPATH=../../lib/llib-lresolv
10215655Sth199096$(ROOT)/usr/lib/llib-lrpcsvc.ln:=	REALPATH=../../lib/llib-lrpcsvc.ln
10225655Sth199096$(ROOT)/usr/lib/llib-lrpcsvc:=		REALPATH=../../lib/llib-lrpcsvc
10230Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrt.ln:=		REALPATH=../../lib/llib-lrt.ln
10240Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrt:=		REALPATH=../../lib/llib-lrt
10250Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrtld_db.ln:=	REALPATH=../../lib/llib-lrtld_db.ln
10260Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lrtld_db:=		REALPATH=../../lib/llib-lrtld_db
10270Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lscf.ln:=		REALPATH=../../lib/llib-lscf.ln
10280Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lscf:=		REALPATH=../../lib/llib-lscf
10290Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsec.ln:=		REALPATH=../../lib/llib-lsec.ln
10300Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsec:=		REALPATH=../../lib/llib-lsec
10310Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsecdb.ln:=	REALPATH=../../lib/llib-lsecdb.ln
10320Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsecdb:=		REALPATH=../../lib/llib-lsecdb
10330Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsendfile.ln:=	REALPATH=../../lib/llib-lsendfile.ln
10340Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsendfile:=	REALPATH=../../lib/llib-lsendfile
10350Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsocket.ln:=	REALPATH=../../lib/llib-lsocket.ln
10360Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsocket:=		REALPATH=../../lib/llib-lsocket
10370Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsysevent.ln:=	REALPATH=../../lib/llib-lsysevent.ln
10380Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lsysevent:=	REALPATH=../../lib/llib-lsysevent
10390Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermcap.ln:=	REALPATH=../../lib/llib-lcurses.ln
10400Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermcap:=		REALPATH=../../lib/llib-lcurses
10410Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermlib.ln:=	REALPATH=../../lib/llib-lcurses.ln
10420Sstevel@tonic-gate$(ROOT)/usr/lib/llib-ltermlib:=		REALPATH=../../lib/llib-lcurses
10430Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread.ln:=	REALPATH=../../lib/llib-lthread.ln
10440Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread:=		REALPATH=../../lib/llib-lthread
10450Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread_db.ln:=	REALPATH=../../lib/llib-lc_db.ln
10460Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lthread_db:=	REALPATH=../../lib/llib-lc_db
10471676Sjpk$(ROOT)/usr/lib/llib-ltsnet.ln:=	REALPATH=../../lib/llib-ltsnet.ln
10481676Sjpk$(ROOT)/usr/lib/llib-ltsnet:=		REALPATH=../../lib/llib-ltsnet
10491676Sjpk$(ROOT)/usr/lib/llib-ltsol.ln:=		REALPATH=../../lib/llib-ltsol.ln
10501676Sjpk$(ROOT)/usr/lib/llib-ltsol:=		REALPATH=../../lib/llib-ltsol
10510Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lumem.ln:=		REALPATH=../../lib/llib-lumem.ln
10520Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lumem:=		REALPATH=../../lib/llib-lumem
10530Sstevel@tonic-gate$(ROOT)/usr/lib/llib-luuid.ln:=		REALPATH=../../lib/llib-luuid.ln
10540Sstevel@tonic-gate$(ROOT)/usr/lib/llib-luuid:=		REALPATH=../../lib/llib-luuid
10550Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lxnet.ln:=		REALPATH=../../lib/llib-lxnet.ln
10560Sstevel@tonic-gate$(ROOT)/usr/lib/llib-lxnet:=		REALPATH=../../lib/llib-lxnet
1057998Seschrock$(ROOT)/usr/lib/llib-lzfs.ln:=		REALPATH=../../lib/llib-lzfs.ln
1058998Seschrock$(ROOT)/usr/lib/llib-lzfs:=		REALPATH=../../lib/llib-lzfs
10590Sstevel@tonic-gate$(ROOT)/usr/lib/nss_compat.so.1:=	REALPATH=../../lib/nss_compat.so.1
10600Sstevel@tonic-gate$(ROOT)/usr/lib/nss_dns.so.1:=		REALPATH=../../lib/nss_dns.so.1
10610Sstevel@tonic-gate$(ROOT)/usr/lib/nss_files.so.1:=	REALPATH=../../lib/nss_files.so.1
10620Sstevel@tonic-gate$(ROOT)/usr/lib/nss_nis.so.1:=		REALPATH=../../lib/nss_nis.so.1
10630Sstevel@tonic-gate$(ROOT)/usr/lib/nss_user.so.1:=		REALPATH=../../lib/nss_user.so.1
10640Sstevel@tonic-gate
10652248Sraf$(ROOT)/lib/$(MACH64)/libposix4.so.1:= \
10662248Sraf	REALPATH=librt.so.1
10672248Sraf$(ROOT)/lib/$(MACH64)/libposix4.so:= \
10682248Sraf	REALPATH=libposix4.so.1
10692248Sraf$(ROOT)/lib/$(MACH64)/llib-lposix4.ln:= \
10702248Sraf	REALPATH=llib-lrt.ln
10710Sstevel@tonic-gate$(ROOT)/lib/$(MACH64)/libthread_db.so.1:= \
10720Sstevel@tonic-gate	REALPATH=libc_db.so.1
10730Sstevel@tonic-gate$(ROOT)/lib/$(MACH64)/libthread_db.so:= \
10740Sstevel@tonic-gate	REALPATH=libc_db.so.1
10750Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/ld.so.1:= \
10760Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/ld.so.1
10770Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libadm.so.1:= \
10780Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libadm.so.1
10790Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libadm.so:= \
10800Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libadm.so.1
10810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libaio.so.1:= \
10820Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libaio.so.1
10830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libaio.so:= \
10840Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libaio.so.1
10850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libavl.so.1:= \
10860Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libavl.so.1
10870Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libavl.so:= \
10880Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libavl.so.1
10890Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libbsm.so.1:= \
10900Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libbsm.so.1
10910Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libbsm.so:= \
10920Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libbsm.so.1
10930Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc.so.1:= \
10940Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libc.so.1
10950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc.so:= \
10960Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libc.so.1
10970Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc_db.so.1:= \
10980Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libc_db.so.1
10990Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libc_db.so:= \
11000Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libc_db.so.1
11010Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcmdutils.so.1:= \
11020Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libcmdutils.so.1
11030Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcmdutils.so:= \
11040Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libcmdutils.so.1
11050Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcontract.so.1:= \
11060Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libcontract.so.1
11070Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcontract.so:= \
11080Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libcontract.so.1
11090Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libctf.so.1:= \
11100Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libctf.so.1
11110Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libctf.so:= \
11120Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libctf.so.1
11130Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcurses.so.1:= \
11140Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libcurses.so.1
11150Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libcurses.so:= \
11160Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libcurses.so.1
11170Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevice.so.1:= \
11180Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libdevice.so.1
11190Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevice.so:= \
11200Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libdevice.so.1
11210Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevid.so.1:= \
11220Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libdevid.so.1
11230Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevid.so:= \
11240Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libdevid.so.1
11250Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevinfo.so.1:= \
11260Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libdevinfo.so.1
11270Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdevinfo.so:= \
11280Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libdevinfo.so.1
11290Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdl.so.1:= \
11300Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libdl.so.1
11310Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdl.so:= \
11320Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libdl.so.1
11333874Sss150715$(ROOT)/usr/lib/$(MACH64)/libdlpi.so.1:= \
11343874Sss150715	REALPATH=../../../lib/$(MACH64)/libdlpi.so.1
11353874Sss150715$(ROOT)/usr/lib/$(MACH64)/libdlpi.so:= \
11363874Sss150715	REALPATH=../../../lib/$(MACH64)/libdlpi.so.1
11370Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdoor.so.1:= \
11380Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libdoor.so.1
11390Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libdoor.so:= \
11400Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libdoor.so.1
11410Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libefi.so.1:= \
11420Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libefi.so.1
11430Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libefi.so:= \
11440Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libefi.so.1
11450Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libelf.so.1:= \
11460Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libelf.so.1
11470Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libelf.so:= \
11480Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libelf.so.1
11490Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libgen.so.1:= \
11500Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libgen.so.1
11510Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libgen.so:= \
11520Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libgen.so.1
11530Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libinetutil.so.1:= \
11540Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libinetutil.so.1
11550Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libinetutil.so:= \
11560Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libinetutil.so.1
11570Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libintl.so.1:= \
11580Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libintl.so.1
11590Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libintl.so:= \
11600Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libintl.so.1
11610Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libkstat.so.1:= \
11620Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libkstat.so.1
11630Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libkstat.so:= \
11640Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libkstat.so.1
11650Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/liblddbg.so.4:= \
11660Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/liblddbg.so.4
11671694Sdarrenm$(ROOT)/usr/lib/$(MACH64)/libmd.so.1:= \
11681694Sdarrenm	REALPATH=../../../lib/$(MACH64)/libmd.so.1
11691694Sdarrenm$(ROOT)/usr/lib/$(MACH64)/libmd.so:= \
11701694Sdarrenm	REALPATH=../../../lib/$(MACH64)/libmd.so.1
11710Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmd5.so.1:= \
11720Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libmd5.so.1
11730Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmd5.so:= \
11740Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libmd5.so.1
11750Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmp.so.2:= \
11760Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libmp.so.2
11770Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libmp.so:= \
11780Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libmp.so.2
11790Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnsl.so.1:= \
11800Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libnsl.so.1
11810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnsl.so:= \
11820Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libnsl.so.1
11830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnvpair.so.1:= \
11840Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libnvpair.so.1
11850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libnvpair.so:= \
11860Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libnvpair.so.1
11870Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpam.so.1:= \
11880Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libpam.so.1
11890Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpam.so:= \
11900Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libpam.so.1
11910Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libposix4.so.1:= \
11920Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librt.so.1
11930Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libposix4.so:= \
11940Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librt.so.1
11950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libproc.so.1:= \
11960Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libproc.so.1
11970Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libproc.so:= \
11980Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libproc.so.1
11990Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpthread.so.1:= \
12000Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libpthread.so.1
12010Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libpthread.so:= \
12020Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libpthread.so.1
12035895Syz147064$(ROOT)/usr/lib/$(MACH64)/librcm.so.1:= \
12045895Syz147064	REALPATH=../../../lib/$(MACH64)/librcm.so.1
12055895Syz147064$(ROOT)/usr/lib/$(MACH64)/librcm.so:= \
12065895Syz147064	REALPATH=../../../lib/$(MACH64)/librcm.so.1
12070Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libresolv.so.2:= \
12080Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libresolv.so.2
12090Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libresolv.so:= \
12100Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libresolv.so.2
12110Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librestart.so.1:= \
12120Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librestart.so.1
12130Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librestart.so:= \
12140Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librestart.so.1
12150Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librpcsvc.so.1:= \
12160Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librpcsvc.so.1
12170Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librpcsvc.so:= \
12180Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librpcsvc.so.1
12190Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librt.so.1:= \
12200Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librt.so.1
12210Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librt.so:= \
12220Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librt.so.1
12230Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld.so.1:= \
12240Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librtld.so.1
12250Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld_db.so.1:= \
12260Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librtld_db.so.1
12270Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/librtld_db.so:= \
12280Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/librtld_db.so.1
12290Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libscf.so.1:= \
12300Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libscf.so.1
12310Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libscf.so:= \
12320Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libscf.so.1
12330Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsec.so.1:= \
12340Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libsec.so.1
12350Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsec.so:= \
12360Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libsec.so.1
12370Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsecdb.so.1:= \
12380Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libsecdb.so.1
12390Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsecdb.so:= \
12400Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libsecdb.so.1
12410Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsendfile.so.1:= \
12420Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libsendfile.so.1
12430Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsendfile.so:= \
12440Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libsendfile.so.1
12450Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsocket.so.1:= \
12460Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libsocket.so.1
12470Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsocket.so:= \
12480Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libsocket.so.1
12490Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsysevent.so.1:= \
12500Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libsysevent.so.1
12510Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libsysevent.so:= \
12520Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libsysevent.so.1
12530Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermcap.so.1:= \
12540Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libcurses.so.1
12550Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermcap.so:= \
12560Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libcurses.so.1
12570Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermlib.so.1:= \
12580Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libcurses.so.1
12590Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libtermlib.so:= \
12600Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libcurses.so.1
12610Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread.so.1:= \
12620Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libthread.so.1
12630Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread.so:= \
12640Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libthread.so.1
12650Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread_db.so.1:= \
12660Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libc_db.so.1
12670Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libthread_db.so:= \
12680Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libc_db.so.1
12691676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsnet.so.1:= \
12701676Sjpk	REALPATH=../../../lib/$(MACH64)/libtsnet.so.1
12711676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsnet.so:= \
12721676Sjpk	REALPATH=../../../lib/$(MACH64)/libtsnet.so.1
12731676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsol.so.2:= \
12741676Sjpk	REALPATH=../../../lib/$(MACH64)/libtsol.so.2
12751676Sjpk$(ROOT)/usr/lib/$(MACH64)/libtsol.so:= \
12761676Sjpk	REALPATH=../../../lib/$(MACH64)/libtsol.so.2
12770Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libumem.so.1:= \
12780Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libumem.so.1
12790Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libumem.so:= \
12800Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libumem.so.1
12810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuuid.so.1:= \
12820Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libuuid.so.1
12830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuuid.so:= \
12840Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libuuid.so.1
12850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuutil.so.1:= \
12860Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libuutil.so.1
12870Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libuutil.so:= \
12880Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libuutil.so.1
12890Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libw.so.1:= \
12900Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libw.so.1
12910Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libw.so:= \
12920Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libw.so.1
12930Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libxnet.so.1:= \
12940Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libxnet.so.1
12950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/libxnet.so:= \
12960Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/libxnet.so.1
1297998Seschrock$(ROOT)/usr/lib/$(MACH64)/libzfs.so:= \
1298998Seschrock	REALPATH=../../../lib/$(MACH64)/libzfs.so.1
1299998Seschrock$(ROOT)/usr/lib/$(MACH64)/libzfs.so.1:= \
1300998Seschrock	REALPATH=../../../lib/$(MACH64)/libzfs.so.1
130111006SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/$(MACH64)/libfdisk.so.1:= \
130211006SSheshadri.Vasudevan@Sun.COM	REALPATH=../../../lib/$(MACH64)/libfdisk.so.1
130311006SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/$(MACH64)/libfdisk.so:= \
130411006SSheshadri.Vasudevan@Sun.COM	REALPATH=../../../lib/$(MACH64)/libfdisk.so.1
13050Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ladm.ln:= \
13060Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-ladm.ln
13070Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-laio.ln:= \
13080Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-laio.ln
13090Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lavl.ln:= \
13100Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lavl.ln
13110Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lbsm.ln:= \
13120Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lbsm.ln
13130Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lc.ln:= \
13140Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lc.ln
13150Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcmdutils.ln:= \
13160Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lcmdutils.ln
13170Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcontract.ln:= \
13180Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lcontract.ln
13190Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lctf.ln:= \
13200Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lctf.ln
13210Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcurses.ln:= \
13220Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln
13230Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lcurses:= \
13240Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lcurses
13250Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevice.ln:= \
13260Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-ldevice.ln
13270Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevid.ln:= \
13280Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-ldevid.ln
13290Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldevinfo.ln:= \
13300Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-ldevinfo.ln
13310Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldl.ln:= \
13320Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-ldl.ln
13330Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ldoor.ln:= \
13340Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-ldoor.ln
13350Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lefi.ln:= \
13360Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lefi.ln
13370Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lelf.ln:= \
13380Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lelf.ln
13390Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lgen.ln:= \
13400Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lgen.ln
13410Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-linetutil.ln:= \
13420Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-linetutil.ln
13430Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lintl.ln:= \
13440Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lintl.ln
13450Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lkstat.ln:= \
13460Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lkstat.ln
13470Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lmd5.ln:= \
13480Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lmd5.ln
13490Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lnsl.ln:= \
13500Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lnsl.ln
13510Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lnvpair.ln:= \
13520Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lnvpair.ln
13530Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lpam.ln:= \
13540Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lpam.ln
13550Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lposix4.ln:= \
13560Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lrt.ln
13570Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lpthread.ln:= \
13580Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lpthread.ln
13590Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lresolv.ln:= \
13600Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lresolv.ln
13615655Sth199096$(ROOT)/usr/lib/$(MACH64)/llib-lrpcsvc.ln:= \
13625655Sth199096	REALPATH=../../../lib/$(MACH64)/llib-lrpcsvc.ln
13630Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lrt.ln:= \
13640Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lrt.ln
13650Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lrtld_db.ln:= \
13660Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lrtld_db.ln
13670Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lscf.ln:= \
13680Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lscf.ln
13690Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsec.ln:= \
13700Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lsec.ln
13710Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsecdb.ln:= \
13720Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lsecdb.ln
13730Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsendfile.ln:= \
13740Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lsendfile.ln
13750Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsocket.ln:= \
13760Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lsocket.ln
13770Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lsysevent.ln:= \
13780Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lsysevent.ln
13790Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermcap.ln:= \
13800Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln
13810Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermcap:= \
13820Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lcurses
13830Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermlib.ln:= \
13840Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lcurses.ln
13850Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-ltermlib:= \
13860Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lcurses
13870Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lthread.ln:= \
13880Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lthread.ln
13890Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lthread_db.ln:= \
13900Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lc_db.ln
13911676Sjpk$(ROOT)/usr/lib/$(MACH64)/llib-ltsnet.ln:= \
13921676Sjpk	REALPATH=../../../lib/$(MACH64)/llib-ltsnet.ln
13931676Sjpk$(ROOT)/usr/lib/$(MACH64)/llib-ltsol.ln:= \
13941676Sjpk	REALPATH=../../../lib/$(MACH64)/llib-ltsol.ln
13950Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lumem.ln:= \
13960Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lumem.ln
13970Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-luuid.ln:= \
13980Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-luuid.ln
13990Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/llib-lxnet.ln:= \
14000Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/llib-lxnet.ln
1401998Seschrock$(ROOT)/usr/lib/$(MACH64)/llib-lzfs.ln:= \
1402998Seschrock	REALPATH=../../../lib/$(MACH64)/llib-lzfs.ln
140311006SSheshadri.Vasudevan@Sun.COM$(ROOT)/usr/lib/$(MACH64)/llib-lfdisk.ln:= \
140411006SSheshadri.Vasudevan@Sun.COM	REALPATH=../../../lib/$(MACH64)/llib-lfdisk.ln
14050Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_compat.so.1:= \
14060Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/nss_compat.so.1
14070Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_dns.so.1:= \
14080Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/nss_dns.so.1
14090Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_files.so.1:= \
14100Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/nss_files.so.1
14110Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_nis.so.1:= \
14120Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/nss_nis.so.1
14130Sstevel@tonic-gate$(ROOT)/usr/lib/$(MACH64)/nss_user.so.1:= \
14140Sstevel@tonic-gate	REALPATH=../../../lib/$(MACH64)/nss_user.so.1
14150Sstevel@tonic-gate
141610021SSheshadri.Vasudevan@Sun.COMi386_SYM.USRLIB= \
141710021SSheshadri.Vasudevan@Sun.COM	/usr/lib/libfdisk.so \
141810021SSheshadri.Vasudevan@Sun.COM	/usr/lib/libfdisk.so.1 \
141910021SSheshadri.Vasudevan@Sun.COM	/usr/lib/llib-lfdisk \
142010021SSheshadri.Vasudevan@Sun.COM	/usr/lib/llib-lfdisk.ln
142110021SSheshadri.Vasudevan@Sun.COM
14220Sstevel@tonic-gateSYM.USRLIB= \
142310021SSheshadri.Vasudevan@Sun.COM	$($(MACH)_SYM.USRLIB)	\
14242248Sraf	/lib/libposix4.so \
14252248Sraf	/lib/libposix4.so.1 \
14262248Sraf	/lib/llib-lposix4 \
14272248Sraf	/lib/llib-lposix4.ln \
14280Sstevel@tonic-gate	/lib/libthread_db.so \
14290Sstevel@tonic-gate	/lib/libthread_db.so.1 \
14300Sstevel@tonic-gate	/usr/lib/ld.so.1 \
14310Sstevel@tonic-gate	/usr/lib/libadm.so \
14320Sstevel@tonic-gate	/usr/lib/libadm.so.1 \
14330Sstevel@tonic-gate	/usr/lib/libaio.so \
14340Sstevel@tonic-gate	/usr/lib/libaio.so.1 \
14350Sstevel@tonic-gate	/usr/lib/libavl.so \
14360Sstevel@tonic-gate	/usr/lib/libavl.so.1 \
14370Sstevel@tonic-gate	/usr/lib/libbsm.so \
14380Sstevel@tonic-gate	/usr/lib/libbsm.so.1 \
14390Sstevel@tonic-gate	/usr/lib/libc.so \
14400Sstevel@tonic-gate	/usr/lib/libc.so.1 \
14410Sstevel@tonic-gate	/usr/lib/libc_db.so \
14420Sstevel@tonic-gate	/usr/lib/libc_db.so.1 \
14430Sstevel@tonic-gate	/usr/lib/libcmdutils.so \
14440Sstevel@tonic-gate	/usr/lib/libcmdutils.so.1 \
14450Sstevel@tonic-gate	/usr/lib/libcontract.so \
14460Sstevel@tonic-gate	/usr/lib/libcontract.so.1 \
14470Sstevel@tonic-gate	/usr/lib/libctf.so \
14480Sstevel@tonic-gate	/usr/lib/libctf.so.1 \
14490Sstevel@tonic-gate	/usr/lib/libcurses.so \
14500Sstevel@tonic-gate	/usr/lib/libcurses.so.1 \
14510Sstevel@tonic-gate	/usr/lib/libdevice.so \
14520Sstevel@tonic-gate	/usr/lib/libdevice.so.1 \
14530Sstevel@tonic-gate	/usr/lib/libdevid.so \
14540Sstevel@tonic-gate	/usr/lib/libdevid.so.1 \
14550Sstevel@tonic-gate	/usr/lib/libdevinfo.so \
14560Sstevel@tonic-gate	/usr/lib/libdevinfo.so.1 \
14570Sstevel@tonic-gate	/usr/lib/libdhcpagent.so \
14580Sstevel@tonic-gate	/usr/lib/libdhcpagent.so.1 \
14590Sstevel@tonic-gate	/usr/lib/libdhcputil.so \
14600Sstevel@tonic-gate	/usr/lib/libdhcputil.so.1 \
14610Sstevel@tonic-gate	/usr/lib/libdl.so \
14620Sstevel@tonic-gate	/usr/lib/libdl.so.1 \
14633874Sss150715	/usr/lib/libdlpi.so \
14643874Sss150715	/usr/lib/libdlpi.so.1 \
14650Sstevel@tonic-gate	/usr/lib/libdoor.so \
14660Sstevel@tonic-gate	/usr/lib/libdoor.so.1 \
14670Sstevel@tonic-gate	/usr/lib/libefi.so \
14680Sstevel@tonic-gate	/usr/lib/libefi.so.1 \
14690Sstevel@tonic-gate	/usr/lib/libelf.so \
14700Sstevel@tonic-gate	/usr/lib/libelf.so.1 \
14710Sstevel@tonic-gate	/usr/lib/libgen.so \
14720Sstevel@tonic-gate	/usr/lib/libgen.so.1 \
14730Sstevel@tonic-gate	/usr/lib/libinetcfg.so \
14740Sstevel@tonic-gate	/usr/lib/libinetcfg.so.1 \
14750Sstevel@tonic-gate	/usr/lib/libinetutil.so \
14760Sstevel@tonic-gate	/usr/lib/libinetutil.so.1 \
14770Sstevel@tonic-gate	/usr/lib/libintl.so \
14780Sstevel@tonic-gate	/usr/lib/libintl.so.1 \
14790Sstevel@tonic-gate	/usr/lib/libkstat.so \
14800Sstevel@tonic-gate	/usr/lib/libkstat.so.1 \
14810Sstevel@tonic-gate	/usr/lib/liblddbg.so.4 \
14821694Sdarrenm	/usr/lib/libmd.so \
14831694Sdarrenm	/usr/lib/libmd.so.1 \
14840Sstevel@tonic-gate	/usr/lib/libmd5.so \
14850Sstevel@tonic-gate	/usr/lib/libmd5.so.1 \
14860Sstevel@tonic-gate	/usr/lib/libmeta.so \
14870Sstevel@tonic-gate	/usr/lib/libmeta.so.1 \
14880Sstevel@tonic-gate	/usr/lib/libmp.so \
14890Sstevel@tonic-gate	/usr/lib/libmp.so.1 \
14900Sstevel@tonic-gate	/usr/lib/libmp.so.2 \
14910Sstevel@tonic-gate	/usr/lib/libnsl.so \
14920Sstevel@tonic-gate	/usr/lib/libnsl.so.1 \
14930Sstevel@tonic-gate	/usr/lib/libnvpair.so \
14940Sstevel@tonic-gate	/usr/lib/libnvpair.so.1 \
14950Sstevel@tonic-gate	/usr/lib/libpam.so \
14960Sstevel@tonic-gate	/usr/lib/libpam.so.1 \
14970Sstevel@tonic-gate	/usr/lib/libposix4.so \
14980Sstevel@tonic-gate	/usr/lib/libposix4.so.1 \
14990Sstevel@tonic-gate	/usr/lib/libproc.so \
15000Sstevel@tonic-gate	/usr/lib/libproc.so.1 \
15010Sstevel@tonic-gate	/usr/lib/libpthread.so \
15020Sstevel@tonic-gate	/usr/lib/libpthread.so.1 \
15035895Syz147064	/usr/lib/librcm.so \
15045895Syz147064	/usr/lib/librcm.so.1 \
15050Sstevel@tonic-gate	/usr/lib/libresolv.so \
15060Sstevel@tonic-gate	/usr/lib/libresolv.so.1 \
15070Sstevel@tonic-gate	/usr/lib/libresolv.so.2 \
15080Sstevel@tonic-gate	/usr/lib/librestart.so \
15090Sstevel@tonic-gate	/usr/lib/librestart.so.1 \
15100Sstevel@tonic-gate	/usr/lib/librpcsvc.so \
15110Sstevel@tonic-gate	/usr/lib/librpcsvc.so.1 \
15120Sstevel@tonic-gate	/usr/lib/librt.so \
15130Sstevel@tonic-gate	/usr/lib/librt.so.1 \
15140Sstevel@tonic-gate	/usr/lib/librtld.so.1 \
15150Sstevel@tonic-gate	/usr/lib/librtld_db.so \
15160Sstevel@tonic-gate	/usr/lib/librtld_db.so.1 \
15170Sstevel@tonic-gate	/usr/lib/libscf.so \
15180Sstevel@tonic-gate	/usr/lib/libscf.so.1 \
15190Sstevel@tonic-gate	/usr/lib/libsec.so \
15200Sstevel@tonic-gate	/usr/lib/libsec.so.1 \
15210Sstevel@tonic-gate	/usr/lib/libsecdb.so \
15220Sstevel@tonic-gate	/usr/lib/libsecdb.so.1 \
15230Sstevel@tonic-gate	/usr/lib/libsendfile.so \
15240Sstevel@tonic-gate	/usr/lib/libsendfile.so.1 \
15250Sstevel@tonic-gate	/usr/lib/libsocket.so \
15260Sstevel@tonic-gate	/usr/lib/libsocket.so.1 \
15271676Sjpk	/usr/lib/libsysevent.so \
15281676Sjpk	/usr/lib/libsysevent.so.1 \
15290Sstevel@tonic-gate	/usr/lib/libtermcap.so \
15300Sstevel@tonic-gate	/usr/lib/libtermcap.so.1 \
15310Sstevel@tonic-gate	/usr/lib/libtermlib.so \
15320Sstevel@tonic-gate	/usr/lib/libtermlib.so.1 \
15330Sstevel@tonic-gate	/usr/lib/libthread.so \
15340Sstevel@tonic-gate	/usr/lib/libthread.so.1 \
15350Sstevel@tonic-gate	/usr/lib/libthread_db.so \
15360Sstevel@tonic-gate	/usr/lib/libthread_db.so.1 \
15371676Sjpk	/usr/lib/libtsnet.so \
15381676Sjpk	/usr/lib/libtsnet.so.1 \
15391676Sjpk	/usr/lib/libtsol.so \
15401676Sjpk	/usr/lib/libtsol.so.2 \
15410Sstevel@tonic-gate	/usr/lib/libumem.so \
15420Sstevel@tonic-gate	/usr/lib/libumem.so.1 \
15430Sstevel@tonic-gate	/usr/lib/libuuid.so \
15440Sstevel@tonic-gate	/usr/lib/libuuid.so.1 \
15450Sstevel@tonic-gate	/usr/lib/libuutil.so \
15460Sstevel@tonic-gate	/usr/lib/libuutil.so.1 \
15470Sstevel@tonic-gate	/usr/lib/libw.so \
15480Sstevel@tonic-gate	/usr/lib/libw.so.1 \
15490Sstevel@tonic-gate	/usr/lib/libxnet.so \
15500Sstevel@tonic-gate	/usr/lib/libxnet.so.1 \
1551998Seschrock	/usr/lib/libzfs.so \
1552998Seschrock	/usr/lib/libzfs.so.1 \
15530Sstevel@tonic-gate	/usr/lib/llib-ladm \
15540Sstevel@tonic-gate	/usr/lib/llib-ladm.ln \
15550Sstevel@tonic-gate	/usr/lib/llib-laio \
15560Sstevel@tonic-gate	/usr/lib/llib-laio.ln \
15570Sstevel@tonic-gate	/usr/lib/llib-lavl \
15580Sstevel@tonic-gate	/usr/lib/llib-lavl.ln \
15590Sstevel@tonic-gate	/usr/lib/llib-lbsm \
15600Sstevel@tonic-gate	/usr/lib/llib-lbsm.ln \
15610Sstevel@tonic-gate	/usr/lib/llib-lc \
15620Sstevel@tonic-gate	/usr/lib/llib-lc.ln \
15630Sstevel@tonic-gate	/usr/lib/llib-lcmdutils \
15640Sstevel@tonic-gate	/usr/lib/llib-lcmdutils.ln \
15650Sstevel@tonic-gate	/usr/lib/llib-lcontract \
15660Sstevel@tonic-gate	/usr/lib/llib-lcontract.ln \
15670Sstevel@tonic-gate	/usr/lib/llib-lctf \
15680Sstevel@tonic-gate	/usr/lib/llib-lctf.ln \
15690Sstevel@tonic-gate	/usr/lib/llib-lcurses \
15700Sstevel@tonic-gate	/usr/lib/llib-lcurses.ln \
15710Sstevel@tonic-gate	/usr/lib/llib-ldevice \
15720Sstevel@tonic-gate	/usr/lib/llib-ldevice.ln \
15730Sstevel@tonic-gate	/usr/lib/llib-ldevid \
15740Sstevel@tonic-gate	/usr/lib/llib-ldevid.ln \
15750Sstevel@tonic-gate	/usr/lib/llib-ldevinfo \
15760Sstevel@tonic-gate	/usr/lib/llib-ldevinfo.ln \
15770Sstevel@tonic-gate	/usr/lib/llib-ldhcpagent \
15780Sstevel@tonic-gate	/usr/lib/llib-ldhcpagent.ln \
15790Sstevel@tonic-gate	/usr/lib/llib-ldhcputil \
15800Sstevel@tonic-gate	/usr/lib/llib-ldhcputil.ln \
15810Sstevel@tonic-gate	/usr/lib/llib-ldl \
15820Sstevel@tonic-gate	/usr/lib/llib-ldl.ln \
15830Sstevel@tonic-gate	/usr/lib/llib-ldoor \
15840Sstevel@tonic-gate	/usr/lib/llib-ldoor.ln \
15850Sstevel@tonic-gate	/usr/lib/llib-lefi \
15860Sstevel@tonic-gate	/usr/lib/llib-lefi.ln \
15870Sstevel@tonic-gate	/usr/lib/llib-lelf \
15880Sstevel@tonic-gate	/usr/lib/llib-lelf.ln \
15890Sstevel@tonic-gate	/usr/lib/llib-lgen \
15900Sstevel@tonic-gate	/usr/lib/llib-lgen.ln \
15910Sstevel@tonic-gate	/usr/lib/llib-linetcfg \
15920Sstevel@tonic-gate	/usr/lib/llib-linetcfg.ln \
15930Sstevel@tonic-gate	/usr/lib/llib-linetutil \
15940Sstevel@tonic-gate	/usr/lib/llib-linetutil.ln \
15950Sstevel@tonic-gate	/usr/lib/llib-lintl \
15960Sstevel@tonic-gate	/usr/lib/llib-lintl.ln \
15970Sstevel@tonic-gate	/usr/lib/llib-lkstat \
15980Sstevel@tonic-gate	/usr/lib/llib-lkstat.ln \
15990Sstevel@tonic-gate	/usr/lib/llib-lmd5 \
16000Sstevel@tonic-gate	/usr/lib/llib-lmd5.ln \
16010Sstevel@tonic-gate	/usr/lib/llib-lmeta \
16020Sstevel@tonic-gate	/usr/lib/llib-lmeta.ln \
16030Sstevel@tonic-gate	/usr/lib/llib-lnsl \
16040Sstevel@tonic-gate	/usr/lib/llib-lnsl.ln \
16050Sstevel@tonic-gate	/usr/lib/llib-lnvpair \
16060Sstevel@tonic-gate	/usr/lib/llib-lnvpair.ln \
16070Sstevel@tonic-gate	/usr/lib/llib-lpam \
16080Sstevel@tonic-gate	/usr/lib/llib-lpam.ln \
16090Sstevel@tonic-gate	/usr/lib/llib-lposix4 \
16100Sstevel@tonic-gate	/usr/lib/llib-lposix4.ln \
16110Sstevel@tonic-gate	/usr/lib/llib-lpthread \
16120Sstevel@tonic-gate	/usr/lib/llib-lpthread.ln \
16130Sstevel@tonic-gate	/usr/lib/llib-lresolv \
16140Sstevel@tonic-gate	/usr/lib/llib-lresolv.ln \
16155655Sth199096	/usr/lib/llib-lrpcsvc \
16165655Sth199096	/usr/lib/llib-lrpcsvc.ln \
16170Sstevel@tonic-gate	/usr/lib/llib-lrt \
16180Sstevel@tonic-gate	/usr/lib/llib-lrt.ln \
16190Sstevel@tonic-gate	/usr/lib/llib-lrtld_db \
16200Sstevel@tonic-gate	/usr/lib/llib-lrtld_db.ln \
16210Sstevel@tonic-gate	/usr/lib/llib-lscf \
16220Sstevel@tonic-gate	/usr/lib/llib-lscf.ln \
16230Sstevel@tonic-gate	/usr/lib/llib-lsec \
16240Sstevel@tonic-gate	/usr/lib/llib-lsec.ln \
16250Sstevel@tonic-gate	/usr/lib/llib-lsecdb \
16260Sstevel@tonic-gate	/usr/lib/llib-lsecdb.ln \
16270Sstevel@tonic-gate	/usr/lib/llib-lsendfile \
16280Sstevel@tonic-gate	/usr/lib/llib-lsendfile.ln \
16290Sstevel@tonic-gate	/usr/lib/llib-lsocket \
16300Sstevel@tonic-gate	/usr/lib/llib-lsocket.ln \
16310Sstevel@tonic-gate	/usr/lib/llib-lsysevent \
16320Sstevel@tonic-gate	/usr/lib/llib-lsysevent.ln \
16330Sstevel@tonic-gate	/usr/lib/llib-ltermcap \
16340Sstevel@tonic-gate	/usr/lib/llib-ltermcap.ln \
16350Sstevel@tonic-gate	/usr/lib/llib-ltermlib \
16360Sstevel@tonic-gate	/usr/lib/llib-ltermlib.ln \
16370Sstevel@tonic-gate	/usr/lib/llib-lthread \
16380Sstevel@tonic-gate	/usr/lib/llib-lthread.ln \
16390Sstevel@tonic-gate	/usr/lib/llib-lthread_db \
16400Sstevel@tonic-gate	/usr/lib/llib-lthread_db.ln \
16411676Sjpk	/usr/lib/llib-ltsnet \
16421676Sjpk	/usr/lib/llib-ltsnet.ln \
16431676Sjpk	/usr/lib/llib-ltsol \
16441676Sjpk	/usr/lib/llib-ltsol.ln \
16450Sstevel@tonic-gate	/usr/lib/llib-lumem \
16460Sstevel@tonic-gate	/usr/lib/llib-lumem.ln \
16470Sstevel@tonic-gate	/usr/lib/llib-luuid \
16480Sstevel@tonic-gate	/usr/lib/llib-luuid.ln \
16490Sstevel@tonic-gate	/usr/lib/llib-lxnet \
16500Sstevel@tonic-gate	/usr/lib/llib-lxnet.ln \
1651998Seschrock	/usr/lib/llib-lzfs \
1652998Seschrock	/usr/lib/llib-lzfs.ln \
16530Sstevel@tonic-gate	/usr/lib/nss_compat.so.1 \
16540Sstevel@tonic-gate	/usr/lib/nss_dns.so.1 \
16550Sstevel@tonic-gate	/usr/lib/nss_files.so.1 \
16560Sstevel@tonic-gate	/usr/lib/nss_nis.so.1 \
16577291Ssuha	/usr/lib/nss_user.so.1
16580Sstevel@tonic-gate
16594761Skm84432sparcv9_SYM.USRLIB64=
16600Sstevel@tonic-gate
166111006SSheshadri.Vasudevan@Sun.COMamd64_SYM.USRLIB64=	\
166211006SSheshadri.Vasudevan@Sun.COM	/usr/lib/amd64/libfdisk.so	\
166311006SSheshadri.Vasudevan@Sun.COM	/usr/lib/amd64/libfdisk.so.1	\
166411006SSheshadri.Vasudevan@Sun.COM	/usr/lib/amd64/llib-lfdisk.ln
166511006SSheshadri.Vasudevan@Sun.COM
16660Sstevel@tonic-gate
16670Sstevel@tonic-gateSYM.USRLIB64= \
16680Sstevel@tonic-gate	$($(MACH64)_SYM.USRLIB64)		\
16692248Sraf	/lib/$(MACH64)/libposix4.so \
16702248Sraf	/lib/$(MACH64)/libposix4.so.1 \
16712248Sraf	/lib/$(MACH64)/llib-lposix4.ln \
16720Sstevel@tonic-gate	/lib/$(MACH64)/libthread_db.so \
16730Sstevel@tonic-gate	/lib/$(MACH64)/libthread_db.so.1 \
16740Sstevel@tonic-gate	/usr/lib/$(MACH64)/ld.so.1 \
16750Sstevel@tonic-gate	/usr/lib/$(MACH64)/libadm.so \
16760Sstevel@tonic-gate	/usr/lib/$(MACH64)/libadm.so.1 \
16770Sstevel@tonic-gate	/usr/lib/$(MACH64)/libaio.so \
16780Sstevel@tonic-gate	/usr/lib/$(MACH64)/libaio.so.1 \
16790Sstevel@tonic-gate	/usr/lib/$(MACH64)/libavl.so \
16800Sstevel@tonic-gate	/usr/lib/$(MACH64)/libavl.so.1 \
16810Sstevel@tonic-gate	/usr/lib/$(MACH64)/libbsm.so \
16820Sstevel@tonic-gate	/usr/lib/$(MACH64)/libbsm.so.1 \
16830Sstevel@tonic-gate	/usr/lib/$(MACH64)/libc.so \
16840Sstevel@tonic-gate	/usr/lib/$(MACH64)/libc.so.1 \
16850Sstevel@tonic-gate	/usr/lib/$(MACH64)/libc_db.so \
16860Sstevel@tonic-gate	/usr/lib/$(MACH64)/libc_db.so.1 \
16870Sstevel@tonic-gate	/usr/lib/$(MACH64)/libcmdutils.so \
16880Sstevel@tonic-gate	/usr/lib/$(MACH64)/libcmdutils.so.1 \
16890Sstevel@tonic-gate	/usr/lib/$(MACH64)/libcontract.so \
16900Sstevel@tonic-gate	/usr/lib/$(MACH64)/libcontract.so.1 \
16910Sstevel@tonic-gate	/usr/lib/$(MACH64)/libctf.so \
16920Sstevel@tonic-gate	/usr/lib/$(MACH64)/libctf.so.1 \
16930Sstevel@tonic-gate	/usr/lib/$(MACH64)/libcurses.so \
16940Sstevel@tonic-gate	/usr/lib/$(MACH64)/libcurses.so.1 \
16950Sstevel@tonic-gate	/usr/lib/$(MACH64)/libdevice.so \
16960Sstevel@tonic-gate	/usr/lib/$(MACH64)/libdevice.so.1 \
16970Sstevel@tonic-gate	/usr/lib/$(MACH64)/libdevid.so \
16980Sstevel@tonic-gate	/usr/lib/$(MACH64)/libdevid.so.1 \
16990Sstevel@tonic-gate	/usr/lib/$(MACH64)/libdevinfo.so \
17000Sstevel@tonic-gate	/usr/lib/$(MACH64)/libdevinfo.so.1 \
17010Sstevel@tonic-gate	/usr/lib/$(MACH64)/libdl.so \
17020Sstevel@tonic-gate	/usr/lib/$(MACH64)/libdl.so.1 \
17033874Sss150715	/usr/lib/$(MACH64)/libdlpi.so \
17043874Sss150715	/usr/lib/$(MACH64)/libdlpi.so.1 \
17050Sstevel@tonic-gate	/usr/lib/$(MACH64)/libdoor.so \
17060Sstevel@tonic-gate	/usr/lib/$(MACH64)/libdoor.so.1 \
17070Sstevel@tonic-gate	/usr/lib/$(MACH64)/libefi.so \
17080Sstevel@tonic-gate	/usr/lib/$(MACH64)/libefi.so.1 \
17090Sstevel@tonic-gate	/usr/lib/$(MACH64)/libelf.so \
17100Sstevel@tonic-gate	/usr/lib/$(MACH64)/libelf.so.1 \
17110Sstevel@tonic-gate	/usr/lib/$(MACH64)/libgen.so \
17120Sstevel@tonic-gate	/usr/lib/$(MACH64)/libgen.so.1 \
17130Sstevel@tonic-gate	/usr/lib/$(MACH64)/libinetutil.so \
17140Sstevel@tonic-gate	/usr/lib/$(MACH64)/libinetutil.so.1 \
17150Sstevel@tonic-gate	/usr/lib/$(MACH64)/libintl.so \
17160Sstevel@tonic-gate	/usr/lib/$(MACH64)/libintl.so.1 \
17170Sstevel@tonic-gate	/usr/lib/$(MACH64)/libkstat.so \
17180Sstevel@tonic-gate	/usr/lib/$(MACH64)/libkstat.so.1 \
17190Sstevel@tonic-gate	/usr/lib/$(MACH64)/liblddbg.so.4 \
17201694Sdarrenm	/usr/lib/$(MACH64)/libmd.so \
17211694Sdarrenm	/usr/lib/$(MACH64)/libmd.so.1 \
17220Sstevel@tonic-gate	/usr/lib/$(MACH64)/libmd5.so \
17230Sstevel@tonic-gate	/usr/lib/$(MACH64)/libmd5.so.1 \
17240Sstevel@tonic-gate	/usr/lib/$(MACH64)/libmp.so \
17250Sstevel@tonic-gate	/usr/lib/$(MACH64)/libmp.so.2 \
17260Sstevel@tonic-gate	/usr/lib/$(MACH64)/libnsl.so \
17270Sstevel@tonic-gate	/usr/lib/$(MACH64)/libnsl.so.1 \
17280Sstevel@tonic-gate	/usr/lib/$(MACH64)/libnvpair.so \
17290Sstevel@tonic-gate	/usr/lib/$(MACH64)/libnvpair.so.1 \
17300Sstevel@tonic-gate	/usr/lib/$(MACH64)/libpam.so \
17310Sstevel@tonic-gate	/usr/lib/$(MACH64)/libpam.so.1 \
17320Sstevel@tonic-gate	/usr/lib/$(MACH64)/libposix4.so \
17330Sstevel@tonic-gate	/usr/lib/$(MACH64)/libposix4.so.1 \
17340Sstevel@tonic-gate	/usr/lib/$(MACH64)/libproc.so \
17350Sstevel@tonic-gate	/usr/lib/$(MACH64)/libproc.so.1 \
17360Sstevel@tonic-gate	/usr/lib/$(MACH64)/libpthread.so \
17370Sstevel@tonic-gate	/usr/lib/$(MACH64)/libpthread.so.1 \
17385895Syz147064	/usr/lib/$(MACH64)/librcm.so \
17395895Syz147064	/usr/lib/$(MACH64)/librcm.so.1 \
17400Sstevel@tonic-gate	/usr/lib/$(MACH64)/libresolv.so \
17410Sstevel@tonic-gate	/usr/lib/$(MACH64)/libresolv.so.2 \
17420Sstevel@tonic-gate	/usr/lib/$(MACH64)/librestart.so \
17430Sstevel@tonic-gate	/usr/lib/$(MACH64)/librestart.so.1 \
17440Sstevel@tonic-gate	/usr/lib/$(MACH64)/librpcsvc.so \
17450Sstevel@tonic-gate	/usr/lib/$(MACH64)/librpcsvc.so.1 \
17460Sstevel@tonic-gate	/usr/lib/$(MACH64)/librt.so \
17470Sstevel@tonic-gate	/usr/lib/$(MACH64)/librt.so.1 \
17480Sstevel@tonic-gate	/usr/lib/$(MACH64)/librtld.so.1 \
17490Sstevel@tonic-gate	/usr/lib/$(MACH64)/librtld_db.so \
17500Sstevel@tonic-gate	/usr/lib/$(MACH64)/librtld_db.so.1 \
17510Sstevel@tonic-gate	/usr/lib/$(MACH64)/libscf.so \
17520Sstevel@tonic-gate	/usr/lib/$(MACH64)/libscf.so.1 \
17530Sstevel@tonic-gate	/usr/lib/$(MACH64)/libsec.so \
17540Sstevel@tonic-gate	/usr/lib/$(MACH64)/libsec.so.1 \
17550Sstevel@tonic-gate	/usr/lib/$(MACH64)/libsecdb.so \
17560Sstevel@tonic-gate	/usr/lib/$(MACH64)/libsecdb.so.1 \
17570Sstevel@tonic-gate	/usr/lib/$(MACH64)/libsendfile.so \
17580Sstevel@tonic-gate	/usr/lib/$(MACH64)/libsendfile.so.1 \
17590Sstevel@tonic-gate	/usr/lib/$(MACH64)/libsocket.so \
17600Sstevel@tonic-gate	/usr/lib/$(MACH64)/libsocket.so.1 \
17610Sstevel@tonic-gate	/usr/lib/$(MACH64)/libsysevent.so \
17620Sstevel@tonic-gate	/usr/lib/$(MACH64)/libsysevent.so.1 \
17630Sstevel@tonic-gate	/usr/lib/$(MACH64)/libtermcap.so \
17640Sstevel@tonic-gate	/usr/lib/$(MACH64)/libtermcap.so.1 \
17650Sstevel@tonic-gate	/usr/lib/$(MACH64)/libtermlib.so \
17660Sstevel@tonic-gate	/usr/lib/$(MACH64)/libtermlib.so.1 \
17670Sstevel@tonic-gate	/usr/lib/$(MACH64)/libthread.so \
17680Sstevel@tonic-gate	/usr/lib/$(MACH64)/libthread.so.1 \
17690Sstevel@tonic-gate	/usr/lib/$(MACH64)/libthread_db.so \
17700Sstevel@tonic-gate	/usr/lib/$(MACH64)/libthread_db.so.1 \
17711676Sjpk	/usr/lib/$(MACH64)/libtsnet.so \
17721676Sjpk	/usr/lib/$(MACH64)/libtsnet.so.1 \
17731676Sjpk	/usr/lib/$(MACH64)/libtsol.so \
17741676Sjpk	/usr/lib/$(MACH64)/libtsol.so.2 \
17750Sstevel@tonic-gate	/usr/lib/$(MACH64)/libumem.so \
17760Sstevel@tonic-gate	/usr/lib/$(MACH64)/libumem.so.1 \
17770Sstevel@tonic-gate	/usr/lib/$(MACH64)/libuuid.so \
17780Sstevel@tonic-gate	/usr/lib/$(MACH64)/libuuid.so.1 \
17790Sstevel@tonic-gate	/usr/lib/$(MACH64)/libuutil.so \
17800Sstevel@tonic-gate	/usr/lib/$(MACH64)/libuutil.so.1 \
17810Sstevel@tonic-gate	/usr/lib/$(MACH64)/libw.so \
17820Sstevel@tonic-gate	/usr/lib/$(MACH64)/libw.so.1 \
17830Sstevel@tonic-gate	/usr/lib/$(MACH64)/libxnet.so \
17840Sstevel@tonic-gate	/usr/lib/$(MACH64)/libxnet.so.1 \
1785998Seschrock	/usr/lib/$(MACH64)/libzfs.so \
1786998Seschrock	/usr/lib/$(MACH64)/libzfs.so.1 \
17870Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-ladm.ln \
17880Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-laio.ln \
17890Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lavl.ln \
17900Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lbsm.ln \
17910Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lc.ln \
17920Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lcmdutils.ln \
17930Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lcontract.ln \
17940Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lctf.ln \
17950Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lcurses \
17960Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lcurses.ln \
17970Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-ldevice.ln \
17980Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-ldevid.ln \
17990Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-ldevinfo.ln \
18000Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-ldl.ln \
18010Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-ldoor.ln \
18020Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lefi.ln \
18030Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lelf.ln \
18040Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lgen.ln \
18050Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-linetutil.ln \
18060Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lintl.ln \
18070Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lkstat.ln \
18080Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lmd5.ln \
18090Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lnsl.ln \
18100Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lnvpair.ln \
18110Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lpam.ln \
18120Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lposix4.ln \
18130Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lpthread.ln \
18140Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lresolv.ln \
18155655Sth199096	/usr/lib/$(MACH64)/llib-lrpcsvc.ln \
18160Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lrt.ln \
18170Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lrtld_db.ln \
18180Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lscf.ln \
18190Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lsec.ln \
18200Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lsecdb.ln \
18210Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lsendfile.ln \
18220Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lsocket.ln \
18230Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lsysevent.ln \
18240Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-ltermcap \
18250Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-ltermcap.ln \
18260Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-ltermlib \
18270Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-ltermlib.ln \
18280Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lthread.ln \
18290Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lthread_db.ln \
18301676Sjpk	/usr/lib/$(MACH64)/llib-ltsnet.ln \
18311676Sjpk	/usr/lib/$(MACH64)/llib-ltsol.ln \
18320Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lumem.ln \
18330Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-luuid.ln \
18340Sstevel@tonic-gate	/usr/lib/$(MACH64)/llib-lxnet.ln \
1835998Seschrock	/usr/lib/$(MACH64)/llib-lzfs.ln \
18360Sstevel@tonic-gate	/usr/lib/$(MACH64)/nss_compat.so.1 \
18370Sstevel@tonic-gate	/usr/lib/$(MACH64)/nss_dns.so.1 \
18380Sstevel@tonic-gate	/usr/lib/$(MACH64)/nss_files.so.1 \
18390Sstevel@tonic-gate	/usr/lib/$(MACH64)/nss_nis.so.1 \
18407291Ssuha	/usr/lib/$(MACH64)/nss_user.so.1
18410Sstevel@tonic-gate
184210738SJames.McPherson@Sun.COM#
184310738SJames.McPherson@Sun.COM# usr/src/Makefile uses INS.dir for any member of ROOTDIRS, the fact
184410738SJames.McPherson@Sun.COM# these are symlinks to files has no bearing on this.
184510738SJames.McPherson@Sun.COM#
184610738SJames.McPherson@Sun.COM$(FILELINKS:%=$(ROOT)%):= \
184710207SJames.McPherson@Sun.COM    INS.dir= -$(RM) $@; $(SYMLINK) $(REALPATH) $@
1848