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:
Dag-Erling Smørgrav 2024-04-01 15:18:35 +02:00
parent 80f2602e48
commit ddee3ee4e0
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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