xref: /titanic_41/usr/src/cmd/pcitool/sparc/Makefile (revision d5ace9454616652a717c9831d949dffa319381f9)
1*d5ace945SErwin T Tsaur# CDDL HEADER START
2*d5ace945SErwin T Tsaur#
3*d5ace945SErwin T Tsaur# The contents of this file are subject to the terms of the
4*d5ace945SErwin T Tsaur# Common Development and Distribution License (the "License").
5*d5ace945SErwin T Tsaur# You may not use this file except in compliance with the License.
6*d5ace945SErwin T Tsaur#
7*d5ace945SErwin T Tsaur# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8*d5ace945SErwin T Tsaur# or http://www.opensolaris.org/os/licensing.
9*d5ace945SErwin T Tsaur# See the License for the specific language governing permissions
10*d5ace945SErwin T Tsaur# and limitations under the License.
11*d5ace945SErwin T Tsaur#
12*d5ace945SErwin T Tsaur# When distributing Covered Code, include this CDDL HEADER in each
13*d5ace945SErwin T Tsaur# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
14*d5ace945SErwin T Tsaur# If applicable, add the following below this CDDL HEADER, with the
15*d5ace945SErwin T Tsaur# fields enclosed by brackets "[]" replaced with your own identifying
16*d5ace945SErwin T Tsaur# information: Portions Copyright [yyyy] [name of copyright owner]
17*d5ace945SErwin T Tsaur#
18*d5ace945SErwin T Tsaur# CDDL HEADER END
19*d5ace945SErwin T Tsaur#
20*d5ace945SErwin T Tsaur# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
21*d5ace945SErwin T Tsaur# Use is subject to license terms.
22*d5ace945SErwin T Tsaur#
23*d5ace945SErwin T Tsaur# cmd/pcitool/sparc/Makefile
24*d5ace945SErwin T Tsaur
25*d5ace945SErwin T Tsaurinclude ../Makefile.com
26*d5ace945SErwin T Tsaur
27*d5ace945SErwin T TsaurLINTFLAGS 	+= -erroff=E_STATIC_UNUSED
28*d5ace945SErwin T Tsaur
29*d5ace945SErwin T Tsaurinstall: all $(ROOTUSRSBINPROG) $(ROOTMAN1MFILES)
30