etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libLLVMLineEditor / Makefile
bloba9062ba194c1b7b132883247a93e3b2020d840ac
1 # $NetBSD: Makefile,v 1.1 2014/02/14 20:32:58 joerg Exp $
3 LIB= LLVMLineEditor
5 .include <bsd.init.mk>
7 .PATH: ${LLVM_SRCDIR}/lib/LineEditor
9 SRCS+= LineEditor.cpp
11 .if defined(HOSTLIB)
12 .include <bsd.hostlib.mk>
13 .else
14 .include <bsd.lib.mk>
15 .endif