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