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
/
liblldbPluginDynamicLoaderPosixDYLD
/
Makefile
blob
605b4124a7ce95940b7a757748f19c2f17fd3c6d
1
# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $
2
3
LIB
=
lldbPluginDynamicLoaderPosixDYLD
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLDB_SRCDIR
}/
source
/
Plugins
/
DynamicLoader
/
POSIX-DYLD
8
9
SRCS
+=
AuxVector.
cpp
\
10
DYLDRendezvous.
cpp
\
11
DynamicLoaderPOSIXDYLD.
cpp
12
13
.if defined
(
HOSTLIB
)
14
.
include
<
bsd.hostlib.mk
>
15
.
else
16
.
include
<
bsd.lib.mk
>
17
.
endif