xref: /netbsd-src/external/apache2/llvm/lib/libLLVMFileCheck/Makefile (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1#	$NetBSD: Makefile,v 1.1 2021/05/30 01:56:52 joerg Exp $
2
3LIB=	LLVMFileCheck
4
5.include <bsd.init.mk>
6
7.PATH: ${LLVM_SRCDIR}/lib/FileCheck
8
9SRCS+=	FileCheck.cpp
10
11.if defined(HOSTLIB)
12.include <bsd.hostlib.mk>
13.else
14.include <bsd.lib.mk>
15.endif
16