mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
5fc5ae5cdd
crash dumps, and make it use sysctl for all data retrievals in the "live" case (i.e. when not using iostat on a crash dump). Remove setgid kmem for the iostat executable, it is not needed any more after these changes. Reviewed by: ken
13 lines
185 B
Makefile
13 lines
185 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
MAINTAINER= ken@FreeBSD.ORG
|
|
|
|
PROG= iostat
|
|
MAN= iostat.8
|
|
|
|
DPADD= ${LIBKVM} ${LIBDEVSTAT}
|
|
LDADD= -lkvm -ldevstat
|
|
|
|
.include <bsd.prog.mk>
|