xref: /illumos-gate/usr/src/tools/lintdump/Makefile (revision 6cad8c54)
134c98957Smeem#
234c98957Smeem# CDDL HEADER START
334c98957Smeem#
434c98957Smeem# The contents of this file are subject to the terms of the
534c98957Smeem# Common Development and Distribution License (the "License").
634c98957Smeem# You may not use this file except in compliance with the License.
734c98957Smeem#
834c98957Smeem# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
934c98957Smeem# or http://www.opensolaris.org/os/licensing.
1034c98957Smeem# See the License for the specific language governing permissions
1134c98957Smeem# and limitations under the License.
1234c98957Smeem#
1334c98957Smeem# When distributing Covered Code, include this CDDL HEADER in each
1434c98957Smeem# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1534c98957Smeem# If applicable, add the following below this CDDL HEADER, with the
1634c98957Smeem# fields enclosed by brackets "[]" replaced with your own identifying
1734c98957Smeem# information: Portions Copyright [yyyy] [name of copyright owner]
1834c98957Smeem#
1934c98957Smeem# CDDL HEADER END
2034c98957Smeem#
212e02daeeSRainer Orth
2234c98957Smeem#
232e02daeeSRainer Orth# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
2434c98957Smeem# Use is subject to license terms.
2534c98957Smeem#
2634c98957Smeem
2734c98957SmeemPROG      = lintdump
28*6cad8c54SRyan ZezeskiMAN1ONBLDFILES = lintdump.1onbld
2934c98957SmeemCFLAGS   += $(CCVERBOSE)
3034c98957Smeem
3134c98957Smeeminclude ../Makefile.tools
3234c98957Smeem
33*6cad8c54SRyan Zezeski$(ROOTONBLDMAN1ONBLDFILES) := FILEMODE=	644
342e02daeeSRainer Orth
3534c98957Smeem.KEEP_STATE:
3634c98957Smeem
3734c98957Smeemall:    $(PROG)
3834c98957Smeem
39*6cad8c54SRyan Zezeskiinstall: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1ONBLDFILES)
4034c98957Smeem
4134c98957Smeemlint:	lint_PROG
4234c98957Smeem
4334c98957Smeemclean:
4434c98957Smeem
4534c98957Smeeminclude ../Makefile.targ
46