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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
liblldbPluginABISysV_hexagon
/
Makefile
blob
0ebd4cc790a44f7477dcb3f0ab505a8c3b2f2069
1
# $NetBSD: Makefile,v 1.1 2014/08/10 17:35:07 joerg Exp $
2
3
LIB
=
lldbPluginABISysV_hexagon
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLDB_SRCDIR
}/
source
/
Plugins
/
ABI
/
SysV-hexagon
8
9
SRCS
+=
ABISysV_hexagon.
cpp
10
11
.if defined
(
HOSTLIB
)
12
.
include
<
bsd.hostlib.mk
>
13
.
else
14
.
include
<
bsd.lib.mk
>
15
.
endif