NetBSD/usr.bin/vmstat/Makefile
blymn 7d866d268b Update statistics reporting to use new kernel framework, rename dkstats*
to a more generic name since it no longer just deals with disk.
2006-04-14 13:12:37 +00:00

15 lines
239 B
Makefile

# $NetBSD: Makefile,v 1.23 2006/04/14 13:12:37 blymn Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= vmstat
WARNS=3
SRCS= drvstats.c vmstat.c
MAN= vmstat.1
DPADD= ${LIBKVM}
LDADD= -lkvm
BINGRP= kmem
BINMODE=2555
.include <bsd.prog.mk>