]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/clang/clang.prog.mk
Update the device tree source files to a Linux 4.7-RC.
[FreeBSD/FreeBSD.git] / usr.bin / clang / clang.prog.mk
1 # $FreeBSD$
2
3 LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm
4
5 .include "../../lib/clang/clang.build.mk"
6
7 .for lib in ${LIBDEPS}
8 DPADD+= ${.OBJDIR}/../../../lib/clang/lib${lib}/lib${lib}.a
9 LDADD+= ${.OBJDIR}/../../../lib/clang/lib${lib}/lib${lib}.a
10 .endfor
11
12 PACKAGE=        clang
13
14 LIBADD+= ncursesw pthread
15
16 BINDIR?= /usr/bin
17
18
19 .if ${MK_SHARED_TOOLCHAIN} == "no"
20 NO_SHARED= yes
21 .endif
22
23 .include <bsd.prog.mk>