xref: /illumos-gate/usr/src/cmd/device_remap/Makefile (revision 24fe0b3b)
10f509175SSree Vemuri#
20f509175SSree Vemuri# CDDL HEADER START
30f509175SSree Vemuri#
40f509175SSree Vemuri# The contents of this file are subject to the terms of the
50f509175SSree Vemuri# Common Development and Distribution License (the "License").
60f509175SSree Vemuri# You may not use this file except in compliance with the License.
70f509175SSree Vemuri#
80f509175SSree Vemuri# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90f509175SSree Vemuri# or http://www.opensolaris.org/os/licensing.
100f509175SSree Vemuri# See the License for the specific language governing permissions
110f509175SSree Vemuri# and limitations under the License.
120f509175SSree Vemuri#
130f509175SSree Vemuri# When distributing Covered Code, include this CDDL HEADER in each
140f509175SSree Vemuri# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150f509175SSree Vemuri# If applicable, add the following below this CDDL HEADER, with the
160f509175SSree Vemuri# fields enclosed by brackets "[]" replaced with your own identifying
170f509175SSree Vemuri# information: Portions Copyright [yyyy] [name of copyright owner]
180f509175SSree Vemuri#
190f509175SSree Vemuri# CDDL HEADER END
200f509175SSree Vemuri#
210f509175SSree Vemuri#
22*24fe0b3bSjmcp# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
230f509175SSree Vemuri# Use is subject to license terms.
240f509175SSree Vemuri#
250f509175SSree Vemuri# cmd/device_remap/Makefile
260f509175SSree Vemuri#
270f509175SSree Vemuri
280f509175SSree VemuriPLATFORM = sun4v
290f509175SSree VemuriCLASS = 32
300f509175SSree Vemuri
310f509175SSree Vemuriinclude ../Makefile.cmd
320f509175SSree Vemuriinclude ../../Makefile.psm
330f509175SSree Vemuri
340f509175SSree VemuriPROG= device_remap
350f509175SSree Vemuri
360f509175SSree VemuriFILEMODE= 0544
370f509175SSree Vemuri
380f509175SSree Vemuri.KEEP_STATE:
390f509175SSree Vemuri
400f509175SSree Vemuriall: $(PROG)
410f509175SSree Vemuri
420f509175SSree Vemuriinstall : all $(USR_PSM_SBIN_PROG)
430f509175SSree Vemuri
440f509175SSree Vemuriclean:
450f509175SSree Vemuri	-$(RM) $(PROG)
460f509175SSree Vemuri
470f509175SSree Vemuriinclude ../Makefile.targ
480f509175SSree Vemuriinclude ../../Makefile.psm.targ
49