ref: b286e242b2717f9a178e27ff97d30a65ac2ff648
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)