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]
/
tests
/
crypto
/
libcrypto
/
rc5
/
Makefile
blob
eccac5f152c7c5fbe665b6b790c68baf3f63a829
1
# $NetBSD: Makefile,v 1.3 2011/07/05 10:03:10 spz Exp $
2
3
HELPER_NAME
=
rc5test
4
HELPER_DIR
=
rc5
5
6
.
include
<
bsd.init.mk
>
7
8
.if
${
MKCRYPTO_RC5
} !=
"no"
9
LDADD
= -
lcrypto_rc5
-
lcrypto
10
.
else
11
CPPFLAGS
+= -
DOPENSSL_NO_RC5
12
.
endif
13
14
LDADD
+= -
Wl
,--
no-fatal-warnings