10SN/A# $OpenBSD: Makefile,v 1.3 2020/08/03 14:45:29 patrick Exp $
24479SN/A
30SN/ALIB=	clangFrontendTool
40SN/ANOPIC=
50SN/ANOPROFILE=
60SN/A
70SN/ACPPFLAGS+=	${CLANG_INCLUDES}
80SN/A
90SN/A.include <bsd.own.mk>
100SN/ASRCS=	ExecuteCompilerInvocation.cpp
110SN/A
120SN/A.PATH:	${.CURDIR}/../../../llvm/clang/lib/FrontendTool
130SN/A
140SN/Ainstall:
150SN/A	@# Nothing here so far ...
160SN/A
170SN/A.include <bsd.lib.mk>
180SN/A