1 # $NetBSD: Makefile,v 1.1.2.2 2018/11/26 01:52:09 pgoyette Exp $ 2 3 .include "../../../Makefile.gcc_path" 4 5 NOOBJ= #defined 6 7 SANITIZER= ${GCCDIST}/libsanitizer 8 9 .PATH: ${SANITIZER}/include/sanitizer 10 11 INCS= # 12 INCS+= allocator_interface.h 13 INCS+= asan_interface.h 14 INCS+= common_interface_defs.h 15 #INCS+= dfsan_interface.h # not supported 16 #INCS+= lsan_interface.h # not supported 17 #INCS+= msan_interface.h # not ready in GCC 18 INCS+= tsan_interface_atomic.h 19 20 .include <bsd.own.mk> 21 22 INCSDIR= ${GCC_INCSDIR}/sanitizer 23 24 .include <bsd.prog.mk> 25