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
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
liblldbPluginABISysV_ppc64
/
Makefile
blob
c751eaaace7ee6b2a7fd135f4660c8f161ec3bfc
1
# $NetBSD: Makefile,v 1.1 2015/01/29 20:41:38 joerg Exp $
2
3
LIB
=
lldbPluginABISysV_ppc64
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLDB_SRCDIR
}/
source
/
Plugins
/
ABI
/
SysV-ppc64
8
9
SRCS
+=
ABISysV_ppc64.
cpp
10
11
.if defined
(
HOSTLIB
)
12
.
include
<
bsd.hostlib.mk
>
13
.
else
14
.
include
<
bsd.lib.mk
>
15
.
endif