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