xref: /freebsd/usr.bin/rpcinfo/Makefile (revision b7a1a0a5ff8895e6a5c9404d02357ac9e2eb8091)
1#	from: @(#)Makefile	5.2 (Berkeley) 5/11/90
2#	$Id: Makefile,v 1.2 1993/11/10 03:46:45 smace Exp $
3
4PROG=	rpcinfo
5MAN8 = rpcinfo.8
6
7
8.include <bsd.prog.mk>
9