summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rstatd/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-06-10 18:47:43 +0000
committerjhb <jhb@FreeBSD.org>2008-06-10 18:47:43 +0000
commit40d5d7fe56941d368875a42d9356d54dc25d938a (patch)
tree62e65bbbf5b13d92a9500466275ff39c2df65445 /libexec/rpc.rstatd/Makefile
parentcef6629a0108ac7a5e15e63f3bb5602e940cacd5 (diff)
downloadFreeBSD-src-40d5d7fe56941d368875a42d9356d54dc25d938a.zip
FreeBSD-src-40d5d7fe56941d368875a42d9356d54dc25d938a.tar.gz
Use sysctl to fetch stats from the kernel instead of reading variables
directly via libkvm. PR: kern/122875, bin/123014 Tested by: Danny Braniss danny cs.huji.ac.il MFC after: 1 week
Diffstat (limited to 'libexec/rpc.rstatd/Makefile')
-rw-r--r--libexec/rpc.rstatd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile
index be89814..1083447 100644
--- a/libexec/rpc.rstatd/Makefile
+++ b/libexec/rpc.rstatd/Makefile
@@ -4,7 +4,7 @@ PROG = rpc.rstatd
SRCS = rstatd.c rstat_proc.c
MAN = rpc.rstatd.8
-DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBDEVSTAT} ${LIBKVM}
-LDADD= -lrpcsvc -lutil -ldevstat -lkvm
+DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBDEVSTAT}
+LDADD= -lrpcsvc -lutil -ldevstat
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud