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
/
ranlib
/
Makefile
blob
44c8647419192639a525c6ce2598adeff5d1d3b7
1
# $NetBSD: Makefile,v 1.2 2011/09/25 04:32:47 christos Exp $
2
3
PROG
=
ranlib
4
5
.
include
<
bsd.own.mk
>
6
7
COPTS.arparse.c
= -
Wno-stack-protector
8
CPPFLAGS
+=-
Dbin_dummy_emulation
=
bin_vanilla_emulation
9
10
.
include
"${.CURDIR}/../common/Makefile.prog"