Home | History | Annotate | Line # | Download | only in sanitizer
Makefile revision 1.2.2.2
      1 #	$NetBSD: Makefile,v 1.2.2.2 2019/08/16 18:44:09 martin Exp $
      2 
      3 TOPDIR=	${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
      4 
      5 NOOBJ=	# defined
      6 
      7 .PATH:	${TOPDIR}/include/sanitizer
      8 
      9 INCS+=	allocator_interface.h
     10 INCS+=	asan_interface.h
     11 INCS+=	common_interface_defs.h
     12 INCS+=	coverage_interface.h
     13 #INCS+=	dfsan_interface.h # not supported
     14 #INCS+=	esan_interface.h # not supported
     15 #INCS+=	hwasan_interface.h # not supported
     16 #INCS+=	lsan_interface.h # not supported
     17 INCS+=	msan_interface.h
     18 INCS+=	netbsd_syscall_hooks.h
     19 #INCS+=	scudo_interface.h # not ready
     20 INCS+=	tsan_interface.h
     21 INCS+=	tsan_interface_atomic.h
     22 
     23 .include <bsd.own.mk>
     24 
     25 INCSDIR=	/usr/lib/clang/7.0.0/include/sanitizer
     26 
     27 .include <bsd.prog.mk>
     28