freebsd-src/targets/pseudo/hosttools/Makefile.depend.host
Bryan Drewery 1ac0fb85bf hosttools: Trim unneeded directories.
These should only be build tools that are in various Makefile.depend
as host dependencies.  Anything toolchain related is handled by
toolchain and bootstrap-tools currently.

Sponsored by:	EMC / Isilon Storage Division
2016-03-31 03:04:26 +00:00

32 lines
533 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_static \
usr.bin/mkesdb_static \
usr.bin/xinstall \
usr.bin/xlint/xlint \
usr.bin/yacc \
usr.sbin/config \
.if ${MK_KERBEROS} != "no"
DIRDEPS+= \
kerberos5/tools/asn1_compile \
kerberos5/tools/make-roken \
usr.bin/compile_et \
.endif
.include <dirdeps.mk>