1*0eb822a1Scindi# 2*0eb822a1Scindi# CDDL HEADER START 3*0eb822a1Scindi# 4*0eb822a1Scindi# The contents of this file are subject to the terms of the 5*0eb822a1Scindi# Common Development and Distribution License (the "License"). 6*0eb822a1Scindi# You may not use this file except in compliance with the License. 7*0eb822a1Scindi# 8*0eb822a1Scindi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*0eb822a1Scindi# or http://www.opensolaris.org/os/licensing. 10*0eb822a1Scindi# See the License for the specific language governing permissions 11*0eb822a1Scindi# and limitations under the License. 12*0eb822a1Scindi# 13*0eb822a1Scindi# When distributing Covered Code, include this CDDL HEADER in each 14*0eb822a1Scindi# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*0eb822a1Scindi# If applicable, add the following below this CDDL HEADER, with the 16*0eb822a1Scindi# fields enclosed by brackets "[]" replaced with your own identifying 17*0eb822a1Scindi# information: Portions Copyright [yyyy] [name of copyright owner] 18*0eb822a1Scindi# 19*0eb822a1Scindi# CDDL HEADER END 20*0eb822a1Scindi# 21*0eb822a1Scindi 22*0eb822a1Scindi# 23*0eb822a1Scindi# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 24*0eb822a1Scindi# Use is subject to license terms. 25*0eb822a1Scindi# 26*0eb822a1Scindi# ident "%Z%%M% %I% %E% SMI" 27*0eb822a1Scindi 28*0eb822a1Scindisparc_SUBDIRS = sun4u \ 29*0eb822a1Scindi sun4v \ 30*0eb822a1Scindi SUNW,Sun-Fire \ 31*0eb822a1Scindi SUNW,Sun-Fire-T200 \ 32*0eb822a1Scindi SUNW,Sun-Fire-15000 \ 33*0eb822a1Scindi SUNW,SPARC-Enterprise 34*0eb822a1Scindi 35*0eb822a1Scindii386_SUBDIRS = i86pc 36*0eb822a1Scindi 37*0eb822a1ScindiSUBDIRS = $($(MACH)_SUBDIRS) 38*0eb822a1Scindi 39*0eb822a1Scindiinclude ../../Makefile.subdirs 40