1# $NetBSD: Makefile,v 1.3 2011/07/05 10:03:10 spz 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