From 23dd48314900691c8f1cebbc7f592104a36fe2ab Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 8 Jun 2025 03:35:11 -0400 Subject: usr.bin: Add 'time' command to return current time - Add usr.bin/time/ program to read RTC - Add 'time' command to osh 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 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) -- cgit v1.2.3