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