mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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
10 lines
148 B
Makefile
10 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>
|