aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rstatd/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-06-27 02:18:01 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-06-27 02:18:01 +0000
commit78c4e441dbc28669dfb472ce9dc0e0a709b3d278 (patch)
tree05dea1e2194b00ac97fcbf10c9bec78557caf140 /libexec/rpc.rstatd/Makefile
parent0667a791da0a167b10f32b1fb7447e074c1ef592 (diff)
Notes
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 be8981430171..1083447dd399 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>