1 # $NetBSD: Makefile,v 1.2 2012/07/11 18:50:23 christos Exp $
5 .if
(${MKCRYPTO} != "no")
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
>