From 44161afdb82c792be739fa2e5fb0d5c6394634d7 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 21 Jun 2025 15:07:05 -0400 Subject: usr: usr.bin/time -> usr.bin/date Change the 'time' binary to be called 'date' as it is more fitting for the type of program it is. Signed-off-by: Ian Moffett --- usr.bin/time/Makefile | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 usr.bin/time/Makefile (limited to 'usr.bin/time/Makefile') diff --git a/usr.bin/time/Makefile b/usr.bin/time/Makefile deleted file mode 100644 index 9ac98b4..0000000 --- a/usr.bin/time/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -include user.mk - -CFILES = $(shell find . -name "*.c") - -$(ROOT)/base/usr/bin/time: - gcc $(CFILES) -Iinclude/ -o $@ $(INTERNAL_CFLAGS) -- cgit v1.2.3