mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -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
This commit is contained in:
parent
319a5d086b
commit
125c4560bc
2 changed files with 7 additions and 1 deletions
|
|
@ -8364,6 +8364,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
|
||||
|
|
|
|||
|
|
@ -83,7 +83,6 @@ SUBDIR= alias \
|
|||
logins \
|
||||
logname \
|
||||
look \
|
||||
lorder \
|
||||
lsvfs \
|
||||
lzmainfo \
|
||||
m4 \
|
||||
|
|
@ -268,6 +267,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