move benchmarks to their own dir.
[minix.git] / lib / stdtime / Makefile.in
blob64eb936a56942f07bc80867034c9573eb4b9c944
1 # Makefile for lib/stdtime.
3 Z=../../commands/zoneinfo
5 CFLAGS="-D_MINIX -D_POSIX_SOURCE -D__USG -I$Z"
7 LIBRARIES=libc
8 libc_FILES="
9 ftime.c
10 asctime.c
11 localtime.c
12 strftime.c
15 TYPE=both