From d6bd4640721867f59d89c68fddb15098524c56c8 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 16 Jul 2025 20:50:19 -0400 Subject: usr: Add 'kstat' program for system info The 'kstat' program provides kernel statistics and accounting information Signed-off-by: Ian Moffett --- usr.bin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/Makefile') diff --git a/usr.bin/Makefile b/usr.bin/Makefile index e84831a..f30905e 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -20,3 +20,4 @@ all: make -C readcore/ $(ARGS) make -C login/ $(ARGS) make -C sleep/ $(ARGS) + make -C kstat/ $(ARGS) -- cgit v1.2.3