Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
256N/A#
256N/A# CDDL HEADER START
256N/A#
256N/A# The contents of this file are subject to the terms of the
256N/A# Common Development and Distribution License, Version 1.0 only
256N/A# (the "License"). You may not use this file except in compliance
256N/A# with the License.
256N/A#
256N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
256N/A# or http://www.opensolaris.org/os/licensing.
256N/A# See the License for the specific language governing permissions
256N/A# and limitations under the License.
256N/A#
256N/A# When distributing Covered Code, include this CDDL HEADER in each
256N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
256N/A# If applicable, add the following below this CDDL HEADER, with the
256N/A# fields enclosed by brackets "[]" replaced with your own identifying
256N/A# information: Portions Copyright [yyyy] [name of copyright owner]
256N/A#
256N/A# CDDL HEADER END
256N/A#
256N/A#
3996N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
256N/A# Use is subject to license terms.
256N/A#
256N/A
256N/APROG= tput
256N/A
256N/Ainclude ../Makefile.cmd
256N/A
256N/A.KEEP_STATE:
844N/A
844N/ACFLAGS += $(CCVERBOSE)
256N/ACERRWARN += -_gcc=-Wno-parentheses
256N/AXGETFLAGS += -a -x tput.xcl
1273N/ALDLIBS += -lcurses
256N/A
3661N/Aall: $(PROG)
3661N/A
3996N/Ainstall: all $(ROOTPROG)
3996N/A
3996N/Aclean:
256N/A
256N/Alint: lint_PROG
256N/A
256N/Ainclude ../Makefile.targ
256N/A