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