etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginObjectFileJIT / Makefile
blob21a3a7d6eef7c97f938e758d9b8d8b588fee51c4
1 # $NetBSD: Makefile,v 1.1 2014/05/30 18:28:16 joerg Exp $
3 LIB= lldbPluginObjectFileJIT
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/ObjectFile/JIT
9 SRCS+= ObjectFileJIT.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif