Makefile.inc1: remove lorder from build/cross tools

As lorder is not used by the base system build there is no need to
include it in bootstrap-tools or NXBDIRS.

Fixes: 		0e1e341b48 ("Stop using lorder and ranlib when...")
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2021-10-18 16:27:34 -04:00
parent 52dee2bc03
commit 1a724aa972

View File

@ -2500,7 +2500,6 @@ bootstrap-tools: ${_bt}-links .PHONY
${_cat} \
${_kbdcontrol} \
${_elftoolchain_libs} \
usr.bin/lorder \
lib/libopenbsd \
usr.bin/mandoc \
usr.bin/rpcgen \
@ -2732,7 +2731,6 @@ NXBDIRS+= \
usr.bin/id \
usr.bin/lex \
usr.bin/limits \
usr.bin/lorder \
usr.bin/mandoc \
usr.bin/mktemp \
usr.bin/mt \