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