0N/A#
2362N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
2362N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2362N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
2362N/A#
2362N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2362N/A# Use is subject to license terms.
0N/A#
0N/A# psm/stand/bootblks/ufs/sparc/sun4u/Makefile
0N/A#
0N/A
0N/A#
0N/A# Platform specific Makefile for the boot block.
0N/A#
0N/A# PLATFORM is the target for the binary installation.
0N/A#
0N/A# PLATLINKS is a list of platforms which are to be linked to the ../fs
0N/A# directory.
0N/A#
0N/ABASEDIR = ../../..
0N/APLATFORM = sun4u
0N/A
0N/APLATLINKS = SUNW,Ultra-2
0N/APLATLINKS += SUNW,Ultra-250
0N/APLATLINKS += SUNW,Ultra-4
0N/APLATLINKS += SUNW,Ultra-Enterprise
0N/APLATLINKS += SUNW,Ultra-Enterprise-10000
0N/APLATLINKS += SUNW,Sun-Blade-100
0N/APLATLINKS += SUNW,Sun-Blade-1000
0N/APLATLINKS += SUNW,Sun-Blade-1500
0N/APLATLINKS += SUNW,Sun-Blade-2500
0N/APLATLINKS += SUNW,Sun-Fire
0N/APLATLINKS += SUNW,Sun-Fire-V240
0N/APLATLINKS += SUNW,Sun-Fire-V250
0N/APLATLINKS += SUNW,Sun-Fire-V440
0N/APLATLINKS += SUNW,Sun-Fire-280R
0N/APLATLINKS += SUNW,Sun-Fire-15000
0N/APLATLINKS += SUNW,Sun-Fire-880
0N/APLATLINKS += SUNW,Sun-Fire-480R
0N/APLATLINKS += SUNW,Sun-Fire-V890
0N/APLATLINKS += SUNW,Sun-Fire-V490
0N/APLATLINKS += SUNW,Serverblade1
0N/APLATLINKS += SUNW,Netra-T12
0N/APLATLINKS += SUNW,Netra-T4
0N/APLATLINKS += SUNW,SPARC-Enterprise
0N/A
0N/ALINKED_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%)
0N/ALINKED_LIB_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib)
0N/ALINKED_LIB_FS_DIRS = $(PLATLINKS:%=$(USR_PLAT_DIR)/%/lib/fs)
0N/A
0N/Ainclude $(BASEDIR)/ufs/Makefile.ufs
0N/Ainclude $(BASEDIR)/Makefile.1275
0N/A
0N/A.KEEP_STATE:
0N/A
0N/Aall: $(PROG)
0N/A
0N/Ainclude $(BASEDIR)/Makefile.targ
0N/A