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