1# 2# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 3# Use is subject to license terms. 4# 5# ident "%Z%%M% %I% %E% SMI" 6# 7# lib/libresolv2/sparcv9/Makefile 8 9MAPDIR= ../spec/sparcv9 10 11include ../Makefile.com 12include ../../Makefile.lib.64 13 14# With the adition of BIND 8.3.3, the symbol table for 64 bit went over 15# the limit for Kpic, so we've added -KPIC here, for just the 64 bit 16# library. This avoids compiling the 32-bit library with PIC unnecessarily. 17 18sparcv9_C_PICFLAGS = -K PIC 19sparcv9_CC_PICFLAGS = -KPIC 20 21install: all $(ROOTLIBS64) $(ROOTLINKS64) 22