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