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
/
bin
/
macho-dumpx
/
Makefile
blob
7b80a56f3911fce527ba99b9936d00bfa4bb9ed6
1
# $NetBSD: Makefile,v 1.2 2013/01/23 15:02:56 joerg Exp $
2
3
ROG_CXX
=
machdo-dumpx
4
NOMAN
=
yes
5
6
.
include
<
bsd.init.mk
>
7
8
.PATH
: ${
LLVM_SRCDIR
}/
tools
/
macho-dump
9
10
SRCS
=
macho-dump.
cpp
11
12
LLVM_LIBS
+=
\
13
Object \
14
IR \
15
Support
16
17
.
include
"${.PARSEDIR}/../../link.mk"
18
19
.
include
<
bsd.prog.mk
>