summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-08 03:35:11 -0400
committerIan Moffett <ian@osmora.org>2025-06-08 04:15:14 -0400
commit23dd48314900691c8f1cebbc7f592104a36fe2ab (patch)
treeaa398ef6ec76c4d35fcec56028e850c53a596687 /usr.bin/Makefile
parentf69c8437da833fadd2286b87d5c12b16470363c5 (diff)
usr.bin: Add 'time' command to return current timeexpt
- Add usr.bin/time/ program to read RTC - Add 'time' command to osh 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 3fb6a73..80eafc7 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -9,3 +9,4 @@ all:
make -C kmsg/ $(ARGS)
make -C fetch/ $(ARGS)
make -C kfgwm/ $(ARGS)
+ make -C time/ $(ARGS)