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