1# @(#)Makefile 5.2 (Berkeley) 5/11/90 2 3PROG= rpcinfo 4LDADD= -lrpc 5DPADD = ${LIBRPC} 6MAN8 = rpcinfo.0 7 8 9.include <bsd.prog.mk> 10