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.9
1# $NetBSD: Makefile,v 1.9 2012/07/14 04:06:17 christos 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
11
12.if ${MKCRYPTO_RC5} != "no"
13SUBDIR+=rc5
14.endif
15
16TESTSDIR=	${TESTSBASE}/crypto/libcrypto
17
18TESTS_SH=	t_certs
19TESTS_SH+=	t_ciphers
20TESTS_SH+=	t_hashes
21TESTS_SH+=	t_libcrypto
22TESTS_SH+=	t_pubkey
23
24.include <bsd.test.mk>
25
26.else
27
28NOPROG=
29
30.include <bsd.prog.mk>
31
32.endif
33

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