diff options
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 30 |
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 | |||
3 | SUBDIR= \ | ||
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 | |||
28 | install: | ||
29 | |||
30 | .include <bsd.subdir.mk> | ||