Makefile revision 940d71d237794874e18a0eb72f6564821a823517
501N/A#
501N/A# CDDL HEADER START
1339N/A#
501N/A# The contents of this file are subject to the terms of the
1431N/A# Common Development and Distribution License (the "License").
501N/A# You may not use this file except in compliance with the License.
501N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
919N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
919N/A# Use is subject to license terms.
501N/A#
501N/A# ident "%Z%%M% %I% %E% SMI"
501N/A
501N/Asparc_SUBDIRS = sun4u \
501N/A sun4v \
501N/A sparc \
970N/A SUNW,Sun-Fire \
970N/A SUNW,Sun-Fire-T200 \
970N/A SUNW,Sun-Fire-15000 \
970N/A SUNW,SPARC-Enterprise \
1339N/A SUNW,Sun-Blade-T6320 \
1339N/A SUNW,SPARC-Enterprise-T5120 \
1360N/A SUNW,T5140 \
1339N/A SUNW,Netra-T2000 \
501N/A SUNW,Netra-CP3060 \
501N/A SUNW,Netra-CP3260 \
501N/A SUNW,USBRDT-5240 \
501N/A SUNW,Netra-T5220 \
501N/A SUNW,Netra-T5440 \
501N/A SUNW,USBRDT-5440
501N/A
501N/Ai386_SUBDIRS = i86pc \
501N/A i386 \
501N/A SUNW,Sun-Fire-X4200-Server \
1402N/A SUNW,Sun-Fire-X4200-M2 \
1402N/A SUNW,Sun-Fire-X4500 \
501N/A SUNW,Sun-Fire-X4540
1124N/A
1124N/ASUBDIRS = $($(MACH)_SUBDIRS)
1124N/A
1431N/Ainclude ../../Makefile.subdirs
1431N/A