2015-01-08 17:40:56 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2015-01-13 14:54:47 -05:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
|
|
|
|
|
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
2015-11-29 11:28:40 -05:00
|
|
|
SUBDIR+= include\
|
|
|
|
|
asan\
|
2015-09-10 16:35:47 -04:00
|
|
|
asan-preinit\
|
2016-02-06 08:39:20 -05:00
|
|
|
asan_dynamic\
|
2015-01-13 14:54:47 -05:00
|
|
|
asan_cxx\
|
2015-09-10 16:35:47 -04:00
|
|
|
safestack\
|
|
|
|
|
ubsan_standalone\
|
|
|
|
|
ubsan_standalone_cxx
|
2015-01-13 14:54:47 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
|
|
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" || \
|
|
|
|
|
(${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb")
|
|
|
|
|
SUBDIR+= profile
|
|
|
|
|
.endif
|
2015-01-08 17:40:56 -05:00
|
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|