blob: 148ff0176f29deef8e92d51ac44d21e37ccb7c97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $FreeBSD$
# This file is not autogenerated - take care!
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/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/xinstall.host \
usr.sbin/config.host \
.include <dirdeps.mk>
|