diff options
| author | bluhm <> | 2020-12-26 00:48:56 +0000 |
|---|---|---|
| committer | bluhm <> | 2020-12-26 00:48:56 +0000 |
| commit | 372139d1875d84b03f353b5e29bc15eaebc4e731 (patch) | |
| tree | 8e19801668ace3679c2d08f51d784954a2e50fef /src/regress/lib/libcrypto/Makefile | |
| parent | 95764717d7af82e5f8e8784798747c0ec240a84b (diff) | |
| download | openbsd-372139d1875d84b03f353b5e29bc15eaebc4e731.tar.gz openbsd-372139d1875d84b03f353b5e29bc15eaebc4e731.tar.bz2 openbsd-372139d1875d84b03f353b5e29bc15eaebc4e731.zip | |
Convert CA regress implementation from shell script to make file.
Ensure that it works with obj directory and link regress to build.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 7ec659bfc2..6f7b024c47 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.40 2020/09/18 10:19:31 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.41 2020/12/26 00:48:56 bluhm Exp $ |
| 2 | 2 | ||
| 3 | SUBDIR += aead | 3 | SUBDIR += aead |
| 4 | SUBDIR += aeswrap | 4 | SUBDIR += aeswrap |
| @@ -7,6 +7,7 @@ SUBDIR += base64 | |||
| 7 | SUBDIR += bf | 7 | SUBDIR += bf |
| 8 | SUBDIR += bio | 8 | SUBDIR += bio |
| 9 | SUBDIR += bn | 9 | SUBDIR += bn |
| 10 | SUBDIR += CA | ||
| 10 | SUBDIR += cast | 11 | SUBDIR += cast |
| 11 | SUBDIR += certs | 12 | SUBDIR += certs |
| 12 | SUBDIR += chacha | 13 | SUBDIR += chacha |
