]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.bin/rpcinfo/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / usr.bin / rpcinfo / Makefile
1 #       from: @(#)Makefile      5.2 (Berkeley) 5/11/90
2 # $FreeBSD$
3
4 PROG=   rpcinfo
5 SRCS=   rpcinfo.c
6 MAN=    rpcinfo.8
7
8 CFLAGS+= -DPORTMAP
9
10 WARNS?= 2
11
12 .include <bsd.prog.mk>