xref: /openbsd/libexec/rpc.rusersd/Makefile (revision 404b540a)
1#	$OpenBSD: Makefile,v 1.4 2002/06/29 08:14:07 deraadt Exp $
2
3PROG =	rpc.rusersd
4SRCS =	rusersd.c rusers_proc.c
5MAN =	rpc.rusersd.8
6
7DPADD=	${LIBRPCSVC}
8LDADD=	-lrpcsvc
9
10.include <bsd.prog.mk>
11
12