etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMMCDisassembler / Makefile
blob258201072254ba089e83e8ef2ac481d771aa5c0c
1 # $NetBSD: Makefile,v 1.5 2014/08/10 17:34:21 joerg Exp $
3 LIB= LLVMMCDisassembler
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/MC/MCDisassembler
9 SRCS+= Disassembler.cpp \
10 MCDisassembler.cpp \
11 MCExternalSymbolizer.cpp \
12 MCRelocationInfo.cpp \
14 .if defined(HOSTLIB)
15 .include <bsd.hostlib.mk>
16 .else
17 .include <bsd.lib.mk>
18 .endif