8 lines
150 B
Makefile
8 lines
150 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.4 1994/12/22 12:30:41 cgd Exp $
|
|
|
|
PROG= rpcinfo
|
|
MAN= rpcinfo.8
|
|
|
|
.include <bsd.prog.mk>
|