xref: /openbsd/usr.bin/rpcinfo/Makefile (revision df930be7)
1#	from: @(#)Makefile	5.2 (Berkeley) 5/11/90
2#	$Id: Makefile,v 1.1.1.1 1995/10/18 08:46:02 deraadt Exp $
3
4PROG=	rpcinfo
5MAN=	rpcinfo.8
6
7.include <bsd.prog.mk>
8