diff options
author | Ian Moffett <ian@osmora.org> | 2025-07-11 16:25:55 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-07-11 16:25:55 -0400 |
commit | ecb28fd7b98e6b273909a1b1358b645318ef6215 (patch) | |
tree | 7e32913b52cdf420d8cf18b56e127a1911f5dd62 /usr.bin/Makefile | |
parent | 053e6e7e162edee30428b8477f0626523b00a492 (diff) |
usr.bin: Add 'sleep' 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 4c17ddf..e84831a 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -19,3 +19,4 @@ all: make -C echo/ $(ARGS) make -C readcore/ $(ARGS) make -C login/ $(ARGS) + make -C sleep/ $(ARGS) |