diff --git a/Makefile.inc1 b/Makefile.inc1 index dfc9cb8d07f..7c82c2bfa76 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2446,6 +2446,11 @@ _basic_bootstrap_tools+=usr.bin/jot _basic_bootstrap_tools+=sbin/md5 .endif +# tzsetup is needed as an install tool +.if ${MK_ZONEINFO} != "no" +_basic_bootstrap_tools+=usr.sbin/tzsetup +.endif + .if defined(BOOTSTRAP_ALL_TOOLS) _other_bootstrap_tools+=${_basic_bootstrap_tools} .for _subdir _links in ${_basic_bootstrap_tools_multilink}