summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2022-04-19 01:32:07 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2022-04-19 01:32:07 +0000
commitcb93464babbbb92715d9da95ebc9dae317b4ca15 (patch)
treecc140fb70e5567d79389182f55b7fa9d3d1e3bd4 /usr.bin/Makefile
parent75762c89e07599218032e7b018a94c15f621901b (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/Makefile5
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 \