17c478bd9Sstevel@tonic-gate# 2*e8031f0aSraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 37c478bd9Sstevel@tonic-gate# Use is subject to license terms. 47c478bd9Sstevel@tonic-gate# 57c478bd9Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 67c478bd9Sstevel@tonic-gate# 77c478bd9Sstevel@tonic-gate# lib/libresolv2/sparcv9/Makefile 87c478bd9Sstevel@tonic-gate 97c478bd9Sstevel@tonic-gateMAPDIR= ../spec/sparcv9 107c478bd9Sstevel@tonic-gate 117c478bd9Sstevel@tonic-gateinclude ../Makefile.com 127c478bd9Sstevel@tonic-gateinclude ../../Makefile.lib.64 137c478bd9Sstevel@tonic-gate 147c478bd9Sstevel@tonic-gate# With the adition of BIND 8.3.3, the symbol table for 64 bit went over 157c478bd9Sstevel@tonic-gate# the limit for Kpic, so we've added -KPIC here, for just the 64 bit 167c478bd9Sstevel@tonic-gate# library. This avoids compiling the 32-bit library with PIC unnecessarily. 177c478bd9Sstevel@tonic-gate 187c478bd9Sstevel@tonic-gatesparcv9_C_PICFLAGS = -K PIC 197c478bd9Sstevel@tonic-gatesparcv9_CC_PICFLAGS = -KPIC 207c478bd9Sstevel@tonic-gate 217c478bd9Sstevel@tonic-gateinstall: all $(ROOTLIBS64) $(ROOTLINKS64) 22