diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-08-02 10:49:01 +0100 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-08-02 14:33:25 +0100 |
| commit | 2de949cf85d0e0b9ff71e1ffd74153814de96175 (patch) | |
| tree | 20e73d8b0237ee7668508e4c238a8af892fb900e /targets | |
| parent | 8185be3307232d88ddd1b6468f4ddec54a993f54 (diff) | |
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')
| -rw-r--r-- | targets/pseudo/hosttools/Makefile.depend.host | 4 |
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 \ |
