]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - libexec/rpc.sprayd/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 .include <bsd.prog.mk>
11