blob: 4dbc0af4fe788157e2ed8eecbef389a363722e14 (
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!
.if !defined(MK_LLDB)
.include <src.opts.mk>
.endif
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
lib/clang/include \
share/doc/llvm/clang \
usr.bin/clang/clang \
usr.bin/clang/clang-tblgen \
usr.bin/clang/tblgen \
.if ${MK_LLDB} == "yes"
DIRDEPS+= \
usr.bin/clang/lldb
.endif
.include <dirdeps.mk>
|