From 47cc65d2231dbd9acaedbe1ee0542ef4293aeddb Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Tue, 19 Aug 2025 17:30:00 +0000 Subject: usr: osh: Seperate 'reboot' command from builtins Gives the reboot command its own binary in /usr/bin/reboot 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 47ba752..542b143 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -27,3 +27,4 @@ all: make -C oemu/ $(ARGS) make -C dmidump/ $(ARGS) make -C sysctl/ $(ARGS) + make -C reboot/ $(ARGS) -- cgit v1.2.3