Home | History | Annotate | Download | only in maps
      1   1414     cindi #
      2   1414     cindi # CDDL HEADER START
      3   1414     cindi #
      4   1414     cindi # The contents of this file are subject to the terms of the
      5   1414     cindi # Common Development and Distribution License (the "License").
      6   1414     cindi # You may not use this file except in compliance with the License.
      7   1414     cindi #
      8   1414     cindi # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9   1414     cindi # or http://www.opensolaris.org/os/licensing.
     10   1414     cindi # See the License for the specific language governing permissions
     11   1414     cindi # and limitations under the License.
     12   1414     cindi #
     13   1414     cindi # When distributing Covered Code, include this CDDL HEADER in each
     14   1414     cindi # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15   1414     cindi # If applicable, add the following below this CDDL HEADER, with the
     16   1414     cindi # fields enclosed by brackets "[]" replaced with your own identifying
     17   1414     cindi # information: Portions Copyright [yyyy] [name of copyright owner]
     18   1414     cindi #
     19   1414     cindi # CDDL HEADER END
     20   1414     cindi #
     21   1414     cindi 
     22   1414     cindi #
     23   8701    Robert # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     24   1414     cindi # Use is subject to license terms.
     25   1414     cindi #
     26   1414     cindi 
     27   1898   hueston sparc_SUBDIRS =	sun4u \
     28   1898   hueston 		sun4v \
     29   5060  yc148097 		sparc \
     30   1898   hueston 		SUNW,Sun-Fire \
     31   1898   hueston 		SUNW,Sun-Fire-T200 \
     32   1898   hueston 		SUNW,Sun-Fire-15000 \
     33   4546   willard 		SUNW,SPARC-Enterprise \
     34   9379     Trang 		SUNW,Sun-Blade-T6300 \
     35   4669  fw157321 		SUNW,Sun-Blade-T6320 \
     36   4732    davemq 		SUNW,SPARC-Enterprise-T5120 \
     37   4777  mcwalter 		SUNW,T5140 \
     38   6087  ky115808 		SUNW,Netra-CP3060 \
     39   5046   willard 		SUNW,Netra-CP3260 \
     40   5140  jl139090 		SUNW,USBRDT-5240 \
     41   5325  ky115808 		SUNW,Netra-T5220 \
     42   7552     vivek 		SUNW,Netra-T5440
     43   1898   hueston 
     44   4582       cth i386_SUBDIRS = i86pc \
     45   5060  yc148097 		i386 \
     46   6640       cth 		SUNW,Sun-Fire-X4200-Server \
     47   6640       cth 		SUNW,Sun-Fire-X4200-M2 \
     48  11031     David 		SUNW,Netra-X4200-M2 \
     49   5117     myers 		SUNW,Sun-Fire-X4500 \
     50   8701    Robert 		SUNW,Sun-Fire-X4540 \
     51   8701    Robert 		SUNW,Sun-Fire-X4600-M2
     52   1414     cindi 
     53   1414     cindi SUBDIRS = $($(MACH)_SUBDIRS)
     54   1414     cindi 
     55   1414     cindi include ../../Makefile.subdirs
     56