15 lines
193 B
Makefile
15 lines
193 B
Makefile
# Makefile for lib/stdtime.
|
|
|
|
Z=../../commands/zoneinfo
|
|
|
|
CFLAGS="-D_MINIX -D_POSIX_SOURCE -D__USG -I$Z"
|
|
|
|
LIBRARIES=libc
|
|
libc_FILES="
|
|
ftime.c
|
|
asctime.c
|
|
localtime.c
|
|
strftime.c
|
|
"
|
|
|
|
TYPE=both
|