Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2018/08/02 07:47:30 mrg Exp $
2
3.include "../../../Makefile.gcc_path"
4
5NOOBJ=	#defined
6
7SANITIZER=	${GCCDIST}/libsanitizer
8
9.PATH:	${SANITIZER}/include/sanitizer
10
11INCS=	#
12INCS+=	allocator_interface.h
13INCS+=	asan_interface.h
14INCS+=	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
18INCS+=	tsan_interface_atomic.h
19
20.include <bsd.own.mk>
21
22INCSDIR=	/usr/include/gcc-6/sanitizer
23
24.include <bsd.prog.mk>
25