diff options
author | Ian Moffett <ian@osmora.org> | 2025-08-19 17:30:00 +0000 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-08-19 17:30:00 +0000 |
commit | 47cc65d2231dbd9acaedbe1ee0542ef4293aeddb (patch) | |
tree | 667704301ebf81e24c2604340337674cd1a80c78 /usr.bin/Makefile | |
parent | a871801e1e38db8e8ca3a662e7e4ecf08c7c3297 (diff) |
usr: osh: Seperate 'reboot' command from builtinsmain
Gives the reboot command its own binary in /usr/bin/reboot
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 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) |