From ab262188b031c842ae09b15b150600287ead45cc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 27 Oct 2000 21:40:35 +0000 Subject: More random fixes and additions. --- libc/misc/time/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/misc/time/Makefile') 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) -- cgit v1.2.3