1# from: @(#)Makefile 5.2 (Berkeley) 5/11/90 2# $FreeBSD$ 3 4PROG= rpcinfo 5MAN8 = rpcinfo.8 6 7 8.include <bsd.prog.mk> 9