summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-08-19 17:30:00 +0000
committerIan Moffett <ian@osmora.org>2025-08-19 17:30:00 +0000
commit47cc65d2231dbd9acaedbe1ee0542ef4293aeddb (patch)
tree667704301ebf81e24c2604340337674cd1a80c78 /usr.bin/Makefile
parenta871801e1e38db8e8ca3a662e7e4ecf08c7c3297 (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/Makefile1
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)