Makefile revision 986fd29a0dc13f7608ef7f508f6e700bd7bc2720
1727N/A#
1727N/A# CDDL HEADER START
1727N/A#
1727N/A# The contents of this file are subject to the terms of the
1727N/A# Common Development and Distribution License (the "License").
1727N/A# You may not use this file except in compliance with the License.
1727N/A#
1727N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1727N/A# or http://www.opensolaris.org/os/licensing.
1727N/A# See the License for the specific language governing permissions
1727N/A# and limitations under the License.
1727N/A#
1727N/A# When distributing Covered Code, include this CDDL HEADER in each
1727N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1727N/A# If applicable, add the following below this CDDL HEADER, with the
1727N/A# fields enclosed by brackets "[]" replaced with your own identifying
1727N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1727N/A#
1727N/A# CDDL HEADER END
1727N/A#
3817N/A#
1727N/A#ident "%Z%%M% %I% %E% SMI"
1727N/A#
1727N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
1727N/A# Use is subject to license terms.
1727N/A#
1727N/A# psm/stand/bootblks/hsfs/Makefile
1727N/A#
1727N/ASUBDIRS = $(MACH)
1727N/A
1727N/Aall := TARGET= all
1727N/Ainstall := TARGET= install
1727N/Aclean := TARGET= clean
1727N/Aclobber := TARGET= clobber
2899N/Alint := TARGET= lint
2899N/A
3817N/A.KEEP_STATE:
3817N/A
3817N/Aall install clean clobber lint : $(SUBDIRS)
1727N/A
1727N/A$(SUBDIRS): FRC
1727N/A @cd $@; pwd; $(MAKE) $(TARGET)
1727N/A
1727N/AFRC:
1727N/A
1727N/A