summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-29 20:55:51 -0400
committerIan Moffett <ian@osmora.org>2025-06-29 20:56:24 -0400
commit08dc44c415c63abd71524468afe26b42f2e23b69 (patch)
treedc8e4db8a31c17df558d1db25f660993aa1899c7 /usr.bin/Makefile
parent0e3b384a2e97c41e14a7692472ac7c4454b3b227 (diff)
usr: Add 'echo' program to replace osh builtin
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 f02e15b..5a931c8 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -16,3 +16,4 @@ all:
make -C elfdump/ $(ARGS)
make -C cat/ $(ARGS)
make -C getconf/ $(ARGS)
+ make -C echo/ $(ARGS)