summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-08-19 17:03:14 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-08-19 17:03:14 +0000
commitbacedc5a00ac4117c7d88de2909c0cb393596758 (patch)
tree9fd09eaa92a3178ff3ea29a77e3e87ba162860d4 /Makefile.inc1
parent9e385f71fe89add4443238ebe6842673bb260e60 (diff)
downloadFreeBSD-src-bacedc5a00ac4117c7d88de2909c0cb393596758.zip
FreeBSD-src-bacedc5a00ac4117c7d88de2909c0cb393596758.tar.gz
MFC r304217:
Trim unneeded bootstrap after r301470 made 9.1 the minimum supported release.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc110
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7f50ee1..4a18cb5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1579,10 +1579,6 @@ _groff= gnu/usr.bin/groff \
_vtfontcvt= usr.bin/vtfontcvt
.endif
-.if ${BOOTSTRAPPING} < 900002
-_sed= usr.bin/sed
-.endif
-
.if ${BOOTSTRAPPING} < 1000033
_libopenbsd= lib/libopenbsd
_m4= usr.bin/m4
@@ -1621,10 +1617,6 @@ _crunchide= usr.sbin/crunch/crunchide
_crunchgen= usr.sbin/crunch/crunchgen
.endif
-.if ${BOOTSTRAPPING} >= 900040 && ${BOOTSTRAPPING} < 900041
-_awk= usr.bin/awk
-.endif
-
# r296926 -P keymap search path, MFC to stable/10 in r298297
.if ${BOOTSTRAPPING} < 1003501 || \
(${BOOTSTRAPPING} >= 1100000 && ${BOOTSTRAPPING} < 1100103)
@@ -1692,7 +1684,6 @@ bootstrap-tools: .PHONY
${_gperf} \
${_groff} \
${_dtc} \
- ${_awk} \
${_cat} \
${_dd} \
${_kbdcontrol} \
@@ -1700,7 +1691,6 @@ bootstrap-tools: .PHONY
${_libopenbsd} \
${_makewhatis} \
usr.bin/rpcgen \
- ${_sed} \
${_yacc} \
${_m4} \
${_lex} \
OpenPOWER on IntegriCloud