1 # $NetBSD: Makefile,v 1.1 2009/06/07 22:38:44 christos Exp $
5 .if
(${MKCRYPTO} != "no")
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
>