etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMAsmParser / Makefile
blobe9898b7762ca7a68876fd398894e698a570c50d7
1 # $NetBSD: Makefile,v 1.1 2011/02/06 01:13:53 joerg Exp $
3 LIB= LLVMAsmParser
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/AsmParser
9 SRCS+= LLLexer.cpp \
10 LLParser.cpp \
11 Parser.cpp
13 .if defined(HOSTLIB)
14 .include <bsd.hostlib.mk>
15 .else
16 .include <bsd.lib.mk>
17 .endif