NetBSD/usr.bin/rpcinfo/Makefile

11 lines
188 B
Makefile
Raw Normal View History

1993-07-31 03:49:23 +04:00
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
# $Id: Makefile,v 1.2 1993/07/30 23:51:26 mycroft Exp $
1993-04-03 04:52:27 +04:00
PROG= rpcinfo
LDADD= -lrpc
DPADD = ${LIBRPC}
MAN8 = rpcinfo.0
.include <bsd.prog.mk>