Makefile (91d03e2e181be9eaa7a9f8d8944bbeb40f5a2cd7) Makefile (8028b78dbf6b2bce413fd7f1c2bec960f694b952)
1# $FreeBSD$
2
1# $FreeBSD$
2
3SUBDIR= asan\
4 asan_cxx\
5 profile\
6 san\
7 ubsan\
8 ubsan_cxx
3.include <src.opts.mk>
9
4
5.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
6SUBDIR+= asan\
7 asan_cxx\
8 san\
9 ubsan\
10 ubsan_cxx
11.endif
12
13.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
14 (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb")
15SUBDIR+= profile
16.endif
17
10.include <bsd.subdir.mk>
18.include <bsd.subdir.mk>