diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2016-11-24 14:38:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2016-11-24 14:38:31 +0000 |
commit | 72eb538f0e2b28e1febaea9efac13e654cc8e990 (patch) | |
tree | 876369de6dd47f35c835317894735c2621f14bca /share/zoneinfo/Makefile | |
parent | f77e5f97009cde99432efd6fb70a7f984b0292b6 (diff) |
Remove the solar files; they were removed from upstream in 2013.
OK deraadt@
Diffstat (limited to 'share/zoneinfo/Makefile')
-rw-r--r-- | share/zoneinfo/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 683b2f863cf..37789f0b6df 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2016/11/08 22:31:45 tb Exp $ +# $OpenBSD: Makefile,v 1.11 2016/11/24 14:38:30 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 @@ -46,10 +46,9 @@ YDATA= africa antarctica asia australasia \ europe northamerica southamerica pacificnew etcetera factory \ backward NDATA= systemv -SDATA= solar87 solar88 solar89 -TDATA= $(YDATA) $(NDATA) $(SDATA) +TDATA= $(YDATA) $(NDATA) TABDATA= iso3166.tab zone.tab zone1970.tab -DATA= $(YDATA) $(NDATA) $(SDATA) $(TABDATA) leapseconds # yearistype.sh +DATA= $(YDATA) $(NDATA) $(TABDATA) leapseconds # yearistype.sh USNO= usno1988 usno1989 usno1989a usno1995 usno1997 ZIC=zic |