Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
201N/A#
201N/A# CDDL HEADER START
201N/A#
201N/A# The contents of this file are subject to the terms of the
201N/A# Common Development and Distribution License, Version 1.0 only
201N/A# (the "License"). You may not use this file except in compliance
201N/A# with the License.
201N/A#
201N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
201N/A# or http://www.opensolaris.org/os/licensing.
201N/A# See the License for the specific language governing permissions
201N/A# and limitations under the License.
201N/A#
201N/A# When distributing Covered Code, include this CDDL HEADER in each
201N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
201N/A# If applicable, add the following below this CDDL HEADER, with the
201N/A# fields enclosed by brackets "[]" replaced with your own identifying
201N/A# information: Portions Copyright [yyyy] [name of copyright owner]
201N/A#
201N/A# CDDL HEADER END
201N/A#
201N/A
3661N/A#
201N/A# Copyright (c) 1989 by Sun Microsystems, Inc.
201N/A#
201N/A
201N/APROG= whereis
201N/A
201N/Ainclude ../Makefile.ucbcmd
618N/A
201N/AFILEMODE= 755
201N/ACERRWARN += -_gcc=-Wno-implicit-function-declaration
844N/A
844N/A.KEEP_STATE:
201N/A
1273N/Aall: $(PROG)
201N/A
3661N/Ainstall: all $(ROOTPROG)
3661N/A
201N/Aclean:
201N/A
201N/Alint: lint_PROG
201N/A
201N/Ainclude ../Makefile.ucbtarg
201N/A