summaryrefslogtreecommitdiff
path: root/external/bsd/compiler_rt/lib/clang/include/xray/Makefile
blob: bd747c343b7c94801d01ab83732f2cd393db61ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.3 2021/09/21 20:34:37 christos Exp $

NOOBJ=	# defined

.include <bsd.init.mk>

.PATH:	${TOPDIR}/include/xray

INCS+=	xray_interface.h
INCS+=	xray_log_interface.h
INCS+=	xray_records.h

INCSDIR=	/usr/lib/clang/${CLANG_VER}/include/xray

.include <bsd.prog.mk>