Move hosttools to Makefile.depend.host so it shows under host targets in show-valid-targets.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-03-30 18:40:09 +00:00
parent 506ef4b10b
commit b9e557296b
2 changed files with 38 additions and 36 deletions

View File

@ -1,36 +0,0 @@
# $FreeBSD$
# This file is not autogenerated - take care!
.if !defined(MK_KERBEROS)
.include <src.opts.mk>
.endif
DIRDEPS = \
lib/clang/include.host \
lib/libc++.host \
lib/libcxxrt.host \
share/doc/llvm/clang.host \
usr.bin/clang/clang-tblgen.host \
usr.bin/clang/clang.host \
usr.bin/clang/llvm-tblgen.host \
usr.bin/lex/lib.host \
usr.bin/localedef.host \
usr.bin/mkcsmapper_static.host \
usr.bin/mkesdb_static.host \
usr.bin/mkuzip.host \
usr.bin/yacc.host \
usr.bin/xinstall.host \
usr.bin/xlint/xlint.host \
usr.sbin/config.host \
.if ${MK_KERBEROS} != "no"
DIRDEPS+= \
kerberos5/tools/asn1_compile.host \
kerberos5/tools/make-roken.host \
usr.bin/compile_et.host \
.endif
.include <dirdeps.mk>

View File

@ -0,0 +1,38 @@
# $FreeBSD$
# This file is not autogenerated - take care!
.if !defined(MK_KERBEROS)
.include <src.opts.mk>
.endif
# These are all .host dependencies
DIRDEPS = \
lib/clang/include \
lib/libc++ \
lib/libcxxrt \
share/doc/llvm/clang \
usr.bin/clang/clang-tblgen \
usr.bin/clang/clang \
usr.bin/clang/llvm-tblgen \
usr.bin/lex/lib \
usr.bin/localedef \
usr.bin/mkcsmapper_static \
usr.bin/mkesdb_static \
usr.bin/mkuzip \
usr.bin/yacc \
usr.bin/xinstall \
usr.bin/xlint/xlint \
usr.sbin/config \
.if ${MK_KERBEROS} != "no"
DIRDEPS+= \
kerberos5/tools/asn1_compile \
kerberos5/tools/make-roken \
usr.bin/compile_et \
.endif
.include <dirdeps.mk>