ref: e7d32ccc043605258973593c6da0dc60739eeaa5
dir: /src/libc/time/Makefile/
.POSIX: PROJECTDIR =../../.. include $(PROJECTDIR)/scripts/rules.mk include ../rules.mk OBJS = _daysyear.o\ asctime.o\ ctime.o\ difftime.o\ gmtime.o\ localtime.o\ mktime.o\ strftime.o\ all: $(OBJS)