ref: 5c59ce4b790db825f40a8b7de0e7086abb14eccb
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)