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