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