summaryrefslogtreecommitdiff
path: root/usr.bin/rpcinfo/Makefile
blob: dfee7261bd96f4c8f84d4117576ee3c9f78e7ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	$NetBSD: Makefile,v 1.13 2009/04/14 22:15:25 lukem Exp $
#	from: @(#)Makefile	5.2 (Berkeley) 5/11/90

WARNS?=	2	# XXX -Wcast-qual issues

.include <bsd.own.mk>

USE_FORT?= yes	# network client

PROG=	rpcinfo
MAN=	rpcinfo.8
SRCS=	rpcinfo.c

CPPFLAGS+=	-DPORTMAP

.if (${USE_INET6} != "no")
CPPFLAGS+=	-DINET6
.endif

.PATH:	${LIBCRPCDIR}

.include <bsd.prog.mk>