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 (c) 2012 by Delphix. All rights reserved.
  25 # Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com>
  26 # Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  27 # Copyright (c) 2013 RackTop Systems.
  28 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  29 #
  30 
  31 #
  32 # It is easier to think in terms of directory names without the ROOT macro
  33 # prefix.  ROOTDIRS is TARGETDIRS with ROOT prefixes.  It is necessary
  34 # to work with ROOT prefixes when controlling conditional assignments.
  35 #
  36 
  37 DIRLINKS=       $(SYM.DIRS)
  38 $(BUILD64)      DIRLINKS += $(SYM.DIRS64)
  39 
  40 FILELINKS= $(SYM.USRCCSLIB) $(SYM.USRLIB)
  41 $(BUILD64)      FILELINKS += $(SYM.USRCCSLIB64) $(SYM.USRLIB64)
  42 
  43 TARGETDIRS=     $(DIRS)
  44 $(BUILD64)      TARGETDIRS += $(DIRS64)
  45 
  46 TARGETDIRS      += $(FILELINKS) $(DIRLINKS)
  47 
  48 i386_DIRS=                      \
 
 
 251         /usr/lib/class \
 252         /usr/lib/class/FSS \
 253         /usr/lib/class/FX \
 254         /usr/lib/class/IA \
 255         /usr/lib/class/RT \
 256         /usr/lib/class/SDC \
 257         /usr/lib/class/TS \
 258         /usr/lib/crypto \
 259         /usr/lib/drv \
 260         /usr/lib/elfedit \
 261         /usr/lib/fm \
 262         /usr/lib/font \
 263         /usr/lib/fs \
 264         /usr/lib/fs/nfs \
 265         /usr/lib/fs/proc \
 266         /usr/lib/fs/smb \
 267         /usr/lib/fs/zfs \
 268         /usr/lib/gss \
 269         /usr/lib/hal \
 270         /usr/lib/inet \
 271         /usr/lib/inet/dhcp \
 272         /usr/lib/inet/dhcp/nsu \
 273         /usr/lib/inet/dhcp/svc \
 274         /usr/lib/inet/dhcp/svcadm \
 275         /usr/lib/inet/ilb \
 276         /usr/lib/inet/$(MACH32) \
 277         /usr/lib/inet/wanboot \
 278         /usr/lib/krb5 \
 279         /usr/lib/link_audit \
 280         /usr/lib/libp \
 281         /usr/lib/lwp \
 282         /usr/lib/mdb \
 283         /usr/lib/mdb/kvm \
 284         /usr/lib/mdb/proc \
 285         /usr/lib/nfs \
 286         /usr/net \
 287         /usr/net/servers \
 288         /usr/lib/pool \
 289         /usr/lib/python2.6 \
 290         /usr/lib/python2.6/vendor-packages \
 291         /usr/lib/python2.6/vendor-packages/64 \
 292         /usr/lib/python2.6/vendor-packages/solaris \
 293         /usr/lib/python2.6/vendor-packages/zfs \
 294         /usr/lib/python2.6/vendor-packages/beadm \
  
 | 
 
 
   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 (c) 2012 by Delphix. All rights reserved.
  25 # Copyright (c) 2012, Igor Kozhukhov <ikozhukhov@gmail.com>
  26 # Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  27 # Copyright (c) 2013 RackTop Systems.
  28 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  29 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  30 #
  31 
  32 #
  33 # It is easier to think in terms of directory names without the ROOT macro
  34 # prefix.  ROOTDIRS is TARGETDIRS with ROOT prefixes.  It is necessary
  35 # to work with ROOT prefixes when controlling conditional assignments.
  36 #
  37 
  38 DIRLINKS=       $(SYM.DIRS)
  39 $(BUILD64)      DIRLINKS += $(SYM.DIRS64)
  40 
  41 FILELINKS= $(SYM.USRCCSLIB) $(SYM.USRLIB)
  42 $(BUILD64)      FILELINKS += $(SYM.USRCCSLIB64) $(SYM.USRLIB64)
  43 
  44 TARGETDIRS=     $(DIRS)
  45 $(BUILD64)      TARGETDIRS += $(DIRS64)
  46 
  47 TARGETDIRS      += $(FILELINKS) $(DIRLINKS)
  48 
  49 i386_DIRS=                      \
 
 
 252         /usr/lib/class \
 253         /usr/lib/class/FSS \
 254         /usr/lib/class/FX \
 255         /usr/lib/class/IA \
 256         /usr/lib/class/RT \
 257         /usr/lib/class/SDC \
 258         /usr/lib/class/TS \
 259         /usr/lib/crypto \
 260         /usr/lib/drv \
 261         /usr/lib/elfedit \
 262         /usr/lib/fm \
 263         /usr/lib/font \
 264         /usr/lib/fs \
 265         /usr/lib/fs/nfs \
 266         /usr/lib/fs/proc \
 267         /usr/lib/fs/smb \
 268         /usr/lib/fs/zfs \
 269         /usr/lib/gss \
 270         /usr/lib/hal \
 271         /usr/lib/inet \
 272         /usr/lib/inet/ilb \
 273         /usr/lib/inet/$(MACH32) \
 274         /usr/lib/inet/wanboot \
 275         /usr/lib/krb5 \
 276         /usr/lib/link_audit \
 277         /usr/lib/libp \
 278         /usr/lib/lwp \
 279         /usr/lib/mdb \
 280         /usr/lib/mdb/kvm \
 281         /usr/lib/mdb/proc \
 282         /usr/lib/nfs \
 283         /usr/net \
 284         /usr/net/servers \
 285         /usr/lib/pool \
 286         /usr/lib/python2.6 \
 287         /usr/lib/python2.6/vendor-packages \
 288         /usr/lib/python2.6/vendor-packages/64 \
 289         /usr/lib/python2.6/vendor-packages/solaris \
 290         /usr/lib/python2.6/vendor-packages/zfs \
 291         /usr/lib/python2.6/vendor-packages/beadm \
  
 |