Makefile revision 1.5
1#	$Id: Makefile,v 1.5 1993/11/21 19:01:01 brezak Exp $
2.PATH:  ${.CURDIR}/../../libexec/rpc.rusersd
3
4SRCS = rusers.c rusersxdr.c
5PROG = rusers
6MAN1 = rusers.0
7
8DPADD=	${LIBRPCSVC}
9LDADD=	-lrpcsvc
10
11.include <bsd.prog.mk>
12