Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
827N/A#
2362N/A# CDDL HEADER START
827N/A#
827N/A# The contents of this file are subject to the terms of the
827N/A# Common Development and Distribution License, Version 1.0 only
827N/A# (the "License"). You may not use this file except in compliance
2362N/A# with the License.
827N/A#
2362N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
827N/A# or http://www.opensolaris.org/os/licensing.
827N/A# See the License for the specific language governing permissions
827N/A# and limitations under the License.
827N/A#
827N/A# When distributing Covered Code, include this CDDL HEADER in each
827N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
827N/A# If applicable, add the following below this CDDL HEADER, with the
827N/A# fields enclosed by brackets "[]" replaced with your own identifying
827N/A# information: Portions Copyright [yyyy] [name of copyright owner]
827N/A#
827N/A# CDDL HEADER END
2362N/A#
2362N/A#
2362N/A#ident "%Z%%M% %I% %E% SMI"
827N/A#
827N/A# Copyright (c) 1989-1994, by Sun Microsystems, Inc.
827N/A#
827N/A# psm/stand/bootblks/hsfs/Makefile
827N/A#
827N/ASUBDIRS = $(MACH)
827N/A
827N/Aall := TARGET= all
827N/Ainstall := TARGET= install
827N/Aclean := TARGET= clean
827N/Aclobber := TARGET= clobber
827N/Alint := TARGET= lint
827N/A
827N/A.KEEP_STATE:
827N/A
827N/Aall clean clobber lint : $(SUBDIRS)
827N/A
827N/A$(SUBDIRS): FRC
827N/A @cd $@; pwd; $(MAKE) $(TARGET)
827N/A
827N/A#
827N/A# XXX There's no point in installing the hsfs stuff if we
827N/A# never use it (or test it!)
827N/A#
827N/Ainstall: FRC
827N/A
827N/AFRC:
827N/A
827N/A