summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2005-08-31 01:33:26 +0000
committerwollman <wollman@FreeBSD.org>2005-08-31 01:33:26 +0000
commit565ff4e042619ee5ae914aa720a070602883db52 (patch)
treeb25481c14b6f0048b27680bf7125c3c30738ea61 /share/zoneinfo
parent3829ee490ae7f0a2ef435035774e38ced58ed809 (diff)
downloadFreeBSD-src-565ff4e042619ee5ae914aa720a070602883db52.zip
FreeBSD-src-565ff4e042619ee5ae914aa720a070602883db52.tar.gz
Move "systemv" into OLDTIMEZONES clause; "backward" is a prerequisite.
("systemv" is even more backward than "backward" is!) Obliquely pointed out by: jhay
Diffstat (limited to 'share/zoneinfo')
-rw-r--r--share/zoneinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index d60882d..64d8ee0 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -9,11 +9,11 @@ LEAPFILE=
.endif
TZFILES= africa antarctica asia australasia etcetera europe \
- factory northamerica southamerica systemv
+ factory northamerica southamerica
POSIXRULES= America/New_York
.if defined(OLDTIMEZONES)
-TZFILES+= backward
+TZFILES+= backward systemv
.endif
all: yearistype
OpenPOWER on IntegriCloud