Index: Makefile.inc1 =================================================================== --- Makefile.inc1 +++ Makefile.inc1 @@ -1243,7 +1243,7 @@ _ar= usr.bin/ar .endif -.if ${BOOTSTRAPPING} < 800013 +.if ${BOOTSTRAPPING} < 800013 || ${BOOTSTRAPPING} > 1100087 _mklocale= usr.bin/mklocale .endif @@ -1262,6 +1262,10 @@ ${_bt}-usr.bin/yacc: ${_bt}-lib/liby .endif +.if ${BOOTSTRAPPING} > 1100087 +_colldef= usr.bin/colldef +.endif + # crunchgen broken on head with STRIP= for a while, even # when building stable binaries, so bootstrap there too. # r284356 to r285986 is the broken range. @@ -1352,6 +1356,7 @@ # FreeBSD versions that need the tool built at this stage of the build. .for _tool in \ ${_clang_tblgen} \ + ${_colldef} \ ${_kerberos5_bootstrap_tools} \ ${_dtrace_tools} \ ${_strfile} \