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