1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# Copyright 1997-2002 Sun Microsystems, Inc. All rights reserved.
3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
6*7c478bd9Sstevel@tonic-gate#
7*7c478bd9Sstevel@tonic-gate# lib/libresolv2/sparcv9/Makefile
8*7c478bd9Sstevel@tonic-gate
9*7c478bd9Sstevel@tonic-gateMAPDIR=	../spec/sparcv9
10*7c478bd9Sstevel@tonic-gate
11*7c478bd9Sstevel@tonic-gateinclude ../Makefile.com
12*7c478bd9Sstevel@tonic-gateinclude ../../Makefile.lib.64
13*7c478bd9Sstevel@tonic-gate
14*7c478bd9Sstevel@tonic-gate# With the adition of BIND 8.3.3, the symbol table for 64 bit went over
15*7c478bd9Sstevel@tonic-gate# the limit for Kpic, so we've added -KPIC here, for just the 64 bit
16*7c478bd9Sstevel@tonic-gate# library. This avoids compiling the 32-bit library with PIC unnecessarily.
17*7c478bd9Sstevel@tonic-gate
18*7c478bd9Sstevel@tonic-gatesparcv9_C_PICFLAGS = -K PIC
19*7c478bd9Sstevel@tonic-gatesparcv9_CC_PICFLAGS = -KPIC
20*7c478bd9Sstevel@tonic-gate
21*7c478bd9Sstevel@tonic-gateLIBS = $(DYNLIB) $(LINTLIB)
22*7c478bd9Sstevel@tonic-gate
23*7c478bd9Sstevel@tonic-gate.KEEP_STATE:
24*7c478bd9Sstevel@tonic-gate
25*7c478bd9Sstevel@tonic-gateall: $(LIBS)
26*7c478bd9Sstevel@tonic-gate
27*7c478bd9Sstevel@tonic-gateinstall: all $(ROOTLIBS64) $(ROOTLINKS64)
28