Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
18727N/A#
16309N/A# CDDL HEADER START
16309N/A#
16309N/A# The contents of this file are subject to the terms of the
16309N/A# Common Development and Distribution License (the "License").
16309N/A# You may not use this file except in compliance with the License.
16309N/A#
16309N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16309N/A# or http://www.opensolaris.org/os/licensing.
16309N/A# See the License for the specific language governing permissions
16309N/A# and limitations under the License.
16309N/A#
16313N/A# When distributing Covered Code, include this CDDL HEADER in each
16309N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16309N/A# If applicable, add the following below this CDDL HEADER, with the
16309N/A# fields enclosed by brackets "[]" replaced with your own identifying
16309N/A# information: Portions Copyright [yyyy] [name of copyright owner]
16309N/A#
16309N/A# CDDL HEADER END
16309N/A#
16309N/A
16309N/A#
16309N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
16309N/A# Use is subject to license terms.
16309N/A#
16309N/A
16309N/Ainclude $(SRC)/Makefile.master
16309N/A
16309N/AROOTDIR= $(ROOT)/usr/lib/ld
16309N/A
16309N/ADIRS= $(ROOTDIR)
16309N/AFILES= \
16309N/A $(ROOTDIR)/map.default \
16309N/A $(ROOTDIR)/map.pagealign \
16309N/A $(ROOTDIR)/map.noexdata
16309N/A
16309N/Ainstall: $(DIRS) $(FILES)
16309N/A
16309N/A$(FILES):= FILEMODE=444
16309N/A
16309N/A$(DIRS):= DIRMODE=755
16309N/A
16309N/A$(DIRS):
16309N/A $(INS.dir)
16309N/A
16309N/A$(ROOTDIR)/%: %
16309N/A $(INS.file)
16309N/A