Remove building with NOCRYPTO option
[minix.git] / tests / crypto / libcrypto / rc5 / Makefile
blobeccac5f152c7c5fbe665b6b790c68baf3f63a829
1 # $NetBSD: Makefile,v 1.3 2011/07/05 10:03:10 spz Exp $
3 HELPER_NAME= rc5test
4 HELPER_DIR= rc5
6 .include <bsd.init.mk>
8 .if ${MKCRYPTO_RC5} != "no"
9 LDADD= -lcrypto_rc5 -lcrypto
10 .else
11 CPPFLAGS+= -DOPENSSL_NO_RC5
12 .endif
14 LDADD+= -Wl,--no-fatal-warnings