1# $OpenBSD: Makefile,v 1.3 2020/08/03 14:45:29 patrick Exp $ 2 3LIB= clangFrontendTool 4NOPIC= 5NOPROFILE= 6 7CPPFLAGS+= ${CLANG_INCLUDES} 8 9.include <bsd.own.mk> 10SRCS= ExecuteCompilerInvocation.cpp 11 12.PATH: ${.CURDIR}/../../../llvm/clang/lib/FrontendTool 13 14install: 15 @# Nothing here so far ... 16 17.include <bsd.lib.mk> 18