summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat/Makefile
blob: 117c30d176ea1d1bee0b72288a4096c98e9eebac (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	vmstat
CFLAGS+=-I${.CURDIR}/../../sys
MAN8=	vmstat.8
BINGRP=	kmem
BINMODE=2555
DPADD=	${LIBKVM}
LDADD=	-lkvm

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud