# $OpenBSD: Makefile,v 1.1 2017/01/14 20:12:41 patrick Exp $

LIB=	LLVMGlobalISel
NOPIC=
NOPROFILE=

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

.PATH:	${.CURDIR}/../../../llvm/lib/CodeGen/GlobalISel

depend:
	# Nothing here so far ...

install:
	# Nothing here so far ...

.include <bsd.lib.mk>
