summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2020-11-13 13:18:48 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2020-11-13 13:18:48 +0000
commit0e55bb7b2459536f101e566bf7b0ffce8ae1980f (patch)
treea536b35bf945ef3604ef333fcd8dc970038546de /Makefile.inc1
parentd65d6d5aa95ef2720c4b5487227d7865cb5d87a7 (diff)
downloadsrc-test2-0e55bb7b2459536f101e566bf7b0ffce8ae1980f.tar.gz
src-test2-0e55bb7b2459536f101e566bf7b0ffce8ae1980f.zip
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
Notes
Notes: svn path=/head/; revision=367636
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 736f8678f018..2e8d543f9f16 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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."; \