repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
liblldbPluginProcessNetBSD
/
Makefile
blob
5a20dd7d940d8b7df8233debda50c45cfbcdeb49
1
# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:02 joerg Exp $
2
3
LIB
=
lldbPluginProcessNetBSD
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLDB_SRCDIR
}/
source
/
Plugins
/
Process
/
FreeBSD
8
9
SRCS
+=
ProcessFreeBSD.
cpp
\
10
ProcessMonitor.
cpp
11
12
.if defined
(
HOSTLIB
)
13
.
include
<
bsd.hostlib.mk
>
14
.
else
15
.
include
<
bsd.lib.mk
>
16
.
endif