1*58091fd8Ssetje# 2*58091fd8Ssetje# CDDL HEADER START 3*58091fd8Ssetje# 4*58091fd8Ssetje# The contents of this file are subject to the terms of the 5*58091fd8Ssetje# Common Development and Distribution License (the "License"). 6*58091fd8Ssetje# You may not use this file except in compliance with the License. 7*58091fd8Ssetje# 8*58091fd8Ssetje# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*58091fd8Ssetje# or http://www.opensolaris.org/os/licensing. 10*58091fd8Ssetje# See the License for the specific language governing permissions 11*58091fd8Ssetje# and limitations under the License. 12*58091fd8Ssetje# 13*58091fd8Ssetje# When distributing Covered Code, include this CDDL HEADER in each 14*58091fd8Ssetje# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*58091fd8Ssetje# If applicable, add the following below this CDDL HEADER, with the 16*58091fd8Ssetje# fields enclosed by brackets "[]" replaced with your own identifying 17*58091fd8Ssetje# information: Portions Copyright [yyyy] [name of copyright owner] 18*58091fd8Ssetje# 19*58091fd8Ssetje# CDDL HEADER END 20*58091fd8Ssetje# 21*58091fd8Ssetje# 22*58091fd8Ssetje# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*58091fd8Ssetje# Use is subject to license terms. 24*58091fd8Ssetje# 25*58091fd8Ssetje# ident "%Z%%M% %I% %E% SMI" 26*58091fd8Ssetje# 27*58091fd8Ssetje 28*58091fd8Ssetjeinclude Makefile.com 29*58091fd8Ssetje 30*58091fd8Ssetje.KEEP_STATE: 31*58091fd8Ssetje 32*58091fd8Ssetjeinstall: all $(ROOTBOOTSOLARISBINPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD) \ 33*58091fd8Ssetje $(ROOTSBINPROG) .WAIT $(ROOTBOOTSOLARISBINLINKS) 34