diff --git a/Makefile.inc1 b/Makefile.inc1 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2226,11 +2226,6 @@ BOOTSTRAPPING_OSRELDATE:= 0 .endif -# libnv and libsbuf are requirements for config(8), which is an unconditional -# bootstrap-tool. -_config=usr.sbin/config lib/libnv lib/libsbuf -${_bt}-usr.sbin/config: ${_bt}-lib/libnv ${_bt}-lib/libsbuf - .if ${MK_GAMES} != "no" _strfile= usr.bin/fortune/strfile .endif @@ -2520,7 +2515,7 @@ ${_other_bootstrap_tools} \ usr.bin/xinstall \ ${_gensnmptree} \ - ${_config} \ + usr.sbin/config \ ${_flua} \ ${_crunchide} \ ${_crunchgen} \