aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-10-18 20:27:34 +0000
committerEd Maste <emaste@FreeBSD.org>2021-10-18 23:29:22 +0000
commit1a724aa97265c9023d2aa69b444b46c4f7c5d9f2 (patch)
tree72321fdd6ff9a5905b60e8d5fa53c2e08ee40923
parent52dee2bc035545f7ae2b838d8a0449f65043cd8a (diff)
downloadsrc-1a724aa97265c9023d2aa69b444b46c4f7c5d9f2.tar.gz
src-1a724aa97265c9023d2aa69b444b46c4f7c5d9f2.zip
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: 0e1e341b486c ("Stop using lorder and ranlib when...") Sponsored by: The FreeBSD Foundation
-rw-r--r--Makefile.inc12
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 86d2fe58a0d8..423bc00b3f29 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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 \