diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-06 13:44:16 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-06 13:44:16 -0400 |
commit | 5bcddc5da132eb0eed462580f5a29b42ea34737d (patch) | |
tree | 0a65aa82c6a0ff7f6c99019b5d8d1fca6284604f /usr.bin/Makefile | |
parent | 7895cfcd1f902c036cdb7207637269af4aa6c02f (diff) |
usr.bin: Add 'sysctl' program
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index d8bf421..47ba752 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -26,3 +26,4 @@ all: make -C oasm/ $(ARGS) make -C oemu/ $(ARGS) make -C dmidump/ $(ARGS) + make -C sysctl/ $(ARGS) |