xref: /illumos-gate/usr/src/tools/lintdump/Makefile (revision 34c98957)
1*34c98957Smeem#
2*34c98957Smeem# CDDL HEADER START
3*34c98957Smeem#
4*34c98957Smeem# The contents of this file are subject to the terms of the
5*34c98957Smeem# Common Development and Distribution License (the "License").
6*34c98957Smeem# You may not use this file except in compliance with the License.
7*34c98957Smeem#
8*34c98957Smeem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*34c98957Smeem# or http://www.opensolaris.org/os/licensing.
10*34c98957Smeem# See the License for the specific language governing permissions
11*34c98957Smeem# and limitations under the License.
12*34c98957Smeem#
13*34c98957Smeem# When distributing Covered Code, include this CDDL HEADER in each
14*34c98957Smeem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*34c98957Smeem# If applicable, add the following below this CDDL HEADER, with the
16*34c98957Smeem# fields enclosed by brackets "[]" replaced with your own identifying
17*34c98957Smeem# information: Portions Copyright [yyyy] [name of copyright owner]
18*34c98957Smeem#
19*34c98957Smeem# CDDL HEADER END
20*34c98957Smeem#
21*34c98957Smeem#
22*34c98957Smeem# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*34c98957Smeem# Use is subject to license terms.
24*34c98957Smeem#
25*34c98957Smeem# ident	"%Z%%M%	%I%	%E% SMI"
26*34c98957Smeem#
27*34c98957Smeem
28*34c98957SmeemPROG      = lintdump
29*34c98957SmeemMAN1FILES = lintdump.1
30*34c98957SmeemCFLAGS   += $(CCVERBOSE)
31*34c98957Smeem
32*34c98957Smeeminclude ../Makefile.tools
33*34c98957Smeem
34*34c98957Smeem.KEEP_STATE:
35*34c98957Smeem
36*34c98957Smeemall:    $(PROG)
37*34c98957Smeem
38*34c98957Smeeminstall: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1FILES)
39*34c98957Smeem
40*34c98957Smeemlint:	lint_PROG
41*34c98957Smeem
42*34c98957Smeemclean:
43*34c98957Smeem
44*34c98957Smeeminclude ../Makefile.targ
45