summaryrefslogtreecommitdiff
path: root/mk/ftime.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/ftime.d')
-rw-r--r--mk/ftime.d8
1 files changed, 0 insertions, 8 deletions
diff --git a/mk/ftime.d b/mk/ftime.d
deleted file mode 100644
index 4f906e83..00000000
--- a/mk/ftime.d
+++ /dev/null
@@ -1,8 +0,0 @@
-libc_X.400: libc.a(ftime.o)
-libc.a(ftime.o): $(OBJDIR)/ftime.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/ftime.o: src/sys/timeb/ftime.c
-$(OBJDIR)/ftime.o:
- @mkdir -p $(@D)
- $(CC) -c -o $@ $(CFLAGS) src/sys/timeb/ftime.c