Print this page
4174 Torch the old and unmaintained Sun-dhcp
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>


   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 (c) 2012 by Delphix. All rights reserved.
  25 # Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  26 # Copyright (c) 2013 RackTop Systems.
  27 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.

  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=                      \


 249         /usr/lib/class \
 250         /usr/lib/class/FSS \
 251         /usr/lib/class/FX \
 252         /usr/lib/class/IA \
 253         /usr/lib/class/RT \
 254         /usr/lib/class/SDC \
 255         /usr/lib/class/TS \
 256         /usr/lib/crypto \
 257         /usr/lib/drv \
 258         /usr/lib/elfedit \
 259         /usr/lib/fm \
 260         /usr/lib/font \
 261         /usr/lib/fs \
 262         /usr/lib/fs/nfs \
 263         /usr/lib/fs/proc \
 264         /usr/lib/fs/smb \
 265         /usr/lib/fs/zfs \
 266         /usr/lib/gss \
 267         /usr/lib/hal \
 268         /usr/lib/inet \
 269         /usr/lib/inet/dhcp \
 270         /usr/lib/inet/dhcp/nsu \
 271         /usr/lib/inet/dhcp/svc \
 272         /usr/lib/inet/dhcp/svcadm \
 273         /usr/lib/inet/ilb \
 274         /usr/lib/inet/$(MACH32) \
 275         /usr/lib/inet/wanboot \
 276         /usr/lib/krb5 \
 277         /usr/lib/link_audit \
 278         /usr/lib/libp \
 279         /usr/lib/lwp \
 280         /usr/lib/mdb \
 281         /usr/lib/mdb/kvm \
 282         /usr/lib/mdb/proc \
 283         /usr/lib/nfs \
 284         /usr/net \
 285         /usr/net/servers \
 286         /usr/lib/pool \
 287         /usr/lib/python2.6 \
 288         /usr/lib/python2.6/vendor-packages \
 289         /usr/lib/python2.6/vendor-packages/64 \
 290         /usr/lib/python2.6/vendor-packages/solaris \
 291         /usr/lib/python2.6/vendor-packages/zfs \
 292         /usr/lib/python2.6/vendor-packages/beadm \




   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 (c) 2012 by Delphix. All rights reserved.
  25 # Copyright 2012 OmniTI Computer Consulting, Inc.  All rights reserved.
  26 # Copyright (c) 2013 RackTop Systems.
  27 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  28 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  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=                      \


 250         /usr/lib/class \
 251         /usr/lib/class/FSS \
 252         /usr/lib/class/FX \
 253         /usr/lib/class/IA \
 254         /usr/lib/class/RT \
 255         /usr/lib/class/SDC \
 256         /usr/lib/class/TS \
 257         /usr/lib/crypto \
 258         /usr/lib/drv \
 259         /usr/lib/elfedit \
 260         /usr/lib/fm \
 261         /usr/lib/font \
 262         /usr/lib/fs \
 263         /usr/lib/fs/nfs \
 264         /usr/lib/fs/proc \
 265         /usr/lib/fs/smb \
 266         /usr/lib/fs/zfs \
 267         /usr/lib/gss \
 268         /usr/lib/hal \
 269         /usr/lib/inet \




 270         /usr/lib/inet/ilb \
 271         /usr/lib/inet/$(MACH32) \
 272         /usr/lib/inet/wanboot \
 273         /usr/lib/krb5 \
 274         /usr/lib/link_audit \
 275         /usr/lib/libp \
 276         /usr/lib/lwp \
 277         /usr/lib/mdb \
 278         /usr/lib/mdb/kvm \
 279         /usr/lib/mdb/proc \
 280         /usr/lib/nfs \
 281         /usr/net \
 282         /usr/net/servers \
 283         /usr/lib/pool \
 284         /usr/lib/python2.6 \
 285         /usr/lib/python2.6/vendor-packages \
 286         /usr/lib/python2.6/vendor-packages/64 \
 287         /usr/lib/python2.6/vendor-packages/solaris \
 288         /usr/lib/python2.6/vendor-packages/zfs \
 289         /usr/lib/python2.6/vendor-packages/beadm \