8e73022dda
statistics from -z are now a bit different due to changes in the way statistics are now measured. Reproduce with some amount of accuracy the slightly obscure layouts adopted by the two kernel sysctls. In the future, we might want to normalize them. GC dosysctl(), which is now no longer used. MFC after: 1 week
10 lines
179 B
Makefile
10 lines
179 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= vmstat
|
|
MAN= vmstat.8
|
|
DPADD= ${LIBDEVSTAT} ${LIBKVM} ${LIBMEMSTAT}
|
|
LDADD= -ldevstat -lkvm -lmemstat
|
|
|
|
.include <bsd.prog.mk>
|