aboutsummaryrefslogtreecommitdiff
path: root/share/zoneinfo
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2016-11-15 06:37:44 +0000
committerJulian Elischer <julian@FreeBSD.org>2016-11-15 06:37:44 +0000
commit06723a8e572b541eeb4c340d24f6824d2222db4d (patch)
tree6fe564864bbc88c70af37bc5c4c8c52b121da6f9 /share/zoneinfo
parent0323f4e1771e98dbf1ca1d337a345a418630fb39 (diff)
downloadsrc-06723a8e572b541eeb4c340d24f6824d2222db4d.tar.gz
src-06723a8e572b541eeb4c340d24f6824d2222db4d.zip
When you select make OLDTIMEZONES=1 then you need a few added directories
to be made or the command fails Sponsored by: panzura
Notes
Notes: svn path=/head/; revision=308671
Diffstat (limited to 'share/zoneinfo')
-rw-r--r--share/zoneinfo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 2269b1f40bcd..701a02a579f1 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -67,6 +67,10 @@ TZBUILDSUBDIRS= \
Pacific \
SystemV
+.if defined(OLDTIMEZONES)
+TZBUILDSUBDIRS+= US Mexico Chile Canada Brazil
+.endif
+
.if !defined(_SKIP_BUILD)
all: zoneinfo
.endif