0e51ea9106
This patch was based on this patch: https://github.com/Juniper/libxo/blob/master/patches/vmstat.patch by Phil Shafer at Juniper Networks, but updated to the latest vmstat code. Reviewed by: allanjude Differential Revision: https://reviews.freebsd.org/D3935
11 lines
148 B
Makefile
11 lines
148 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= vmstat
|
|
MAN= vmstat.8
|
|
LIBADD= devstat kvm memstat xo util
|
|
|
|
WARNS?= 1
|
|
|
|
.include <bsd.prog.mk>
|