1# $OpenBSD: Makefile,v 1.2 1996/06/26 05:38:55 deraadt Exp $ 2 3PROG = rusers 4 5DPADD= ${LIBRPCSVC} 6LDADD= -lrpcsvc 7 8.include <bsd.prog.mk> 9