mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
usr.bin: Make lorder conditional on MK_TOOLCHAIN.
MFC after: 1 week Reviewed by: allanjude, markj Differential Revision: https://reviews.freebsd.org/D44558 (cherry picked from commit 125c4560bc70971b950d035cfcd2255b89984011)
This commit is contained in:
parent
80f2602e48
commit
ddee3ee4e0
2 changed files with 7 additions and 1 deletions
|
|
@ -8356,6 +8356,12 @@ OLD_FILES+=usr/share/man/man3/elftc_set_timestamps.3.gz
|
|||
OLD_FILES+=usr/share/man/man3/elftc_timestamp.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc_string_table_create.3.gz
|
||||
OLD_FILES+=usr/share/man/man3/elftc_version.3.gz
|
||||
# usr.bin/lorder
|
||||
OLD_FILES+=usr/bin/lorder
|
||||
OLD_FILES+=usr/tests/usr.bin/lorder/Kyuafile
|
||||
OLD_FILES+=usr/tests/usr.bin/lorder/lorder_test
|
||||
OLD_DIRS+=usr/tests/usr.bin/lorder
|
||||
# usr.bin/yacc
|
||||
OLD_FILES+=usr/tests/usr.bin/yacc/Kyuafile
|
||||
OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_calc1.y
|
||||
OLD_FILES+=usr/tests/usr.bin/yacc/btyacc_demo.y
|
||||
|
|
|
|||
|
|
@ -84,7 +84,6 @@ SUBDIR= alias \
|
|||
logins \
|
||||
logname \
|
||||
look \
|
||||
lorder \
|
||||
lsvfs \
|
||||
lzmainfo \
|
||||
m4 \
|
||||
|
|
@ -269,6 +268,7 @@ SUBDIR.${MK_TOOLCHAIN}+= file2c
|
|||
SUBDIR.${MK_TOOLCHAIN}+= gprof
|
||||
SUBDIR.${MK_TOOLCHAIN}+= indent
|
||||
SUBDIR.${MK_TOOLCHAIN}+= lex
|
||||
SUBDIR.${MK_TOOLCHAIN}+= lorder
|
||||
SUBDIR.${MK_TOOLCHAIN}+= mkstr
|
||||
SUBDIR.${MK_TOOLCHAIN}+= rpcgen
|
||||
SUBDIR.${MK_TOOLCHAIN}+= unifdef
|
||||
|
|
|
|||
Loading…
Reference in a new issue