[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / kstat

File: [local] / src / usr.bin / kstat / Makefile (download)

Revision 1.1, Mon Jul 6 07:09:50 2020 UTC (3 years, 11 months ago) by dlg
Branch: MAIN

add kstat(8), the userland side of kstat(4).

this currently just dumps all the kstats it can find and prints out
their current values. in the future i want to be able to pass what
kstats im intersted in as arguments, and tell it to poll stats and
show rates instead of current values when appropriate.

# $OpenBSD: Makefile,v 1.1 2020/07/06 07:09:50 dlg Exp $

PROG=	kstat
SRCS=	kstat.c
MAN=
WARNINGS=Yes
DEBUG=-g

.include <bsd.prog.mk>