1# $FreeBSD$
2
3PROG =	rpc.sprayd
4SRCS =	sprayd.c
5MAN =	rpc.sprayd.8
6
7LIBADD=	rpcsvc
8
9.include <bsd.prog.mk>
10