aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-03-02 05:54:45 +0000
committerWarner Losh <imp@FreeBSD.org>2022-03-02 05:55:24 +0000
commit33550b47391330362ea58984aa3fd691f6219ee0 (patch)
tree0eed74925495f975cad87f30c710d04e12dc703a
parentd0e3860f706e389417c8b56b1d423104b830f4ad (diff)
downloadsrc-33550b47391330362ea58984aa3fd691f6219ee0.tar.gz
src-33550b47391330362ea58984aa3fd691f6219ee0.zip
bootstrap: No need for kbdcontrol bootstrap anymore
We only need kbdcontrol when bootstrapping from FreeBSD 10 or pre-FreeBSD 11.0 current. Since we can no longer build from these versions of FreeBSD, remove the support for bootstrapping them. Sponsored by: Netflix
-rw-r--r--Makefile.inc112
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b7aff83a31d2..5d060f9f6d63 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2305,18 +2305,6 @@ _crunchgen= usr.sbin/crunch/crunchgen
_bootstrap_tools_links+=crunchgen
.endif
-# r296926 -P keymap search path, MFC to stable/10 in r298297
-# Note: kbdcontrol can not be bootstrapped on non-FreeBSD systems
-.if !defined(CROSSBUILD_HOST)
-.if (${BOOTSTRAPPING} < 1003501 || \
- (${BOOTSTRAPPING} >= 1100000 && ${BOOTSTRAPPING} < 1100103) || \
- (!exists(/usr/sbin/kbdcontrol)))
-_kbdcontrol= usr.sbin/kbdcontrol
-.else
-_bootstrap_tools_links+=kbdcontrol
-.endif
-.endif
-
# 1300102: VHDX support
.if ${BOOTSTRAPPING} < 1201520 || \
(${BOOTSTRAPPING} > 1300000 && ${BOOTSTRAPPING} < 1300102)