]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - libexec/rpc.rstatd/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>