Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / lib / liblldbPluginABISysV_ppc64 / Makefile
blobc751eaaace7ee6b2a7fd135f4660c8f161ec3bfc
1 # $NetBSD: Makefile,v 1.1 2015/01/29 20:41:38 joerg Exp $
3 LIB= lldbPluginABISysV_ppc64
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/ABI/SysV-ppc64
9 SRCS+= ABISysV_ppc64.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif