]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/rpc.sprayd/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / libexec / rpc.sprayd / Makefile
1 # $FreeBSD$
2
3 PROG =  rpc.sprayd
4 SRCS =  sprayd.c
5 MAN =   rpc.sprayd.8
6
7 DPADD=  ${LIBRPCSVC}
8 LDADD=  -lrpcsvc
9
10 WARNS?= 2
11
12 .include <bsd.prog.mk>