summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2007-12-13 02:36:11 +0000
committerpeter <peter@FreeBSD.org>2007-12-13 02:36:11 +0000
commit8348a2e29463adaac848d62aca1ee994d4f6123f (patch)
tree818a91101a96ad0d531c3df1ffdc12b6268b28fe /usr.bin/vmstat/Makefile
parent7e498012ab35abe310626f222edcbc2a067abfc9 (diff)
downloadFreeBSD-src-8348a2e29463adaac848d62aca1ee994d4f6123f.zip
FreeBSD-src-8348a2e29463adaac848d62aca1ee994d4f6123f.tar.gz
Add the -H, -h and -P flags to vmstat. -P causes per-cpu output of
user/system/idle stats. -h feeds the memory column through humanize_number() to reduce the amount of column overflowing. -H turns this off. -h is turned on by default if stdout is a tty.
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 21795e9..6e87a6a 100644
--- a/usr.bin/vmstat/Makefile
+++ b/usr.bin/vmstat/Makefile
@@ -3,7 +3,7 @@
PROG= vmstat
MAN= vmstat.8
-DPADD= ${LIBDEVSTAT} ${LIBKVM} ${LIBMEMSTAT}
-LDADD= -ldevstat -lkvm -lmemstat
+DPADD= ${LIBDEVSTAT} ${LIBKVM} ${LIBMEMSTAT} ${LIBUTIL}
+LDADD= -ldevstat -lkvm -lmemstat -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud