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