305N/A#
305N/A# CDDL HEADER START
305N/A#
305N/A# The contents of this file are subject to the terms of the
305N/A# Common Development and Distribution License (the "License").
305N/A# You may not use this file except in compliance with the License.
305N/A#
305N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
305N/A# or http://www.opensolaris.org/os/licensing.
305N/A# See the License for the specific language governing permissions
305N/A# and limitations under the License.
305N/A#
305N/A# When distributing Covered Code, include this CDDL HEADER in each
305N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
305N/A# If applicable, add the following below this CDDL HEADER, with the
305N/A# fields enclosed by brackets "[]" replaced with your own identifying
305N/A# information: Portions Copyright [yyyy] [name of copyright owner]
305N/A#
305N/A# CDDL HEADER END
305N/A#
305N/A
305N/A#
305N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
305N/A# Use is subject to license terms.
305N/A#
305N/A# ident "%Z%%M% %I% %E% SMI"
305N/A#
305N/A
305N/Ainclude ../Makefile.com
305N/A
586N/A.KEEP_STATE:
586N/A
305N/AROOTFS_LIBDIR64 = \
305N/A $(VAR_LIBLD_64_ROOTFS_LIBDIR)
305N/AROOTFS_DYNLIB64 = \
305N/A $(DYNLIB:%=$(ROOTFS_LIBDIR64)/%)
305N/A
305N/AELFLIBDIR = $(ELFLIBDIR64)
305N/ALDDBGLIBDIR = $(LDDBGLIBDIR64)
305N/ACONVLIBDIR = $(CONVLIBDIR64)
305N/A
305N/A$(ROOTFS_DYNLIB64) := FILEMODE= 755
305N/A
305N/Aall: $(DYNLIB) $(LIBLINKS)
305N/A
305N/Ainstall \
305N/Apackage: all $(ROOTFS_DYNLIB64)
305N/A
305N/Ainclude ../Makefile.targ
305N/Ainclude ../../Makefile.sub.64
305N/A