summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/systat/Makefile4
-rw-r--r--usr.bin/vmstat/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index c74c08d..3cd09f4 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -7,7 +7,7 @@ SRCS= cmds.c cmdtab.c devs.c fetch.c iostat.c keyboard.c main.c \
mode.c ip.c ip6.c tcp.c \
vmstat.c convtbl.c ifcmds.c ifstat.c
CFLAGS+=-DINET6
-DPADD= ${LIBCURSES} ${LIBM} ${LIBKVM} ${LIBDEVSTAT}
-LDADD= -lcurses -lm -lkvm -ldevstat
+DPADD= ${LIBCURSES} ${LIBM} ${LIBDEVSTAT} ${LIBKVM}
+LDADD= -lcurses -lm -ldevstat -lkvm
.include <bsd.prog.mk>
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