Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / lib / Makefile
blob5151c2c7dc2f210dfba134acba9cf07d8603f91c
1 # $NetBSD: Makefile,v 1.1 2009/06/07 22:38:44 christos Exp $
3 .include "bsd.own.mk"
5 .if (${MKCRYPTO} != "no")
7 # OpenSSL libraries.
8 SUBDIR= libcrypto libdes
10 .if (${MKCRYPTO_IDEA} != "no")
11 SUBDIR+= libcrypto_idea
12 .endif # MKCRYPTO_IDEA != no
14 .if (${MKCRYPTO_MDC2} != "no")
15 SUBDIR+= libcrypto_mdc2
16 .endif # MKCRYPTO_MDC2 != no
18 .if (${MKCRYPTO_RC5} != "no")
19 SUBDIR+= libcrypto_rc5
20 .endif # MKCRYPTO_RC5 != no
22 SUBDIR+= .WAIT libssl # depends on libcrypto
24 .endif # MKCRYPTO != no
26 .include <bsd.subdir.mk>