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