Change <sys/queue.h> to <queue.h> (thanks Nate! I'm falling asleep
[unix-history] / usr.bin / rpcinfo / Makefile
CommitLineData
cce18959 1# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
92e9372f 2# $Id: Makefile,v 1.1 1993/09/13 23:22:40 jtc Exp $
cce18959
C
3
4PROG= rpcinfo
cce18959
C
5MAN8 = rpcinfo.8
6
7
8.include <bsd.prog.mk>