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