Adjust BOOTSTRAPPING test after MFC of kbdcontrol's -P option

This commit is contained in:
Ed Maste 2016-04-21 13:14:55 +00:00
parent 2821bdccaa
commit 97c316c68c

View File

@ -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