1*e7cbe64fSgw#
2*e7cbe64fSgw# CDDL HEADER START
3*e7cbe64fSgw#
4*e7cbe64fSgw# The contents of this file are subject to the terms of the
5*e7cbe64fSgw# Common Development and Distribution License (the "License").
6*e7cbe64fSgw# You may not use this file except in compliance with the License.
7*e7cbe64fSgw#
8*e7cbe64fSgw# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*e7cbe64fSgw# or http://www.opensolaris.org/os/licensing.
10*e7cbe64fSgw# See the License for the specific language governing permissions
11*e7cbe64fSgw# and limitations under the License.
12*e7cbe64fSgw#
13*e7cbe64fSgw# When distributing Covered Code, include this CDDL HEADER in each
14*e7cbe64fSgw# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*e7cbe64fSgw# If applicable, add the following below this CDDL HEADER, with the
16*e7cbe64fSgw# fields enclosed by brackets "[]" replaced with your own identifying
17*e7cbe64fSgw# information: Portions Copyright [yyyy] [name of copyright owner]
18*e7cbe64fSgw#
19*e7cbe64fSgw# CDDL HEADER END
20*e7cbe64fSgw#
21*e7cbe64fSgw#
22*e7cbe64fSgw# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
23*e7cbe64fSgw# Use is subject to license terms.
24*e7cbe64fSgw#
25*e7cbe64fSgw#ident	"%Z%%M%	%I%	%E% SMI"
26*e7cbe64fSgw#
27*e7cbe64fSgw
28*e7cbe64fSgwSUBDIRS = sun4u sun4v
29*e7cbe64fSgw
30*e7cbe64fSgwall		:=	TARGET= all
31*e7cbe64fSgwinstall		:=	TARGET= install
32*e7cbe64fSgwclean		:=	TARGET= clean
33*e7cbe64fSgwclobber		:=	TARGET= clobber
34*e7cbe64fSgwlint		:=	TARGET= lint
35*e7cbe64fSgwclean.lint	:=	TARGET= clean.lint
36*e7cbe64fSgw
37*e7cbe64fSgw.KEEP_STATE:
38*e7cbe64fSgw
39*e7cbe64fSgwall install clean clobber lint clean.lint: $(SUBDIRS)
40*e7cbe64fSgw
41*e7cbe64fSgw$(SUBDIRS): FRC
42*e7cbe64fSgw	@cd $@; pwd; $(MAKE) $(TARGET)
43*e7cbe64fSgw
44*e7cbe64fSgwFRC:
45