etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbHostNetBSD / Makefile
blobc0b4a98371f85f4f6c0a4e64a709965841edbd74
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:00 joerg Exp $
3 LIB= lldbHostNetBSD
5 .include <bsd.init.mk>
7 .PATH: ${LLDB_SRCDIR}/source/Host/freebsd
9 SRCS+= Host.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif