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