diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-21 15:07:05 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-21 15:07:05 -0400 |
commit | 44161afdb82c792be739fa2e5fb0d5c6394634d7 (patch) | |
tree | bbeecf5e055112e5b40491bb7543b99615e9b464 /usr.bin/time/Makefile | |
parent | cba691959af3dd6fc1d0eb89ea81f41a022b526f (diff) |
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 <ian@osmora.org>
Diffstat (limited to 'usr.bin/time/Makefile')
-rw-r--r-- | usr.bin/time/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
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) |