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