xref: /onnv-gate/usr/src/lib/libresolv2/sparcv9/Makefile (revision 2522:79989c8fe091)
1*2522Sraf#
2*2522Sraf# CDDL HEADER START
3*2522Sraf#
4*2522Sraf# The contents of this file are subject to the terms of the
5*2522Sraf# Common Development and Distribution License (the "License").
6*2522Sraf# You may not use this file except in compliance with the License.
7*2522Sraf#
8*2522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2522Sraf# or http://www.opensolaris.org/os/licensing.
10*2522Sraf# See the License for the specific language governing permissions
11*2522Sraf# and limitations under the License.
12*2522Sraf#
13*2522Sraf# When distributing Covered Code, include this CDDL HEADER in each
14*2522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2522Sraf# If applicable, add the following below this CDDL HEADER, with the
16*2522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17*2522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18*2522Sraf#
19*2522Sraf# CDDL HEADER END
20*2522Sraf#
210Sstevel@tonic-gate#
221219Sraf# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
230Sstevel@tonic-gate# Use is subject to license terms.
240Sstevel@tonic-gate#
251219Sraf# ident	"%Z%%M%	%I%	%E% SMI"
260Sstevel@tonic-gate#
270Sstevel@tonic-gate
280Sstevel@tonic-gateinclude ../Makefile.com
290Sstevel@tonic-gateinclude ../../Makefile.lib.64
300Sstevel@tonic-gate
310Sstevel@tonic-gate# With the adition of BIND 8.3.3, the symbol table for 64 bit went over
320Sstevel@tonic-gate# the limit for Kpic, so we've added -KPIC here, for just the 64 bit
330Sstevel@tonic-gate# library. This avoids compiling the 32-bit library with PIC unnecessarily.
340Sstevel@tonic-gate
350Sstevel@tonic-gatesparcv9_C_PICFLAGS = -K PIC
360Sstevel@tonic-gatesparcv9_CC_PICFLAGS = -KPIC
370Sstevel@tonic-gate
380Sstevel@tonic-gateinstall: all $(ROOTLIBS64) $(ROOTLINKS64)
39