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.10
1# $NetBSD: Makefile,v 1.10 2017/05/21 14:20:45 riastradh 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
10SUBDIR+=idea mdc2
11SUBDIR+=rc5
12
13TESTSDIR=	${TESTSBASE}/crypto/libcrypto
14
15TESTS_SH=	t_certs
16TESTS_SH+=	t_ciphers
17TESTS_SH+=	t_hashes
18TESTS_SH+=	t_libcrypto
19TESTS_SH+=	t_pubkey
20
21.include <bsd.test.mk>
22
23.else
24
25NOPROG=
26
27.include <bsd.prog.mk>
28
29.endif
30

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