xref: /openbsd/libexec/rpc.rusersd/Makefile (revision 771fbea0)
1#	$OpenBSD: Makefile,v 1.5 2014/07/16 20:02:45 okan 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