mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-06 21:57:22 -04:00
16 lines
280 B
Makefile
16 lines
280 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/05/30 18:28:15 joerg Exp $
|
|
|
|
LIB= lldbPluginABIMacOSX_arm64
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLDB_SRCDIR}/source/Plugins/ABI/MacOSX-arm64
|
|
|
|
SRCS+= ABIMacOSX_arm64.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|