1# $FreeBSD$
2
3PROG =	rpc.rwalld
4SRCS =	rwalld.c
5MAN =	rpc.rwalld.8
6
7LIBADD=	util
8
9WARNS?=	2
10
11.include <bsd.prog.mk>
12