xref: /onnv-gate/usr/src/cmd/boot/scripts/Makefile.sparc (revision 5648:161f8007cab9)
12334Ssetje#
22334Ssetje# CDDL HEADER START
32334Ssetje#
42334Ssetje# The contents of this file are subject to the terms of the
52334Ssetje# Common Development and Distribution License (the "License").
62334Ssetje# You may not use this file except in compliance with the License.
72334Ssetje#
82334Ssetje# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92334Ssetje# or http://www.opensolaris.org/os/licensing.
102334Ssetje# See the License for the specific language governing permissions
112334Ssetje# and limitations under the License.
122334Ssetje#
132334Ssetje# When distributing Covered Code, include this CDDL HEADER in each
142334Ssetje# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152334Ssetje# If applicable, add the following below this CDDL HEADER, with the
162334Ssetje# fields enclosed by brackets "[]" replaced with your own identifying
172334Ssetje# information: Portions Copyright [yyyy] [name of copyright owner]
182334Ssetje#
192334Ssetje# CDDL HEADER END
202334Ssetje#
21*5648Ssetje# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
222334Ssetje# Use is subject to license terms.
232334Ssetje#
242334Ssetje# ident	"%Z%%M%	%I%	%E% SMI"
252334Ssetje#
262334Ssetje
272334Ssetjeinclude Makefile.com
282334Ssetje
292334Ssetje.KEEP_STATE:
302334Ssetje
31*5648Ssetjeinstall: all				\
32*5648Ssetje	$(ROOTBOOTSOLARISBINPROG)	\
33*5648Ssetje	$(ROOTMANIFEST)			\
34*5648Ssetje	$(ROOTSVCMETHOD)		\
35*5648Ssetje	$(ROOTUSRSBINPROG)
36*5648Ssetje
37*5648Ssetje# .WAIT	\
38*5648Ssetje#	$(ROOTBOOTSOLARISUSRSBINLINKS)
39