xref: /titanic_44/usr/src/lib/libm1/sparc/Makefile (revision 25c28e83beb90e7c80452a7c818c5e6f73a07dc8)
1*25c28e83SPiotr Jasiukajtis#
2*25c28e83SPiotr Jasiukajtis# This file and its contents are supplied under the terms of the
3*25c28e83SPiotr Jasiukajtis# Common Development and Distribution License ("CDDL"), version 1.0.
4*25c28e83SPiotr Jasiukajtis# You may only use this file in accordance with the terms of version
5*25c28e83SPiotr Jasiukajtis# 1.0 of the CDDL.
6*25c28e83SPiotr Jasiukajtis#
7*25c28e83SPiotr Jasiukajtis# A full copy of the text of the CDDL should have accompanied this
8*25c28e83SPiotr Jasiukajtis# source.  A copy of the CDDL is also available via the Internet at
9*25c28e83SPiotr Jasiukajtis# http://www.illumos.org/license/CDDL.
10*25c28e83SPiotr Jasiukajtis#
11*25c28e83SPiotr Jasiukajtis
12*25c28e83SPiotr Jasiukajtis#
13*25c28e83SPiotr Jasiukajtis# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
14*25c28e83SPiotr Jasiukajtis#
15*25c28e83SPiotr Jasiukajtis
16*25c28e83SPiotr JasiukajtisTARGET_ARCH=	sparc
17*25c28e83SPiotr Jasiukajtis
18*25c28e83SPiotr Jasiukajtisinclude ../Makefile.com
19*25c28e83SPiotr Jasiukajtis
20*25c28e83SPiotr Jasiukajtisinstall: all $(ROOTLIBS)
21*25c28e83SPiotr Jasiukajtis
22*25c28e83SPiotr Jasiukajtisinclude $(SRC)/lib/Makefile.targ
23