ref: 2e11e73feafef4fd29df8e3a46e767da3b9a1877
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: $(LIBC) $(LIBC): $(OBJS) $(MKLST) dep: inc-dep include deps.mk