diff options
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/Makefile b/time/Makefile index 84e52306d7..7eeedd4e53 100644 --- a/time/Makefile +++ b/time/Makefile @@ -22,7 +22,8 @@ subdir := time headers := time.h sys/time.h sys/timeb.h timebits.h -distribute := tzfile.h private.h scheck.c ialloc.c yearistype +distribute := tzfile.h private.h scheck.c ialloc.c yearistype \ + iso3166.tab zone.tab tzselect.ksh checktab.awk extra-objs = scheck.o ialloc.o $(tzfiles:%=z.%) routines := offtime asctime clock ctime ctime_r difftime \ |