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