Makefile revision b39fc4e4289e41b6fd4169d52dce8e899532554e
393N/A#
393N/A# CDDL HEADER START
393N/A#
393N/A# The contents of this file are subject to the terms of the
393N/A# Common Development and Distribution License, Version 1.0 only
393N/A# (the "License"). You may not use this file except in compliance
393N/A# with the License.
393N/A#
393N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
393N/A# or http://www.opensolaris.org/os/licensing.
393N/A# See the License for the specific language governing permissions
393N/A# and limitations under the License.
393N/A#
393N/A# When distributing Covered Code, include this CDDL HEADER in each
393N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
393N/A# If applicable, add the following below this CDDL HEADER, with the
393N/A# fields enclosed by brackets "[]" replaced with your own identifying
393N/A# information: Portions Copyright [yyyy] [name of copyright owner]
393N/A#
393N/A# CDDL HEADER END
393N/A#
393N/A#ident "%Z%%M% %I% %E% SMI"
5575N/A#
393N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
393N/A# Use is subject to license terms.
395N/A#
393N/A
393N/APROG= lintcmd
1413N/AREALPROG= lint
618N/A
393N/Ainclude ../Makefile.ucbcmd
393N/A
844N/A.KEEP_STATE:
1413N/A
393N/Aall: $(PROG)
1258N/A
4035N/Ainstall: all $(ROOTBIN) $(ROOTPROG)
393N/A $(RM) $(ROOTBIN)/$(REALPROG)
3817N/A $(MV) $(ROOTBIN)/$(PROG) $(ROOTBIN)/$(REALPROG)
3817N/A
3817N/Aclean:
393N/A
1938N/Alint:
1447N/A
5795N/Ainclude ../Makefile.ucbtarg
393N/A