1*702941cdSRichard Lowe# 2*702941cdSRichard Lowe# CDDL HEADER START 3*702941cdSRichard Lowe# 4*702941cdSRichard Lowe# The contents of this file are subject to the terms of the 5*702941cdSRichard Lowe# Common Development and Distribution License (the "License"). 6*702941cdSRichard Lowe# You may not use this file except in compliance with the License. 7*702941cdSRichard Lowe# 8*702941cdSRichard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*702941cdSRichard Lowe# or http://www.opensolaris.org/os/licensing. 10*702941cdSRichard Lowe# See the License for the specific language governing permissions 11*702941cdSRichard Lowe# and limitations under the License. 12*702941cdSRichard Lowe# 13*702941cdSRichard Lowe# When distributing Covered Code, include this CDDL HEADER in each 14*702941cdSRichard Lowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*702941cdSRichard Lowe# If applicable, add the following below this CDDL HEADER, with the 16*702941cdSRichard Lowe# fields enclosed by brackets "[]" replaced with your own identifying 17*702941cdSRichard Lowe# information: Portions Copyright [yyyy] [name of copyright owner] 18*702941cdSRichard Lowe# 19*702941cdSRichard Lowe# CDDL HEADER END 20*702941cdSRichard Lowe# 21*702941cdSRichard Lowe# 22*702941cdSRichard Lowe# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*702941cdSRichard Lowe# Use is subject to license terms. 24*702941cdSRichard Lowe# 25*702941cdSRichard Lowe 26*702941cdSRichard Loweinclude ../Makefile.com 27*702941cdSRichard Loweinclude ../../Makefile.lib.64 28*702941cdSRichard Lowe 29*702941cdSRichard LoweTYPES=library standalone 30*702941cdSRichard Lowe 31*702941cdSRichard LoweINSTALL_DEPS_library = $(ROOTLINKS64) $(ROOTLINT64) $(ROOTLIBS64) 32*702941cdSRichard LoweINSTALL_DEPS_standalone = $(ROOTLIBS64) 33*702941cdSRichard Lowe 34*702941cdSRichard Loweinclude ../Makefile.targ 35