]> git.saurik.com Git - apple/libc.git/blobdiff - stdtime/Makefile.inc
Libc-391.tar.gz
[apple/libc.git] / stdtime / Makefile.inc
index 4a71e90cbf0ee2a31614a112915540bb9fadd7e9..ac5d51266bfa766cc5aa955e3e526cd5f6e6e253 100644 (file)
@@ -5,13 +5,16 @@
 
 CFLAGS-localtime-fbsd.c += -DNOTIFY_TZ
 
-MISRCS += getdate.c
+UNIX03SRCS += strftime.c
+
+MISRCS += getdate.c timezone_unix03.c
 
 .include "Makefile.fbsd_begin"
 FBSDMISRCS= asctime.c difftime.c ftime.c localtime.c \
        strftime.c strptime.c timelocal.c time32.c
 FBSDHDRS= private.h timelocal.h tzfile.h
 .include "Makefile.fbsd_end"
+INSTHDRS_AUTOPATCH += tzfile.h
 
 .if ${LIB} == "c"
 .include "Makefile.fbsd_begin"
@@ -27,4 +30,6 @@ MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
        ctime.3 ctime_r.3 ctime.3 localtime_r.3 ctime.3 gmtime_r.3 \
        ctime.3 asctime_r.3
 MLINKS+=time2posix.3 posix2time.3
+MLINKS+=strftime.3 strftime_l.3
+MLINKS+=strptime.3 strptime_l.3
 .endif