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