summaryrefslogtreecommitdiff
path: root/libc/misc/time/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-27 21:40:35 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-27 21:40:35 +0000
commitab262188b031c842ae09b15b150600287ead45cc (patch)
tree298ed601fc88cee59b319ff4496c927565de9acb /libc/misc/time/Makefile
parent8fee51d63a5ca4a119850c9831a7219fe496df6c (diff)
More random fixes and additions.
Diffstat (limited to 'libc/misc/time/Makefile')
-rw-r--r--libc/misc/time/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/misc/time/Makefile b/libc/misc/time/Makefile
index 76adb2e2f..0d24f43e4 100644
--- a/libc/misc/time/Makefile
+++ b/libc/misc/time/Makefile
@@ -25,7 +25,8 @@ include $(TOPDIR)Rules.mak
LIBC=$(TOPDIR)libc.a
CSRC=localtime.c gmtime.c asctime.c ctime.c asc_conv.c tm_conv.c mktime.c \
- localtime_r.c gmtime_r.c asctime_r.c ctime_r.c utimes.c adjtime.c
+ localtime_r.c gmtime_r.c asctime_r.c ctime_r.c utimes.c adjtime.c \
+ strftime.c
COBJS=$(patsubst %.c,%.o, $(CSRC))
OBJS=$(COBJS)