diff options
Diffstat (limited to 'src/regress/lib/libcrypto/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/Makefile b/src/regress/lib/libcrypto/Makefile index 436fb12598..327eb5b12d 100644 --- a/src/regress/lib/libcrypto/Makefile +++ b/src/regress/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2014/05/01 13:15:22 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2014/05/02 19:27:04 miod Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | aeswrap \ | 4 | aeswrap \ |
@@ -27,7 +27,8 @@ SUBDIR= \ | |||
27 | rc4 \ | 27 | rc4 \ |
28 | rmd \ | 28 | rmd \ |
29 | sha \ | 29 | sha \ |
30 | sha1 | 30 | sha1 \ |
31 | sha2 | ||
31 | 32 | ||
32 | install: | 33 | install: |
33 | 34 | ||