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