aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/hosttools/Makefile.depend.host
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2021-08-02 09:49:01 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2021-08-02 13:33:25 +0000
commit2de949cf85d0e0b9ff71e1ffd74153814de96175 (patch)
tree20e73d8b0237ee7668508e4c238a8af892fb900e /targets/pseudo/hosttools/Makefile.depend.host
parent8185be3307232d88ddd1b6468f4ddec54a993f54 (diff)
downloadsrc-2de949cf85d0e0b9ff71e1ffd74153814de96175.tar.gz
src-2de949cf85d0e0b9ff71e1ffd74153814de96175.zip
Remove mkcsmapper_static and mkesdb_static from build-tools
Build them as part of the bootstrap-tools phase instead. Reviewed by: emaste (no objections) Differential Revision: https://reviews.freebsd.org/D28181
Diffstat (limited to 'targets/pseudo/hosttools/Makefile.depend.host')
-rw-r--r--targets/pseudo/hosttools/Makefile.depend.host4
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/pseudo/hosttools/Makefile.depend.host b/targets/pseudo/hosttools/Makefile.depend.host
index 1def9574156b..3d6ab127eec9 100644
--- a/targets/pseudo/hosttools/Makefile.depend.host
+++ b/targets/pseudo/hosttools/Makefile.depend.host
@@ -12,8 +12,8 @@ DIRDEPS = \
usr.bin/clang/clang-tblgen \
usr.bin/clang/llvm-tblgen \
usr.bin/localedef \
- usr.bin/mkcsmapper_static \
- usr.bin/mkesdb_static \
+ usr.bin/mkcsmapper \
+ usr.bin/mkesdb \
usr.bin/xinstall \
usr.bin/yacc \
usr.sbin/config \