NetBSD/tests/crypto/libcrypto/Makefile

33 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/07/14 04:06:17 christos Exp $
.include <bsd.own.mk>
.if ${MKCRYPTO} != "no"
SUBDIR+=bf bn cast conf des dh dsa ec ecdh ecdsa engine evp hmac lhash \
md2 md4 md5 rand rc2 rc4 ripemd rsa sha sha1 srp threads x509v3
SUBDIR+=idea mdc2
.if ${MKCRYPTO_RC5} != "no"
SUBDIR+=rc5
.endif
TESTSDIR= ${TESTSBASE}/crypto/libcrypto
TESTS_SH= t_certs
TESTS_SH+= t_ciphers
TESTS_SH+= t_hashes
TESTS_SH+= t_libcrypto
TESTS_SH+= t_pubkey
.include <bsd.test.mk>
.else
NOPROG=
.include <bsd.prog.mk>
.endif