]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libclang_rt/Makefile
ffs_vnops: Simplify extattr access
[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+=        include
7 SUBDIR+=        asan
8 SUBDIR+=        asan-preinit
9 SUBDIR+=        asan_dynamic
10 SUBDIR+=        asan_cxx
11 SUBDIR+=        safestack
12 SUBDIR+=        stats
13 SUBDIR+=        stats_client
14 SUBDIR+=        ubsan_standalone
15 SUBDIR+=        ubsan_standalone_cxx
16 .endif
17
18 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
19     (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb")
20 SUBDIR+=        profile
21 .endif
22
23 .include <bsd.subdir.mk>