summaryrefslogtreecommitdiff
path: root/tests/crypto/libcrypto/rc5/Makefile
blob: eccac5f152c7c5fbe665b6b790c68baf3f63a829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.3 2011/07/05 10:03:10 spz Exp $

HELPER_NAME=	rc5test
HELPER_DIR=	rc5

.include <bsd.init.mk>

.if ${MKCRYPTO_RC5} != "no"
LDADD= -lcrypto_rc5 -lcrypto
.else
CPPFLAGS+= -DOPENSSL_NO_RC5
.endif

LDADD+=		-Wl,--no-fatal-warnings