124da5b34Srie# 224da5b34Srie# CDDL HEADER START 324da5b34Srie# 424da5b34Srie# The contents of this file are subject to the terms of the 524da5b34Srie# Common Development and Distribution License (the "License"). 624da5b34Srie# You may not use this file except in compliance with the License. 724da5b34Srie# 824da5b34Srie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 924da5b34Srie# or http://www.opensolaris.org/os/licensing. 1024da5b34Srie# See the License for the specific language governing permissions 1124da5b34Srie# and limitations under the License. 1224da5b34Srie# 1324da5b34Srie# When distributing Covered Code, include this CDDL HEADER in each 1424da5b34Srie# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1524da5b34Srie# If applicable, add the following below this CDDL HEADER, with the 1624da5b34Srie# fields enclosed by brackets "[]" replaced with your own identifying 1724da5b34Srie# information: Portions Copyright [yyyy] [name of copyright owner] 1824da5b34Srie# 1924da5b34Srie# CDDL HEADER END 2024da5b34Srie# 2124da5b34Srie 2224da5b34Srie# 23*cd3e9333SAli Bahrami# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. 2424da5b34Srie# 2524da5b34Srie 2624da5b34Srieinclude $(SRC)/Makefile.master 2724da5b34Srie 2824da5b34SrieROOTDIR= $(ROOT)/usr/lib/ld 2924da5b34Srie 3024da5b34SrieDIRS= $(ROOTDIR) 31*cd3e9333SAli BahramiFILES= 3224da5b34Srie 3324da5b34Srieinstall: $(DIRS) $(FILES) 3424da5b34Srie 3524da5b34Srie$(FILES):= FILEMODE=444 3624da5b34Srie 3724da5b34Srie$(DIRS):= DIRMODE=755 3824da5b34Srie 3924da5b34Srie$(DIRS): 4024da5b34Srie $(INS.dir) 4124da5b34Srie 4224da5b34Srie$(ROOTDIR)/%: % 4324da5b34Srie $(INS.file) 44