Home | History | Annotate | Line # | Download | only in share
Makefile revision 1.1.2.2
      1  1.1.2.2  martin #	$NetBSD: Makefile,v 1.1.2.2 2019/08/16 18:44:07 martin Exp $
      2  1.1.2.2  martin 
      3  1.1.2.2  martin TOPDIR=	${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
      4  1.1.2.2  martin 
      5  1.1.2.2  martin NOOBJ=	# defined
      6  1.1.2.2  martin 
      7  1.1.2.2  martin .PATH:	${TOPDIR}/lib/asan
      8  1.1.2.2  martin INCS+=	asan_blacklist.txt
      9  1.1.2.2  martin 
     10  1.1.2.2  martin .PATH:	${TOPDIR}/lib/msan
     11  1.1.2.2  martin INCS+=	msan_blacklist.txt
     12  1.1.2.2  martin 
     13  1.1.2.2  martin .include <bsd.own.mk>
     14  1.1.2.2  martin 
     15  1.1.2.2  martin INCSDIR=	/usr/lib/clang/7.0.0/share
     16  1.1.2.2  martin 
     17  1.1.2.2  martin .include <bsd.prog.mk>
     18