Cross Reference: Makefile
xref: /src/tests/crypto/libcrypto/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/crypto/libcrypto/
Makefile revision 1.8
1# $NetBSD: Makefile,v 1.8 2011/10/22 21:13:25 mrg Exp $
2
3.include <bsd.own.mk>
4
5.if ${MKCRYPTO} != "no"
6
7SUBDIR+=bf bn cast conf des dh dsa ec ecdh ecdsa engine evp hmac lhash \
8	md2 md4 md5 rand rc2 rc4 ripemd rsa sha sha1 srp threads x509v3
9
10.if ${MKCRYPTO_IDEA} != "no"
11SUBDIR+=idea
12.endif
13.if ${MKCRYPTO_RC5} != "no"
14SUBDIR+=rc5
15.endif
16.if ${MKCRYPTO_MDC2} != "no"
17SUBDIR+=mdc2
18.endif
19
20TESTSDIR=	${TESTSBASE}/crypto/libcrypto
21
22TESTS_SH=	t_certs
23TESTS_SH+=	t_ciphers
24TESTS_SH+=	t_hashes
25TESTS_SH+=	t_libcrypto
26TESTS_SH+=	t_pubkey
27
28.include <bsd.test.mk>
29
30.else
31
32NOPROG=
33
34.include <bsd.prog.mk>
35
36.endif
37

Indexes created Mon Jan 26 14:10:17 GMT 2026