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

(cherry picked from commit 1a724aa972)
This commit is contained in:
Ed Maste 2021-10-18 16:27:34 -04:00
parent f8c4b7228e
commit bc49561db7

View file

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