Makefile (b655ec9752ee1da47110c5f0dacc0003ca55a7ad) | Makefile (53b715b5ba3f838ab20de8d3f34297c6555c7981) |
---|---|
1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" | 1# $FreeBSD$ 2 3.include <src.opts.mk> 4 5.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" |
6SUBDIR+= include\ 7 asan\ 8 asan-preinit\ 9 asan_dynamic\ 10 asan_cxx\ 11 safestack\ 12 ubsan_standalone\ 13 ubsan_standalone_cxx | 6SUBDIR+= include 7SUBDIR+= asan 8SUBDIR+= asan-preinit 9SUBDIR+= asan_dynamic 10SUBDIR+= asan_cxx 11SUBDIR+= safestack 12SUBDIR+= stats 13SUBDIR+= stats_client 14SUBDIR+= ubsan_standalone 15SUBDIR+= ubsan_standalone_cxx |
14.endif 15 16.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \ 17 (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb") | 16.endif 17 18.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \ 19 (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb") |
18SUBDIR+= profile | 20SUBDIR+= profile |
19.endif 20 21.include <bsd.subdir.mk> | 21.endif 22 23.include <bsd.subdir.mk> |