diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2022-04-19 01:32:07 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2022-04-19 01:32:07 +0000 |
commit | cb93464babbbb92715d9da95ebc9dae317b4ca15 (patch) | |
tree | cc140fb70e5567d79389182f55b7fa9d3d1e3bd4 /usr.bin/Makefile | |
parent | 75762c89e07599218032e7b018a94c15f621901b (diff) |
enable kstat(4) and kstat(1).
kstat allows the kernel to expose arbitrary data for userland to
consume. currently this is used by some network card drivers to
expose hardware counters they provide, and a bit by the network
stack to show things like ifq counters.
ok bluhm@ deraadt@
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index a2173f9c55c..d97844c5adc 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.166 2022/02/22 15:15:34 millert Exp $ +# $OpenBSD: Makefile,v 1.167 2022/04/19 01:32:06 dlg Exp $ .include <bsd.own.mk> @@ -11,7 +11,8 @@ SUBDIR= apply arch at aucat audioctl awk banner \ find fgen finger fmt fold from fstat ftp gencat getcap \ getconf getent getopt gprof grep head hexdump htpasswd id indent \ infocmp ipcrm ipcs \ - join jot kdump keynote ktrace lam last lastcomm ldap leave less lex \ + join jot kdump keynote kstat ktrace \ + lam last lastcomm ldap leave less lex \ libtool lndir \ locale locate lock logger login logname look lorder \ m4 mail make mandoc mesg mg \ |