summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authormiod <>2014-04-15 18:01:18 +0000
committermiod <>2014-04-15 18:01:18 +0000
commit6375963684cd4e2242222018e445d2b72015dfcc (patch)
tree7c5c04741716e219a24046e8c74fde35fa12af65 /src/regress/lib/libcrypto/Makefile
parent399901082925ad76fc2bd5cd8d351a590f3f2989 (diff)
parent5346460520d82f1ee52c114e82ada966daf2a680 (diff)
downloadopenbsd-6375963684cd4e2242222018e445d2b72015dfcc.tar.gz
openbsd-6375963684cd4e2242222018e445d2b72015dfcc.tar.bz2
openbsd-6375963684cd4e2242222018e445d2b72015dfcc.zip
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r--src/regress/lib/libcrypto/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile
new file mode 100644
index 0000000000..c752bf042e
--- /dev/null
+++ b/src/regress/lib/libcrypto/Makefile
@@ -0,0 +1,30 @@
1# $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:15 miod Exp $
2
3SUBDIR= \
4 bf \
5 bn \
6 cast \
7 des \
8 dh \
9 dsa \
10 ec \
11 ecdh \
12 ecdsa \
13 evp \
14 exp \
15 hmac \
16 idea \
17 ige \
18 md4 \
19 md5 \
20 mdc2 \
21 rand \
22 rc2 \
23 rc4 \
24 rmd \
25 sha \
26 sha1
27
28install:
29
30.include <bsd.subdir.mk>