summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/liblldConfig/Makefile
blob: 9161890c484613f726d6894b0623282e7c1be568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $OpenBSD: Makefile,v 1.2 2017/07/09 15:28:36 espie Exp $

LIB=	lldConfig
NOPROFILE=

CPPFLAGS+=	-I${LLVM_SRCS}/tools/lld/include

.include <bsd.own.mk>
SRCS=	Version.cpp

.PATH:	${.CURDIR}/../../../llvm/tools/lld/lib/Config

install:
	@# Nothing here so far ...

.include <bsd.lib.mk>