Makefile revision 986fd29a0dc13f7608ef7f508f6e700bd7bc2720
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# CDDL HEADER START
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# The contents of this file are subject to the terms of the
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# Common Development and Distribution License (the "License").
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# You may not use this file except in compliance with the License.
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# and limitations under the License.
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# When distributing Covered Code, include this CDDL HEADER in each
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# If applicable, add the following below this CDDL HEADER, with the
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# fields enclosed by brackets "[]" replaced with your own identifying
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# information: Portions Copyright [yyyy] [name of copyright owner]
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# CDDL HEADER END
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner#ident "%Z%%M% %I% %E% SMI"
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# Use is subject to license terms.
f8597aabc9db75dcf504e3151faf220a165c90d1Eugen Kuksa# This program is used to install the boot block
f8597aabc9db75dcf504e3151faf220a165c90d1Eugen KuksaUSR_SBIN_INSTALLBOOT = $(USR_SBIN)/$(INSTALLBOOT)
a84a8d508a0778b13a4d097a6dd34b95feae78acJens Elkner# Overrides for installing installboot.
a84a8d508a0778b13a4d097a6dd34b95feae78acJens ElknerINS.file.555 = $(RM) $@; $(INS) -s -m 555 -f $(@D) $<
60e6795dd310e10194e12bb660575aadf941328bEugen Kuksa$(CH)INS.file.555 = $(INS) -s -m 555 -u $(OWNER) -g $(GROUP) -f $(@D) $<
63f0e65a37b95621334db9ee4ba0cd9d826f5c0fChristian Maeder# install rules
3dde4051c307b609159a097f08a05108fdd036efJonathan von Schroeder# Pattern matching rules for source in this directory