9 lines
120 B
Makefile
9 lines
120 B
Makefile
# stdtime sources
|
|
.PATH: ${.CURDIR}/stdtime
|
|
|
|
SRCS+= \
|
|
ftime.c \
|
|
asctime.c \
|
|
localtime.c \
|
|
strftime.c \
|
|
strptime.c
|