mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
16 lines
274 B
Makefile
16 lines
274 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/01/29 20:41:38 joerg Exp $
|
|
|
|
LIB= lldbPluginABISysV_ppc64
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLDB_SRCDIR}/source/Plugins/ABI/SysV-ppc64
|
|
|
|
SRCS+= ABISysV_ppc64.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|