1# $NetBSD: Makefile,v 1.2 2011/06/12 16:16:27 christos Exp $
2
3HELPER_NAME=	rc5test
4HELPER_DIR=	rc5
5
6.include <bsd.init.mk>
7
8.if ${MKCRYPTO_RC5} != "no"
9LDADD= -lcrypto_rc5 -lcrypto
10.else
11CPPFLAGS+= -DOPENSSL_NO_RC5
12.endif
13
14LDADD+=		-Wl,--no-fatal-warnings
15