mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
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
9 lines
179 B
Makefile
9 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>
|