diff options
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index f13ebf0b47..4d64dc3966 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,7 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.20 2015/02/06 08:48:39 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.21 2015/02/06 09:36:16 doug Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | asn1 \ | 4 | asn1 \ |
5 | bytestring \ | ||
5 | ciphers \ | 6 | ciphers \ |
6 | ssl | 7 | ssl |
7 | 8 | ||