tools/llvm: Do not build with symbols
[minix3.git] / external / bsd / llvm / lib / liblldbPluginPlatformNetBSD / Makefile
blob4bb1dc4590f93aa4340154d5c97b7e2de6636a27
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $
3 LIB= lldbPluginPlatformNetBSD
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Plugins/Platform/FreeBSD
9 SRCS+= PlatformFreeBSD.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif