Makefile.inc1: remove no-longer required variable

This variable is unsed since r364760 but I forgot to delete it in that commit.

Reported By:	bdrewery
This commit is contained in:
Alex Richardson 2020-11-13 13:18:48 +00:00
parent d65d6d5aa9
commit 0e55bb7b24
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=367636

View File

@ -2117,11 +2117,6 @@ update: .PHONY
# which don't have the APIs required by the targets built in bootstrap-tools,
# build-tools or cross-tools.
#
# libnv and libsbuf are requirements for config(8), which is an unconditional
# bootstrap-tool.
_config_deps= lib/libnv lib/libsbuf
legacy: .PHONY
.if ${BOOTSTRAPPING} < ${MINIMUM_SUPPORTED_OSREL} && ${BOOTSTRAPPING} != 0
@echo "ERROR: Source upgrades from versions prior to ${MINIMUM_SUPPORTED_REL} are not supported."; \