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 85e50ecb04..d6ee2f160a 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.24 2016/11/04 19:45:12 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2017/03/05 14:15:53 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | asn1 \ | 4 | asn1 \ |
@@ -6,6 +6,7 @@ SUBDIR= \ | |||
6 | ciphers \ | 6 | ciphers \ |
7 | client \ | 7 | client \ |
8 | pqueue \ | 8 | pqueue \ |
9 | server \ | ||
9 | ssl \ | 10 | ssl \ |
10 | unit | 11 | unit |
11 | 12 | ||