Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / lib / liblldbPluginInstructionARM64 / Makefile
blob5773defec5126af53ffef19f356be484b7cc3c32
1 # $NetBSD: Makefile,v 1.1 2014/05/30 18:28:15 joerg Exp $
3 LIB= lldbPluginInstructionARM64
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Instruction/ARM64
9 SRCS+= EmulateInstructionARM64.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif