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