Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / lib / liblldbPluginPlatformPOSIX / Makefile
blobdc915810f5a2925305da9520b02ddf5cfb742468
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $
3 LIB= lldbPluginPlatformPOSIX
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Platform/POSIX
9 SRCS+= PlatformPOSIX.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif