etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginABISysV_ppc / Makefile
blob61fc73890a977a914e313bac1d7bd35d5c675f18
1 # $NetBSD: Makefile,v 1.1 2015/01/29 20:41:38 joerg Exp $
3 LIB= lldbPluginABISysV_ppc
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/ABI/SysV-ppc
9 SRCS+= ABISysV_ppc.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif