]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - libexec/rpc.sprayd/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>