ref: 863ae94d24cc233614af6cd22e5e3caa3921481f
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