etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginABISysV_x86_64 / Makefile
blob83fb44174c70510a0744fbe05a5ca4d087dd2716
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:00 joerg Exp $
3 LIB= lldbPluginABISysV_x86_64
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/ABI/SysV-x86_64
9 SRCS+= ABISysV_x86_64.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif