diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-18 23:22:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-01-18 23:22:57 +0000 |
commit | acd291817324a036acea746038602cf27e074b70 (patch) | |
tree | b3426976f32b038570303cb7c734104bcd2dbf73 /share/zoneinfo/Makefile | |
parent | 0512a50d93f0f9c5d65172b14c04bb3e13cf1cd1 (diff) |
tzdata1998b from ftp://elsie.nci.nih.gov/pub
Diffstat (limited to 'share/zoneinfo/Makefile')
-rw-r--r-- | share/zoneinfo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 93158d6edd0..3136c2c6e83 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.3 1998/01/18 23:22:33 millert Exp $ # $NetBSD: Makefile,v 1.14 1995/04/22 12:10:17 cgd Exp $ # Change the line below for your time zone (after finding the zone you want in @@ -47,8 +48,9 @@ YDATA= africa antarctica asia australasia \ NDATA= systemv SDATA= solar87 solar88 solar89 TDATA= $(YDATA) $(NDATA) $(SDATA) -DATA= $(YDATA) $(NDATA) $(SDATA) leapseconds # yearistype.sh -USNO= usno1988 usno1989 +TABDATA= iso3166.tab zone.tab +DATA= $(YDATA) $(NDATA) $(SDATA) $(TABDATA) leapseconds # yearistype.sh +USNO= usno1988 usno1989 usno1989a usno1995 usno1997 ZIC=zic |