summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rstatd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rpc.rstatd/Makefile')
-rw-r--r--libexec/rpc.rstatd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile
index 026c8e0..efef47a 100644
--- a/libexec/rpc.rstatd/Makefile
+++ b/libexec/rpc.rstatd/Makefile
@@ -1,10 +1,10 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 14:22:11 peter Exp $
PROG = rpc.rstatd
SRCS = rstatd.c rstat_proc.c
MAN8 = rpc.rstatd.8
-DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBKVM}
-LDADD= -lrpcsvc -lutil -lkvm
+DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBKVM} ${LIBDEVSTAT}
+LDADD= -lrpcsvc -lutil -lkvm -ldevstat
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud