]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rpc.rstatd/Makefile
Optionally bind ktls threads to NUMA domains
[FreeBSD/FreeBSD.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 LIBADD= rpcsvc devstat
8
9 WARNS?= 1
10
11 .include <bsd.prog.mk>