aboutsummaryrefslogtreecommitdiff
path: root/libexec/rpc.rstatd/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-02-04 10:20:43 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-02-04 10:20:43 +0000
commit80c49332e2742aaa15cca373c560c0d027ae82bc (patch)
tree71b3b8ad13347263d560a62937cb53ad26fd06d6 /libexec/rpc.rstatd/Makefile
parentc9c69d999ee563b93b9e82ae1b09757524b43ff8 (diff)
Put libdevstat before libkvm, because the former depends on the latter.
Notes
Notes: svn path=/head/; revision=125431
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 f0e4649a3752..be8981430171 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} ${LIBKVM} ${LIBDEVSTAT}
-LDADD= -lrpcsvc -lutil -lkvm -ldevstat
+DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBDEVSTAT} ${LIBKVM}
+LDADD= -lrpcsvc -lutil -ldevstat -lkvm
.include <bsd.prog.mk>