summaryrefslogtreecommitdiff
path: root/usr.bin/time/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/time/Makefile')
-rw-r--r--usr.bin/time/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/time/Makefile b/usr.bin/time/Makefile
new file mode 100644
index 0000000..9ac98b4
--- /dev/null
+++ b/usr.bin/time/Makefile
@@ -0,0 +1,6 @@
+include user.mk
+
+CFILES = $(shell find . -name "*.c")
+
+$(ROOT)/base/usr/bin/time:
+ gcc $(CFILES) -Iinclude/ -o $@ $(INTERNAL_CFLAGS)