fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# CDDL HEADER START
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# The contents of this file are subject to the terms of the
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# Common Development and Distribution License (the "License").
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# You may not use this file except in compliance with the License.
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# or http://www.opensolaris.org/os/licensing.
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# See the License for the specific language governing permissions
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# and limitations under the License.
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# When distributing Covered Code, include this CDDL HEADER in each
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# If applicable, add the following below this CDDL HEADER, with the
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# fields enclosed by brackets "[]" replaced with your own identifying
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# information: Portions Copyright [yyyy] [name of copyright owner]
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# CDDL HEADER END
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#ident "%Z%%M% %I% %E% SMI"
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# Use is subject to license terms.
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major# psm/stand/bootblks/zfs/sparc/Makefile
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major#
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorBASEDIR = ../..
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Majorinclude $(BASEDIR)/zfs/Makefile.zfs
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorSUBDIRS = sun4u sun4v
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Majorall := TARGET= all
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Majorinstall := TARGET= install
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Majorclean := TARGET= clean
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Majorclobber := TARGET= clobber
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Majorlint := TARGET= lint
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major.KEEP_STATE:
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Majorall install lint clean clobber: $(SUBDIRS)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major$(SUBDIRS): FRC
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major @cd $@; pwd; $(MAKE) $(TARGET)
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major
fb379c70e3fd8a537f311b99be4759ae41e02750Peter MajorFRC:
fb379c70e3fd8a537f311b99be4759ae41e02750Peter Major