251N/A#
251N/A# CDDL HEADER START
251N/A#
251N/A# The contents of this file are subject to the terms of the
251N/A# Common Development and Distribution License (the "License").
251N/A# You may not use this file except in compliance with the License.
251N/A#
251N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
251N/A# or http://www.opensolaris.org/os/licensing.
251N/A# See the License for the specific language governing permissions
251N/A# and limitations under the License.
251N/A#
251N/A# When distributing Covered Code, include this CDDL HEADER in each
251N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
251N/A# If applicable, add the following below this CDDL HEADER, with the
251N/A# fields enclosed by brackets "[]" replaced with your own identifying
251N/A# information: Portions Copyright [yyyy] [name of copyright owner]
251N/A#
251N/A# CDDL HEADER END
251N/A#
2790N/A#
251N/A# Copyright (c) 1994, 2011, Oracle and/or its affiliates. All rights reserved.
3817N/A#
2790N/A
2790N/Ainclude ../Makefile.lib
251N/A
251N/ASUBDIRS = $(MACH) $(BUILD64) $(MACH64)
4845N/A
784N/Aall := TARGET= all
618N/Aclean := TARGET= clean
4845N/Aclobber := TARGET= clobber
4845N/Ainstall := TARGET= install
844N/Astub := TARGET = stub
844N/Astubinstall := TARGET = stubinstall
4845N/A
1289N/A.KEEP_STATE:
251N/A
2899N/Aall clean clobber install stub stubinstall: $(SUBDIRS)
2899N/A
251N/Alint:
251N/A
251N/A$(SUBDIRS): FRC
251N/A @cd $@; pwd; $(MAKE) $(TARGET)
3817N/A
3817N/AFRC:
3817N/A