1# $Id: Makefile,v 1.2 1993/11/10 03:47:06 smace Exp $ 2 3PROG= rup 4MAN1= rup.1 5 6DPADD= ${LIBRPCSVC} 7LDADD= -lrpcsvc 8 9.include <bsd.prog.mk> 10