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