summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorbluhm <>2020-12-26 00:48:56 +0000
committerbluhm <>2020-12-26 00:48:56 +0000
commit372139d1875d84b03f353b5e29bc15eaebc4e731 (patch)
tree8e19801668ace3679c2d08f51d784954a2e50fef /src/regress/lib/libcrypto/Makefile
parent95764717d7af82e5f8e8784798747c0ec240a84b (diff)
downloadopenbsd-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/Makefile3
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
3SUBDIR += aead 3SUBDIR += aead
4SUBDIR += aeswrap 4SUBDIR += aeswrap
@@ -7,6 +7,7 @@ SUBDIR += base64
7SUBDIR += bf 7SUBDIR += bf
8SUBDIR += bio 8SUBDIR += bio
9SUBDIR += bn 9SUBDIR += bn
10SUBDIR += CA
10SUBDIR += cast 11SUBDIR += cast
11SUBDIR += certs 12SUBDIR += certs
12SUBDIR += chacha 13SUBDIR += chacha