This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / showmount / Makefile
# @(#)Makefile 6.2 (Berkeley) 5/11/90
PROG= showmount
MAN8= showmount.8
DPADD= ${LIBRPC}
LDADD= -lrpc
.include <bsd.prog.mk>