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