xref: /netbsd-src/external/bsd/compiler_rt/lib/clang/include/xray/Makefile (revision 2d97c78b3a1988b2c467bbf09fd7fa2dd7f3bc39)
1#	$NetBSD: Makefile,v 1.3 2021/09/21 20:34:37 christos Exp $
2
3NOOBJ=	# defined
4
5.include <bsd.init.mk>
6
7.PATH:	${TOPDIR}/include/xray
8
9INCS+=	xray_interface.h
10INCS+=	xray_log_interface.h
11INCS+=	xray_records.h
12
13INCSDIR=	/usr/lib/clang/${CLANG_VER}/include/xray
14
15.include <bsd.prog.mk>
16