summaryrefslogtreecommitdiffstats
path: root/targets
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-31 03:04:26 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-31 03:04:26 +0000
commitd0a92cb5974ea5f6caea5943a5fe847a50877ac4 (patch)
treef789cc75fa93edb22b8a51718284ec60b193a293 /targets
parentf481e13a8863aec8187b761b50d516aae13a3941 (diff)
downloadFreeBSD-src-d0a92cb5974ea5f6caea5943a5fe847a50877ac4.zip
FreeBSD-src-d0a92cb5974ea5f6caea5943a5fe847a50877ac4.tar.gz
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
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/hosttools/Makefile.depend.host9
1 files changed, 1 insertions, 8 deletions
diff --git a/targets/pseudo/hosttools/Makefile.depend.host b/targets/pseudo/hosttools/Makefile.depend.host
index bdfbab0..89d87f4 100644
--- a/targets/pseudo/hosttools/Makefile.depend.host
+++ b/targets/pseudo/hosttools/Makefile.depend.host
@@ -9,21 +9,14 @@
# 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.bin/yacc \
usr.sbin/config \
.if ${MK_KERBEROS} != "no"
OpenPOWER on IntegriCloud