xref: /illumos-gate/usr/src/lib/crt/i386/Makefile (revision 3e76f9d6851ef6c63217178eb67278ec2809b944)
1*3e76f9d6SRichard Lowe#
2*3e76f9d6SRichard Lowe# CDDL HEADER START
3*3e76f9d6SRichard Lowe#
4*3e76f9d6SRichard Lowe# The contents of this file are subject to the terms of the
5*3e76f9d6SRichard Lowe# Common Development and Distribution License, Version 1.0 only
6*3e76f9d6SRichard Lowe# (the "License").  You may not use this file except in compliance
7*3e76f9d6SRichard Lowe# with the License.
8*3e76f9d6SRichard Lowe#
9*3e76f9d6SRichard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*3e76f9d6SRichard Lowe# or http://www.opensolaris.org/os/licensing.
11*3e76f9d6SRichard Lowe# See the License for the specific language governing permissions
12*3e76f9d6SRichard Lowe# and limitations under the License.
13*3e76f9d6SRichard Lowe#
14*3e76f9d6SRichard Lowe# When distributing Covered Code, include this CDDL HEADER in each
15*3e76f9d6SRichard Lowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*3e76f9d6SRichard Lowe# If applicable, add the following below this CDDL HEADER, with the
17*3e76f9d6SRichard Lowe# fields enclosed by brackets "[]" replaced with your own identifying
18*3e76f9d6SRichard Lowe# information: Portions Copyright [yyyy] [name of copyright owner]
19*3e76f9d6SRichard Lowe#
20*3e76f9d6SRichard Lowe# CDDL HEADER END
21*3e76f9d6SRichard Lowe#
22*3e76f9d6SRichard Lowe#
23*3e76f9d6SRichard Lowe# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
24*3e76f9d6SRichard Lowe# Use is subject to license terms.
25*3e76f9d6SRichard Lowe#
26*3e76f9d6SRichard Lowe
27*3e76f9d6SRichard Loweinclude ../Makefile.com
28*3e76f9d6SRichard Lowe
29*3e76f9d6SRichard Loweinstall:	$(ROOTOBJECTS)
30