1# $FreeBSD$ 2 3# This file is not autogenerated - take care! 4 5.if !defined(MK_LLDB) 6.include <src.opts.mk> 7.endif 8 9DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} 10 11DIRDEPS = \ 12 lib/clang/include \ 13 share/doc/llvm/clang \ 14 usr.bin/clang/clang \ 15 usr.bin/clang/clang-tblgen \ 16 usr.bin/clang/tblgen \ 17 18.if ${MK_LLDB} == "yes" 19DIRDEPS+= \ 20 usr.bin/clang/lldb 21.endif 22 23.include <dirdeps.mk> 24