158091fd8Ssetje#
258091fd8Ssetje# CDDL HEADER START
358091fd8Ssetje#
458091fd8Ssetje# The contents of this file are subject to the terms of the
558091fd8Ssetje# Common Development and Distribution License (the "License").
658091fd8Ssetje# You may not use this file except in compliance with the License.
758091fd8Ssetje#
858091fd8Ssetje# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
958091fd8Ssetje# or http://www.opensolaris.org/os/licensing.
1058091fd8Ssetje# See the License for the specific language governing permissions
1158091fd8Ssetje# and limitations under the License.
1258091fd8Ssetje#
1358091fd8Ssetje# When distributing Covered Code, include this CDDL HEADER in each
1458091fd8Ssetje# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1558091fd8Ssetje# If applicable, add the following below this CDDL HEADER, with the
1658091fd8Ssetje# fields enclosed by brackets "[]" replaced with your own identifying
1758091fd8Ssetje# information: Portions Copyright [yyyy] [name of copyright owner]
1858091fd8Ssetje#
1958091fd8Ssetje# CDDL HEADER END
2058091fd8Ssetje#
21*986fd29aSsetje# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
2258091fd8Ssetje# Use is subject to license terms.
2358091fd8Ssetje#
2458091fd8Ssetje# ident	"%Z%%M%	%I%	%E% SMI"
2558091fd8Ssetje#
2658091fd8Ssetje
2758091fd8Ssetjeinclude Makefile.com
2858091fd8Ssetje
2958091fd8Ssetje.KEEP_STATE:
3058091fd8Ssetje
31*986fd29aSsetjeinstall: all				\
32*986fd29aSsetje	$(ROOTBOOTSOLARISBINPROG)	\
33*986fd29aSsetje	$(ROOTMANIFEST)			\
34*986fd29aSsetje	$(ROOTSVCMETHOD)		\
35*986fd29aSsetje	$(ROOTUSRSBINPROG)
36*986fd29aSsetje
37*986fd29aSsetje# .WAIT	\
38*986fd29aSsetje#	$(ROOTBOOTSOLARISUSRSBINLINKS)
39