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