summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-16 20:50:19 -0400
committerIan Moffett <ian@osmora.org>2025-07-16 20:50:19 -0400
commitd6bd4640721867f59d89c68fddb15098524c56c8 (patch)
treefe25f20d4642d0c696d9de922b63f8f4f945ebc9 /usr.bin/Makefile
parent8a3973e46941b6a8c88a49594364a04ee4b1d84e (diff)
usr: Add 'kstat' program for system info
The 'kstat' program provides kernel statistics and accounting information Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
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)