]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/Makefile
Merge OpenSSL 1.0.2d.
[FreeBSD/FreeBSD.git] / lib / libclang_rt / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
6 SUBDIR+= asan\
7          asan-preinit\
8          asan_cxx\
9          safestack\
10          ubsan_standalone\
11          ubsan_standalone_cxx
12 .endif
13
14 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
15     (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb")
16 SUBDIR+= profile
17 .endif
18
19 .include <bsd.subdir.mk>