2015-11-29 11:28:40 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
|
|
2016-09-03 17:41:29 -04:00
|
|
|
.PATH: ${CRTSRC}/include/sanitizer
|
2015-11-29 11:28:40 -05:00
|
|
|
|
2016-09-03 17:41:29 -04:00
|
|
|
INCSDIR= ${CLANGDIR}/include/sanitizer
|
2015-11-29 11:28:40 -05:00
|
|
|
|
2016-09-03 17:41:29 -04:00
|
|
|
INCS+= allocator_interface.h
|
|
|
|
|
INCS+= asan_interface.h
|
|
|
|
|
INCS+= common_interface_defs.h
|
|
|
|
|
INCS+= coverage_interface.h
|
|
|
|
|
INCS+= dfsan_interface.h
|
2017-12-23 16:41:32 -05:00
|
|
|
INCS+= hwasan_interface.h
|
2016-09-03 17:41:29 -04:00
|
|
|
INCS+= linux_syscall_hooks.h
|
|
|
|
|
INCS+= lsan_interface.h
|
|
|
|
|
INCS+= msan_interface.h
|
2018-08-03 11:30:32 -04:00
|
|
|
INCS+= netbsd_syscall_hooks.h
|
2017-12-23 16:41:32 -05:00
|
|
|
INCS+= scudo_interface.h
|
2017-04-22 14:43:15 -04:00
|
|
|
INCS+= tsan_interface.h
|
2016-09-03 17:41:29 -04:00
|
|
|
INCS+= tsan_interface_atomic.h
|
2020-01-27 15:46:26 -05:00
|
|
|
INCS+= ubsan_interface.h
|
2015-11-29 11:28:40 -05:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|