diff --git a/Makefile.inc1 b/Makefile.inc1 index a5115822f2ec..77495a6d267b 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1520,8 +1520,9 @@ _crunch= usr.sbin/crunch _awk= usr.bin/awk .endif -# r296926 -P keymap search path -.if ${BOOTSTRAPPING} < 1100103 +# r296926 -P keymap search path, MFC to stable/10 in r298297 +.if ${BOOTSTRAPPING} < 1003501 || \ + (${BOOTSTRAPPING} >= 1100000 && ${BOOTSTRAPPING} < 1100103) _kbdcontrol= usr.sbin/kbdcontrol .endif