Home | History | Annotate | Line # | Download | only in libcrypto
Makefile revision 1.12
      1 # $NetBSD: Makefile,v 1.12 2018/02/08 21:59:10 christos Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 SUBDIR+=bf bn cast conf des dh dsa ec ecdh ecdsa engine evp hmac \
      6 	md2 md4 md5 rand rc2 rc4 ripemd rsa sha1 srp threads
      7 
      8 SUBDIR+=idea mdc2
      9 SUBDIR+=rc5
     10 
     11 .if ${HAVE_OPENSSL} == 10
     12 SUBDIR += lhash sha x509v3
     13 .endif
     14 
     15 TESTSDIR=	${TESTSBASE}/crypto/libcrypto
     16 
     17 TESTS_SH=	t_certs
     18 TESTS_SH+=	t_ciphers
     19 TESTS_SH+=	t_hashes
     20 TESTS_SH+=	t_libcrypto
     21 TESTS_SH+=	t_pubkey
     22 
     23 .include <bsd.test.mk>
     24