From 06723a8e572b541eeb4c340d24f6824d2222db4d Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Tue, 15 Nov 2016 06:37:44 +0000 Subject: [PATCH] When you select make OLDTIMEZONES=1 then you need a few added directories to be made or the command fails Sponsored by: panzura --- share/zoneinfo/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 2269b1f40bc..701a02a579f 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