mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 22:48:12 -04:00
16 lines
280 B
Makefile
16 lines
280 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/08/10 17:35:08 joerg Exp $
|
|
|
|
LIB= lldbPluginPlatformKalimba
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${LLDB_SRCDIR}/source/Plugins/Platform/Kalimba
|
|
|
|
SRCS+= PlatformKalimba.cpp
|
|
|
|
.if defined(HOSTLIB)
|
|
.include <bsd.hostlib.mk>
|
|
.else
|
|
.include <bsd.lib.mk>
|
|
.endif
|