summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-07-18 02:41:33 -0400
committerIan Moffett <ian@osmora.org>2025-07-18 02:41:33 -0400
commita6388083e6f45aa92f5baaa1e654645887b61c53 (patch)
tree12c5b654c19aff62a071703ce3beb021a875a48b /usr.bin/Makefile
parentd681314c69a82177be48e630c401f3bd99285d5c (diff)
usr: Add 'whoami' program
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 802b773..b190492 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -22,3 +22,4 @@ all:
make -C sleep/ $(ARGS)
make -C kstat/ $(ARGS)
make -C nerve/ $(ARGS)
+ make -C whoami/ $(ARGS)