repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
libLLVMLineEditor
/
Makefile
blob
a9062ba194c1b7b132883247a93e3b2020d840ac
1
# $NetBSD: Makefile,v 1.1 2014/02/14 20:32:58 joerg Exp $
2
3
LIB
=
LLVMLineEditor
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
LineEditor
8
9
SRCS
+=
LineEditor.
cpp
10
11
.if defined
(
HOSTLIB
)
12
.
include
<
bsd.hostlib.mk
>
13
.
else
14
.
include
<
bsd.lib.mk
>
15
.
endif