freebsd-src/targets/pseudo/hosttools/Makefile.depend.host
Alex Richardson 2de949cf85 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
2021-08-02 14:33:25 +01:00

34 lines
555 B
Makefile

# $FreeBSD$
# This file is not autogenerated - take care!
.if !defined(MK_KERBEROS)
.include <src.opts.mk>
.endif
# These are all .host dependencies
DIRDEPS = \
usr.bin/clang/clang-tblgen \
usr.bin/clang/llvm-tblgen \
usr.bin/localedef \
usr.bin/mkcsmapper \
usr.bin/mkesdb \
usr.bin/xinstall \
usr.bin/yacc \
usr.sbin/config \
usr.sbin/crunch/crunchgen \
usr.sbin/crunch/crunchide \
.if ${MK_KERBEROS} != "no"
DIRDEPS+= \
kerberos5/tools/asn1_compile \
kerberos5/tools/make-roken \
usr.bin/compile_et \
.endif
.include <dirdeps.mk>