Makefile.sparc revision 986fd29a0dc13f7608ef7f508f6e700bd7bc2720
58091fd8689db902780a10667e0e8118a9454b8fsetje#
58091fd8689db902780a10667e0e8118a9454b8fsetje# CDDL HEADER START
58091fd8689db902780a10667e0e8118a9454b8fsetje#
58091fd8689db902780a10667e0e8118a9454b8fsetje# The contents of this file are subject to the terms of the
58091fd8689db902780a10667e0e8118a9454b8fsetje# Common Development and Distribution License (the "License").
58091fd8689db902780a10667e0e8118a9454b8fsetje# You may not use this file except in compliance with the License.
58091fd8689db902780a10667e0e8118a9454b8fsetje#
58091fd8689db902780a10667e0e8118a9454b8fsetje# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
58091fd8689db902780a10667e0e8118a9454b8fsetje# or http://www.opensolaris.org/os/licensing.
58091fd8689db902780a10667e0e8118a9454b8fsetje# See the License for the specific language governing permissions
58091fd8689db902780a10667e0e8118a9454b8fsetje# and limitations under the License.
58091fd8689db902780a10667e0e8118a9454b8fsetje#
58091fd8689db902780a10667e0e8118a9454b8fsetje# When distributing Covered Code, include this CDDL HEADER in each
58091fd8689db902780a10667e0e8118a9454b8fsetje# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
58091fd8689db902780a10667e0e8118a9454b8fsetje# If applicable, add the following below this CDDL HEADER, with the
58091fd8689db902780a10667e0e8118a9454b8fsetje# fields enclosed by brackets "[]" replaced with your own identifying
58091fd8689db902780a10667e0e8118a9454b8fsetje# information: Portions Copyright [yyyy] [name of copyright owner]
58091fd8689db902780a10667e0e8118a9454b8fsetje#
58091fd8689db902780a10667e0e8118a9454b8fsetje# CDDL HEADER END
58091fd8689db902780a10667e0e8118a9454b8fsetje#
986fd29a0dc13f7608ef7f508f6e700bd7bc2720setje# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
58091fd8689db902780a10667e0e8118a9454b8fsetje# Use is subject to license terms.
58091fd8689db902780a10667e0e8118a9454b8fsetje#
58091fd8689db902780a10667e0e8118a9454b8fsetje# ident "%Z%%M% %I% %E% SMI"
58091fd8689db902780a10667e0e8118a9454b8fsetje#
58091fd8689db902780a10667e0e8118a9454b8fsetje
58091fd8689db902780a10667e0e8118a9454b8fsetjeinclude Makefile.com
58091fd8689db902780a10667e0e8118a9454b8fsetje
58091fd8689db902780a10667e0e8118a9454b8fsetje.KEEP_STATE:
58091fd8689db902780a10667e0e8118a9454b8fsetje
986fd29a0dc13f7608ef7f508f6e700bd7bc2720setjeinstall: all \
986fd29a0dc13f7608ef7f508f6e700bd7bc2720setje $(ROOTBOOTSOLARISBINPROG) \
986fd29a0dc13f7608ef7f508f6e700bd7bc2720setje $(ROOTMANIFEST) \
986fd29a0dc13f7608ef7f508f6e700bd7bc2720setje $(ROOTSVCMETHOD) \
986fd29a0dc13f7608ef7f508f6e700bd7bc2720setje $(ROOTUSRSBINPROG)
986fd29a0dc13f7608ef7f508f6e700bd7bc2720setje
986fd29a0dc13f7608ef7f508f6e700bd7bc2720setje# .WAIT \
986fd29a0dc13f7608ef7f508f6e700bd7bc2720setje# $(ROOTBOOTSOLARISUSRSBINLINKS)