7 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8 # or http://www.opensolaris.org/os/licensing.
9 # See the License for the specific language governing permissions
10 # and limitations under the License.
11 #
12 # When distributing Covered Code, include this CDDL HEADER in each
13 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14 # If applicable, add the following below this CDDL HEADER, with the
15 # fields enclosed by brackets "[]" replaced with your own identifying
16 # information: Portions Copyright [yyyy] [name of copyright owner]
17 #
18 # CDDL HEADER END
19 #
20
21 #
22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright 2011, Richard Lowe
24 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
25 # Copyright (c) 2012 by Delphix. All rights reserved.
26 # Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
27 #
28
29 #
30 # It is easier to think in terms of directory names without the ROOT macro
31 # prefix. ROOTDIRS is TARGETDIRS with ROOT prefixes. It is necessary
32 # to work with ROOT prefixes when controlling conditional assignments.
33 #
34
35 DIRLINKS= $(SYM.DIRS)
36 $(BUILD64) DIRLINKS += $(SYM.DIRS64)
37
38 FILELINKS= $(SYM.USRCCSLIB) $(SYM.USRLIB)
39 $(BUILD64) FILELINKS += $(SYM.USRCCSLIB64) $(SYM.USRLIB64)
40
41 TARGETDIRS= $(DIRS)
42 $(BUILD64) TARGETDIRS += $(DIRS64)
43
44 TARGETDIRS += $(FILELINKS) $(DIRLINKS)
45
46 i386_DIRS= \
127 /etc/mail \
128 /etc/mail/cf \
129 /etc/mail/cf/cf \
130 /etc/mail/cf/domain \
131 /etc/mail/cf/feature \
132 /etc/mail/cf/m4 \
133 /etc/mail/cf/mailer \
134 /etc/mail/cf/ostype \
135 /etc/mail/cf/sh \
136 /etc/net-snmp \
137 /etc/net-snmp/snmp \
138 /etc/opt \
139 /etc/rc0.d \
140 /etc/rc1.d \
141 /etc/rc2.d \
142 /etc/rc3.d \
143 /etc/rcS.d \
144 /etc/saf \
145 /etc/sasl \
146 /etc/sfw \
147 /etc/svc \
148 /etc/svc/profile \
149 /etc/svc/profile/site \
150 /etc/svc/volatile \
151 /etc/tm \
152 /etc/usb \
153 /etc/user_attr.d \
154 /etc/zfs \
155 /etc/zones \
156 /export \
157 /home \
158 /lib \
159 /lib/crypto \
160 /lib/inet \
161 /lib/fm \
162 /lib/secure \
163 /lib/svc \
164 /lib/svc/bin \
165 /lib/svc/capture \
166 /lib/svc/manifest \
|
7 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8 # or http://www.opensolaris.org/os/licensing.
9 # See the License for the specific language governing permissions
10 # and limitations under the License.
11 #
12 # When distributing Covered Code, include this CDDL HEADER in each
13 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14 # If applicable, add the following below this CDDL HEADER, with the
15 # fields enclosed by brackets "[]" replaced with your own identifying
16 # information: Portions Copyright [yyyy] [name of copyright owner]
17 #
18 # CDDL HEADER END
19 #
20
21 #
22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
23 # Copyright 2011, Richard Lowe
24 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
25 # Copyright (c) 2012 by Delphix. All rights reserved.
26 # Copyright 2012 OmniTI Computer Consulting, Inc. All rights reserved.
27 # Copyright (c) 2013 RackTop Systems.
28 #
29
30 #
31 # It is easier to think in terms of directory names without the ROOT macro
32 # prefix. ROOTDIRS is TARGETDIRS with ROOT prefixes. It is necessary
33 # to work with ROOT prefixes when controlling conditional assignments.
34 #
35
36 DIRLINKS= $(SYM.DIRS)
37 $(BUILD64) DIRLINKS += $(SYM.DIRS64)
38
39 FILELINKS= $(SYM.USRCCSLIB) $(SYM.USRLIB)
40 $(BUILD64) FILELINKS += $(SYM.USRCCSLIB64) $(SYM.USRLIB64)
41
42 TARGETDIRS= $(DIRS)
43 $(BUILD64) TARGETDIRS += $(DIRS64)
44
45 TARGETDIRS += $(FILELINKS) $(DIRLINKS)
46
47 i386_DIRS= \
128 /etc/mail \
129 /etc/mail/cf \
130 /etc/mail/cf/cf \
131 /etc/mail/cf/domain \
132 /etc/mail/cf/feature \
133 /etc/mail/cf/m4 \
134 /etc/mail/cf/mailer \
135 /etc/mail/cf/ostype \
136 /etc/mail/cf/sh \
137 /etc/net-snmp \
138 /etc/net-snmp/snmp \
139 /etc/opt \
140 /etc/rc0.d \
141 /etc/rc1.d \
142 /etc/rc2.d \
143 /etc/rc3.d \
144 /etc/rcS.d \
145 /etc/saf \
146 /etc/sasl \
147 /etc/sfw \
148 /etc/skel \
149 /etc/svc \
150 /etc/svc/profile \
151 /etc/svc/profile/site \
152 /etc/svc/volatile \
153 /etc/tm \
154 /etc/usb \
155 /etc/user_attr.d \
156 /etc/zfs \
157 /etc/zones \
158 /export \
159 /home \
160 /lib \
161 /lib/crypto \
162 /lib/inet \
163 /lib/fm \
164 /lib/secure \
165 /lib/svc \
166 /lib/svc/bin \
167 /lib/svc/capture \
168 /lib/svc/manifest \
|