1*ebfedea0SLionel Sambuc# $NetBSD: Makefile,v 1.2 2012/07/11 18:50:23 christos Exp $ 2*ebfedea0SLionel Sambuc 3*ebfedea0SLionel Sambuc.include "bsd.own.mk" 4*ebfedea0SLionel Sambuc 5*ebfedea0SLionel Sambuc.if (${MKCRYPTO} != "no") 6*ebfedea0SLionel Sambuc 7*ebfedea0SLionel Sambuc# OpenSSL libraries. 8*ebfedea0SLionel SambucSUBDIR= libcrypto libdes 9*ebfedea0SLionel Sambuc 10*ebfedea0SLionel Sambuc.if (${MKCRYPTO_RC5} != "no") 11*ebfedea0SLionel SambucSUBDIR+= libcrypto_rc5 12*ebfedea0SLionel Sambuc.endif # MKCRYPTO_RC5 != no 13*ebfedea0SLionel Sambuc 14*ebfedea0SLionel SambucSUBDIR+= .WAIT libssl # depends on libcrypto 15*ebfedea0SLionel Sambuc 16*ebfedea0SLionel Sambuc.endif # MKCRYPTO != no 17*ebfedea0SLionel Sambuc 18*ebfedea0SLionel Sambuc.include <bsd.subdir.mk> 19