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
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
liblldbPluginABIMacOSX_i386
/
Makefile
blob
253cb79ca552eec49293b4aa17c7e0caa20efd8a
1
# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:00 joerg Exp $
2
3
LIB
=
lldbPluginABIMacOSX_i386
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLDB_SRCDIR
}/
source
/
Plugins
/
ABI
/
MacOSX-i386
8
9
SRCS
+=
ABIMacOSX_i386.
cpp
10
11
.if defined
(
HOSTLIB
)
12
.
include
<
bsd.hostlib.mk
>
13
.
else
14
.
include
<
bsd.lib.mk
>
15
.
endif