mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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 commit1a724aa972)
This commit is contained in:
parent
f8c4b7228e
commit
bc49561db7
1 changed files with 0 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue