Makefile revision 9ef7884d729f1f09cb82e5c2f57d12cb9f4c1fee
7214N/A#
7214N/A# CDDL HEADER START
7214N/A#
7214N/A# The contents of this file are subject to the terms of the
7214N/A# Common Development and Distribution License (the "License").
7214N/A# You may not use this file except in compliance with the License.
7214N/A#
7214N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7214N/A# or http://www.opensolaris.org/os/licensing.
7214N/A# See the License for the specific language governing permissions
7214N/A# and limitations under the License.
7214N/A#
7214N/A# When distributing Covered Code, include this CDDL HEADER in each
7214N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7214N/A# If applicable, add the following below this CDDL HEADER, with the
7214N/A# fields enclosed by brackets "[]" replaced with your own identifying
7214N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7214N/A#
7214N/A# CDDL HEADER END
7214N/A#
7214N/A
7214N/A#
7214N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
7214N/A# Use is subject to license terms.
7214N/A#
7214N/A# ident "%Z%%M% %I% %E% SMI"
7214N/A
7214N/Asparc_SUBDIRS = sun4u \
7214N/A sun4v \
7214N/A SUNW,Sun-Fire \
7214N/A SUNW,Sun-Fire-T200 \
7214N/A SUNW,Sun-Fire-15000 \
7214N/A SUNW,SPARC-Enterprise \
7214N/A SUNW,Sun-Blade-T6300
7214N/A
7214N/Ai386_SUBDIRS = i86pc
7214N/A
7214N/ASUBDIRS = $($(MACH)_SUBDIRS)
7214N/A
7214N/Ainclude ../../Makefile.subdirs
7214N/A