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