etc/services - sync with NetBSD-8
[minix.git] / tests / crypto / libcrypto / Makefile
blob5e4e609a5648b159b52ceec1f8e54d8b42a05dc9
1 # $NetBSD: Makefile,v 1.9 2012/07/14 04:06:17 christos Exp $
3 .include <bsd.own.mk>
5 .if ${MKCRYPTO} != "no"
7 #__MINIX: Unsupported: threads
8 SUBDIR+=bf bn cast conf des dh dsa ec ecdh ecdsa engine evp hmac lhash \
9 md2 md4 md5 rand rc2 rc4 ripemd rsa sha sha1 srp x509v3
11 SUBDIR+=idea mdc2
13 .if ${MKCRYPTO_RC5} != "no"
14 SUBDIR+=rc5
15 .endif
17 TESTSDIR= ${TESTSBASE}/crypto/libcrypto
19 TESTS_SH= t_certs
20 TESTS_SH+= t_ciphers
21 TESTS_SH+= t_hashes
22 TESTS_SH+= t_libcrypto
23 TESTS_SH+= t_pubkey
25 .include <bsd.test.mk>
27 .else
29 NOPROG=
31 .include <bsd.prog.mk>
33 .endif