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