e371fe50702011b7021c8d79181e88184c23448bAdam Moore#
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# CDDL HEADER START
e371fe50702011b7021c8d79181e88184c23448bAdam Moore#
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# The contents of this file are subject to the terms of the
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# Common Development and Distribution License (the "License").
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# You may not use this file except in compliance with the License.
e371fe50702011b7021c8d79181e88184c23448bAdam Moore#
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# or http://www.opensolaris.org/os/licensing.
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# See the License for the specific language governing permissions
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# and limitations under the License.
d2854acf6eef44cf0aca645de3a37cca1388f51aDav Glass#
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# When distributing Covered Code, include this CDDL HEADER in each
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e371fe50702011b7021c8d79181e88184c23448bAdam Moore# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 1989, 2011, Oracle and/or its affiliates. All rights reserved.
#
include ../../Makefile.lib
SUBDIRS = $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
delete := TARGET= delete
install := TARGET= install
lint := TARGET= lint
stub := TARGET = stub
stubinstall := TARGET = stubinstall
.KEEP_STATE:
all clean clobber delete install lint stub stubinstall: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC: