summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2017-01-27 09:04:29 +0000
committerjulian <julian@FreeBSD.org>2017-01-27 09:04:29 +0000
commit5ab2bce8a97832561adc5283e9ac98ec19685730 (patch)
treeb981ccfc2e4760a2441c7aa36f7362c6c50fa469 /share
parenta12ba8665d8c2f94852d5f819104a9a69bc4c8b7 (diff)
downloadFreeBSD-src-5ab2bce8a97832561adc5283e9ac98ec19685730.zip
FreeBSD-src-5ab2bce8a97832561adc5283e9ac98ec19685730.tar.gz
MFH: r308671
When you select make OLDTIMEZONES=1 then you need a few added directories to be made or the command fails Sponsored by: panzura
Diffstat (limited to 'share')
-rw-r--r--share/zoneinfo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 7f022c8..98e0266 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
+
all: zoneinfo
.PHONY: zoneinfo
OpenPOWER on IntegriCloud