Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
5885N/A#
5885N/A# CDDL HEADER START
5885N/A#
5885N/A# The contents of this file are subject to the terms of the
5885N/A# Common Development and Distribution License, Version 1.0 only
5885N/A# (the "License"). You may not use this file except in compliance
5885N/A# with the License.
5885N/A#
5885N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5885N/A# or http://www.opensolaris.org/os/licensing.
5885N/A# See the License for the specific language governing permissions
5885N/A# and limitations under the License.
5885N/A#
5885N/A# When distributing Covered Code, include this CDDL HEADER in each
5885N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5885N/A# If applicable, add the following below this CDDL HEADER, with the
5885N/A# fields enclosed by brackets "[]" replaced with your own identifying
5885N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5885N/A#
5885N/A# CDDL HEADER END
5885N/A#
5885N/A#ident "%Z%%M% %I% %E% SMI"
5885N/A#
5885N/A# Copyright (c) 1989 by Sun Microsystems, Inc.
5885N/A#
5885N/A
5885N/ASHFILES= ld
5885N/ACLOBBERFILES= $(SHFILES)
5885N/A
5885N/ASHSRCS= $(SHFILES:%=%.sh)
5885N/A
5885N/Ainclude ../Makefile.ucbcmd
5885N/A
5885N/A.KEEP_STATE:
5885N/A
5885N/Aall: $(SHFILES)
5885N/A
5885N/A%: %.sh
5885N/A $(RM) $@
5885N/A $(CP) $< $@
5885N/A
5885N/Ainstall: all $(ROOTBIN) $(ROOTSHFILES)
5885N/A
5885N/Aclean:
5885N/A
5885N/Alint:
5885N/A
5885N/Ainclude ../Makefile.ucbtarg
5885N/A
5885N/A