From ecb28fd7b98e6b273909a1b1358b645318ef6215 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 11 Jul 2025 16:25:55 -0400 Subject: usr.bin: Add 'sleep' 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 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) -- cgit v1.2.3