Makefile revision 986fd29a0dc13f7608ef7f508f6e700bd7bc2720
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# CDDL HEADER START
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You may not use this file except in compliance with the License.
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister#
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d7201de09b85929a86b157f4b2d91667c68c6b52Automatic Updater# or http://www.opensolaris.org/os/licensing.
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# See the License for the specific language governing permissions
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# and limitations under the License.
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence#
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister# When distributing Covered Code, include this CDDL HEADER in each
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# If applicable, add the following below this CDDL HEADER, with the
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence# fields enclosed by brackets "[]" replaced with your own identifying
364a82f7c25b62967678027043425201a5e5171aBob Halley# information: Portions Copyright [yyyy] [name of copyright owner]
600cbd1fcea3c9cc9706dc1ff8fc0d0034ebdeacTatuya JINMEI 神明達哉#
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister# CDDL HEADER END
b3e77535185043f089b346166440402d092030c3David Lawrence#
590f840d3484114576d9f8a7f7d73fbe31228888Brian Wellington#
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister#ident "%Z%%M% %I% %E% SMI"
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister#
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# Use is subject to license terms.
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister#
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister# psm/stand/bootblks/zfs/sparc/sun4v/Makefile
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews#
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews#
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews# Platform specific Makefile for the boot block.
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews#
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark AndrewsBASEDIR = ../../..
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark AndrewsPLATFORM = sun4v
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrewsinclude $(BASEDIR)/zfs/Makefile.zfs
ce67023ae3ad39a77da5361d0187ab6f3f0219cbMark Andrewsinclude $(BASEDIR)/Makefile.1275
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews.KEEP_STATE:
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews
43b9737b11f4f14b2d378746d0cd5561b1dc24a0Mark Andrewsall: $(PROG)
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupontinclude $(BASEDIR)/Makefile.targ
2cde028c51055c9fd4837337116cd4fdfe8ff623James Brister