xref: /titanic_52/usr/src/cmd/boot/installboot/Makefile (revision 4c1177a46d4d850e30806d4e27d635527bba8e90)
1af28f636SEnrico Perla - Sun Microsystems#
2af28f636SEnrico Perla - Sun Microsystems# CDDL HEADER START
3af28f636SEnrico Perla - Sun Microsystems#
4af28f636SEnrico Perla - Sun Microsystems# The contents of this file are subject to the terms of the
5af28f636SEnrico Perla - Sun Microsystems# Common Development and Distribution License (the "License").
6af28f636SEnrico Perla - Sun Microsystems# You may not use this file except in compliance with the License.
7af28f636SEnrico Perla - Sun Microsystems#
8af28f636SEnrico Perla - Sun Microsystems# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9af28f636SEnrico Perla - Sun Microsystems# or http://www.opensolaris.org/os/licensing.
10af28f636SEnrico Perla - Sun Microsystems# See the License for the specific language governing permissions
11af28f636SEnrico Perla - Sun Microsystems# and limitations under the License.
12af28f636SEnrico Perla - Sun Microsystems#
13af28f636SEnrico Perla - Sun Microsystems# When distributing Covered Code, include this CDDL HEADER in each
14af28f636SEnrico Perla - Sun Microsystems# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15af28f636SEnrico Perla - Sun Microsystems# If applicable, add the following below this CDDL HEADER, with the
16af28f636SEnrico Perla - Sun Microsystems# fields enclosed by brackets "[]" replaced with your own identifying
17af28f636SEnrico Perla - Sun Microsystems# information: Portions Copyright [yyyy] [name of copyright owner]
18af28f636SEnrico Perla - Sun Microsystems#
19af28f636SEnrico Perla - Sun Microsystems# CDDL HEADER END
20af28f636SEnrico Perla - Sun Microsystems#
21*4c1177a4SToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com>
22*4c1177a4SToomas Soome# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23*4c1177a4SToomas Soome# Use is subject to license terms.
24af28f636SEnrico Perla - Sun Microsystems#
25af28f636SEnrico Perla - Sun Microsystems
26*4c1177a4SToomas SoomeSUBDIRS =	$(MACH)
27af28f636SEnrico Perla - Sun Microsystems
28*4c1177a4SToomas Soomeall	:=	TARGET= all
29*4c1177a4SToomas Soomeinstall	:=	TARGET= install
30*4c1177a4SToomas Soomeclean	:=	TARGET= clean
31*4c1177a4SToomas Soomeclobber	:=	TARGET= clobber
32*4c1177a4SToomas Soome_msg	:=	TARGET= _msg
33*4c1177a4SToomas Soomelint	:=	TARGET= lint
34af28f636SEnrico Perla - Sun Microsystems
35af28f636SEnrico Perla - Sun Microsystems.KEEP_STATE:
36af28f636SEnrico Perla - Sun Microsystems
37*4c1177a4SToomas Soomeinstall: $(SUBDIRS)
38af28f636SEnrico Perla - Sun Microsystems
39*4c1177a4SToomas Soomeall clobber clean lint _msg: $(SUBDIRS)
40af28f636SEnrico Perla - Sun Microsystems
41*4c1177a4SToomas SoomeFRC:
42af28f636SEnrico Perla - Sun Microsystems
43*4c1177a4SToomas Soome$(SUBDIRS):	FRC
44*4c1177a4SToomas Soome	@cd $@; pwd; $(MAKE) $(TARGET)
45