summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vmstat/Makefile')
-rw-r--r--usr.bin/vmstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/Makefile b/usr.bin/vmstat/Makefile
index bc0546e..da2a08d 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -3,7 +3,7 @@
PROG= vmstat
MAN= vmstat.8
-DPADD= ${LIBKVM} ${LIBDEVSTAT}
-LDADD= -lkvm -ldevstat
+DPADD= ${LIBDEVSTAT} ${LIBKVM}
+LDADD= -ldevstat -lkvm
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud