etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / openssl / lib / Makefile
blob91b2c6a9b17b8c839666b790eba86e306ce8696f
1 # $NetBSD: Makefile,v 1.2 2012/07/11 18:50:23 christos Exp $
3 .include "bsd.own.mk"
5 .if (${MKCRYPTO} != "no")
7 # OpenSSL libraries.
8 SUBDIR= libcrypto libdes
10 .if (${MKCRYPTO_RC5} != "no")
11 SUBDIR+= libcrypto_rc5
12 .endif # MKCRYPTO_RC5 != no
14 SUBDIR+= .WAIT libssl # depends on libcrypto
16 .endif # MKCRYPTO != no
18 .include <bsd.subdir.mk>