1# $Id: Makefile,v 1.3 1996/04/08 21:08:07 jtc Exp $ 2 3PROG= spray 4MAN= spray.8 5LDADD+= -lrpcsvc 6DPADD+= ${LIBRPCSVC} 7 8.include <bsd.prog.mk> 9