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