xref: /netbsd-src/tests/crypto/libcrypto/idea/Makefile (revision e8bec33be121040b935e764acaa45ddbf4d7353c)
1# $NetBSD: Makefile,v 1.3 2011/07/05 10:03:09 spz Exp $
2
3HELPER_NAME=	ideatest
4HELPER_DIR=	idea
5
6.include <bsd.init.mk>
7
8.if ${MKCRYPTO_IDEA} != "no"
9LDADD= -lcrypto_idea -lcrypto
10.else
11CPPFLAGS+= -DOPENSSL_NO_IDEA
12.endif
13
14LDADD+=		-Wl,--no-fatal-warnings
15