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