summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-04 10:20:43 +0000
committerru <ru@FreeBSD.org>2004-02-04 10:20:43 +0000
commit7e3a5665be61804d36b558778edb731a357ba143 (patch)
tree71b3b8ad13347263d560a62937cb53ad26fd06d6 /usr.sbin/iostat
parenta93b97447f7551fd4e6cc9f460af58e854b78258 (diff)
downloadFreeBSD-src-7e3a5665be61804d36b558778edb731a357ba143.zip
FreeBSD-src-7e3a5665be61804d36b558778edb731a357ba143.tar.gz
Put libdevstat before libkvm, because the former depends on the latter.
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r--usr.sbin/iostat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/iostat/Makefile b/usr.sbin/iostat/Makefile
index b51d941..558b09b 100644
--- a/usr.sbin/iostat/Makefile
+++ b/usr.sbin/iostat/Makefile
@@ -4,7 +4,7 @@
PROG= iostat
MAN= iostat.8
-DPADD= ${LIBKVM} ${LIBDEVSTAT} ${LIBM}
-LDADD= -lkvm -ldevstat -lm
+DPADD= ${LIBDEVSTAT} ${LIBKVM} ${LIBM}
+LDADD= -ldevstat -lkvm -lm
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud