From 5bcddc5da132eb0eed462580f5a29b42ea34737d Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 6 Aug 2025 13:44:16 -0400 Subject: usr.bin: Add 'sysctl' program 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 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) -- cgit v1.2.3