Makefile revision 34c989574817eca41f72a5f02c848e51cfef32f0
905N/A#
905N/A# CDDL HEADER START
905N/A#
905N/A# The contents of this file are subject to the terms of the
905N/A# Common Development and Distribution License (the "License").
905N/A# You may not use this file except in compliance with the License.
905N/A#
905N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
905N/A# or http://www.opensolaris.org/os/licensing.
905N/A# See the License for the specific language governing permissions
905N/A# and limitations under the License.
905N/A#
905N/A# When distributing Covered Code, include this CDDL HEADER in each
905N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
905N/A# If applicable, add the following below this CDDL HEADER, with the
905N/A# fields enclosed by brackets "[]" replaced with your own identifying
905N/A# information: Portions Copyright [yyyy] [name of copyright owner]
905N/A#
905N/A# CDDL HEADER END
905N/A#
2321N/A#
905N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
905N/A# Use is subject to license terms.
905N/A#
905N/A# ident "%Z%%M% %I% %E% SMI"
905N/A#
905N/A
905N/APROG = lintdump
905N/AMAN1FILES = lintdump.1
905N/ACFLAGS += $(CCVERBOSE)
905N/A
1326N/Ainclude ../Makefile.tools
905N/A
2899N/A.KEEP_STATE:
2899N/A
905N/Aall: $(PROG)
905N/A
905N/Ainstall: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1FILES)
905N/A
2232N/Alint: lint_PROG
905N/A
905N/Aclean:
905N/A
905N/Ainclude ../Makefile.targ
1601N/A