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