xref: /freebsd/usr.bin/rpcinfo/Makefile (revision c5f49ece16a92380092191fad13cb1da72af5d37)
1#	from: @(#)Makefile	5.2 (Berkeley) 5/11/90
2
3PROG=	rpcinfo
4SRCS=	rpcinfo.c
5MAN=	rpcinfo.8
6
7CFLAGS+= -DPORTMAP
8
9WARNS?=	2
10
11.include <bsd.prog.mk>
12