34c989574817eca41f72a5f02c848e51cfef32f0meem#
34c989574817eca41f72a5f02c848e51cfef32f0meem# CDDL HEADER START
34c989574817eca41f72a5f02c848e51cfef32f0meem#
34c989574817eca41f72a5f02c848e51cfef32f0meem# The contents of this file are subject to the terms of the
34c989574817eca41f72a5f02c848e51cfef32f0meem# Common Development and Distribution License (the "License").
34c989574817eca41f72a5f02c848e51cfef32f0meem# You may not use this file except in compliance with the License.
34c989574817eca41f72a5f02c848e51cfef32f0meem#
34c989574817eca41f72a5f02c848e51cfef32f0meem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
34c989574817eca41f72a5f02c848e51cfef32f0meem# or http://www.opensolaris.org/os/licensing.
34c989574817eca41f72a5f02c848e51cfef32f0meem# See the License for the specific language governing permissions
34c989574817eca41f72a5f02c848e51cfef32f0meem# and limitations under the License.
34c989574817eca41f72a5f02c848e51cfef32f0meem#
34c989574817eca41f72a5f02c848e51cfef32f0meem# When distributing Covered Code, include this CDDL HEADER in each
34c989574817eca41f72a5f02c848e51cfef32f0meem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
34c989574817eca41f72a5f02c848e51cfef32f0meem# If applicable, add the following below this CDDL HEADER, with the
34c989574817eca41f72a5f02c848e51cfef32f0meem# fields enclosed by brackets "[]" replaced with your own identifying
34c989574817eca41f72a5f02c848e51cfef32f0meem# information: Portions Copyright [yyyy] [name of copyright owner]
34c989574817eca41f72a5f02c848e51cfef32f0meem#
34c989574817eca41f72a5f02c848e51cfef32f0meem# CDDL HEADER END
34c989574817eca41f72a5f02c848e51cfef32f0meem#
2e02daeede04af58a9d4f18f8dfed1fda3ececa1Rainer Orth
34c989574817eca41f72a5f02c848e51cfef32f0meem#
2e02daeede04af58a9d4f18f8dfed1fda3ececa1Rainer Orth# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
34c989574817eca41f72a5f02c848e51cfef32f0meem# Use is subject to license terms.
34c989574817eca41f72a5f02c848e51cfef32f0meem#
34c989574817eca41f72a5f02c848e51cfef32f0meem
34c989574817eca41f72a5f02c848e51cfef32f0meemPROG = lintdump
6cad8c54794ed08da5ee9e41172ce85ba79e534fRyan ZezeskiMAN1ONBLDFILES = lintdump.1onbld
34c989574817eca41f72a5f02c848e51cfef32f0meemCFLAGS += $(CCVERBOSE)
34c989574817eca41f72a5f02c848e51cfef32f0meem
34c989574817eca41f72a5f02c848e51cfef32f0meeminclude ../Makefile.tools
34c989574817eca41f72a5f02c848e51cfef32f0meem
6cad8c54794ed08da5ee9e41172ce85ba79e534fRyan Zezeski$(ROOTONBLDMAN1ONBLDFILES) := FILEMODE= 644
2e02daeede04af58a9d4f18f8dfed1fda3ececa1Rainer Orth
34c989574817eca41f72a5f02c848e51cfef32f0meem.KEEP_STATE:
34c989574817eca41f72a5f02c848e51cfef32f0meem
34c989574817eca41f72a5f02c848e51cfef32f0meemall: $(PROG)
34c989574817eca41f72a5f02c848e51cfef32f0meem
6cad8c54794ed08da5ee9e41172ce85ba79e534fRyan Zezeskiinstall: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1ONBLDFILES)
34c989574817eca41f72a5f02c848e51cfef32f0meem
34c989574817eca41f72a5f02c848e51cfef32f0meemlint: lint_PROG
34c989574817eca41f72a5f02c848e51cfef32f0meem
34c989574817eca41f72a5f02c848e51cfef32f0meemclean:
34c989574817eca41f72a5f02c848e51cfef32f0meem
34c989574817eca41f72a5f02c848e51cfef32f0meeminclude ../Makefile.targ