diff options
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/Makefile | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile deleted file mode 100644 index 2b4925cf7c..0000000000 --- a/src/regress/lib/libcrypto/Makefile +++ /dev/null | |||
| @@ -1,56 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.37 2019/11/02 15:39:44 jsing Exp $ | ||
| 2 | |||
| 3 | SUBDIR += aead | ||
| 4 | SUBDIR += aeswrap | ||
| 5 | SUBDIR += asn1 | ||
| 6 | SUBDIR += base64 | ||
| 7 | SUBDIR += bf | ||
| 8 | SUBDIR += bio | ||
| 9 | SUBDIR += bn | ||
| 10 | SUBDIR += cast | ||
| 11 | SUBDIR += chacha | ||
| 12 | SUBDIR += cms | ||
| 13 | SUBDIR += cts128 | ||
| 14 | SUBDIR += curve25519 | ||
| 15 | SUBDIR += des | ||
| 16 | SUBDIR += dh | ||
| 17 | SUBDIR += dsa | ||
| 18 | SUBDIR += ec | ||
| 19 | SUBDIR += ecdh | ||
| 20 | SUBDIR += ecdsa | ||
| 21 | SUBDIR += engine | ||
| 22 | SUBDIR += evp | ||
| 23 | SUBDIR += exp | ||
| 24 | SUBDIR += free | ||
| 25 | SUBDIR += gcm128 | ||
| 26 | SUBDIR += gost | ||
| 27 | SUBDIR += hkdf | ||
| 28 | SUBDIR += hmac | ||
| 29 | SUBDIR += idea | ||
| 30 | SUBDIR += ige | ||
| 31 | SUBDIR += init | ||
| 32 | SUBDIR += md4 | ||
| 33 | SUBDIR += md5 | ||
| 34 | SUBDIR += pbkdf2 | ||
| 35 | SUBDIR += pkcs7 | ||
| 36 | SUBDIR += poly1305 | ||
| 37 | SUBDIR += rand | ||
| 38 | SUBDIR += rc2 | ||
| 39 | SUBDIR += rc4 | ||
| 40 | SUBDIR += rmd | ||
| 41 | SUBDIR += rsa | ||
| 42 | SUBDIR += sha1 | ||
| 43 | SUBDIR += sha2 | ||
| 44 | SUBDIR += sha256 | ||
| 45 | SUBDIR += sha512 | ||
| 46 | SUBDIR += sm3 | ||
| 47 | SUBDIR += sm4 | ||
| 48 | SUBDIR += utf8 | ||
| 49 | SUBDIR += wycheproof | ||
| 50 | SUBDIR += x509 | ||
| 51 | # botan tests take 50 seconds, move to the end to fail early in other tests | ||
| 52 | SUBDIR += botan | ||
| 53 | |||
| 54 | install: | ||
| 55 | |||
| 56 | .include <bsd.subdir.mk> | ||
