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
/
gpl3
/
binutils
/
usr.bin
/
objdump
/
Makefile
blob
3b847a5926795c05b12865fcaede8c107426c546
1
# $NetBSD: Makefile,v 1.2 2013/09/29 14:20:37 christos Exp $
2
3
PROG
=
objdump
4
5
.
include
<
bsd.own.mk
>
6
7
CPPFLAGS
+=-
DOBJDUMP_PRIVATE_VECTORS
=
""
8
9
.
include
"${.CURDIR}/../common/Makefile.prog"