4adb5266e8
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.
10 lines
197 B
Makefile
10 lines
197 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= vmstat
|
|
MAN= vmstat.8
|
|
DPADD= ${LIBDEVSTAT} ${LIBKVM} ${LIBMEMSTAT} ${LIBUTIL}
|
|
LDADD= -ldevstat -lkvm -lmemstat -lutil
|
|
|
|
.include <bsd.prog.mk>
|