Makefile revision 11963:061945695ce1
1220150Smm#
2220150Smm# CDDL HEADER START
3220150Smm#
4220150Smm# The contents of this file are subject to the terms of the
5220150Smm# Common Development and Distribution License (the "License").
6220150Smm# You may not use this file except in compliance with the License.
7220150Smm#
8220150Smm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9220150Smm# or http://www.opensolaris.org/os/licensing.
10220150Smm# See the License for the specific language governing permissions
11220150Smm# and limitations under the License.
12220150Smm#
13220150Smm# When distributing Covered Code, include this CDDL HEADER in each
14220150Smm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15220150Smm# If applicable, add the following below this CDDL HEADER, with the
16220150Smm# fields enclosed by brackets "[]" replaced with your own identifying
17220150Smm# information: Portions Copyright [yyyy] [name of copyright owner]
18220150Smm#
19220150Smm# CDDL HEADER END
20220150Smm#
21220150Smm#
22220150Smm# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
23220150Smm# Use is subject to license terms.
24220150Smm#
25220150Smm
26220150Smminclude ../Makefile.com
27220150Smminclude ../../../Makefile.lib.64
28220150Smm
29220150Smm# With the adition of BIND 8.3.3, the symbol table for 64 bit went over
30220150Smm# the limit for Kpic, so we add -KPIC here, for just the 64 bit SPARC
31220150Smm# library. This avoids compiling the 32-bit library with PIC unnecessarily.
32220150Smmsparcv9_C_PICFLAGS =	-K PIC
33220150Smmsparcv9_CC_PICFLAGS =	-KPIC
34220150Smm
35220150Smm$(ROOTLIBDIR64):
36220150Smm	$(INS.dir)
37220150Smm
38220150Smminstall: all $(ROOTLIBDIR64) $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
39220150Smm