diff options
Diffstat (limited to 'src/regress/lib/libssl/unit/Makefile')
-rw-r--r-- | src/regress/lib/libssl/unit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index 48ae396327..264bd2c3db 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2016/12/30 16:58:12 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2017/01/22 08:19:36 jsing Exp $ |
2 | 2 | ||
3 | TEST_CASES+= cipher_list | 3 | TEST_CASES+= cipher_list |
4 | TEST_CASES+= ssl_versions | 4 | TEST_CASES+= ssl_versions |
@@ -9,6 +9,7 @@ REGRESS_TARGETS= all_tests | |||
9 | WARNINGS= Yes | 9 | WARNINGS= Yes |
10 | LDLIBS= ${SSL_INT} -lcrypto | 10 | LDLIBS= ${SSL_INT} -lcrypto |
11 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | 11 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror |
12 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
12 | 13 | ||
13 | CLEANFILES+= ${TEST_CASES} | 14 | CLEANFILES+= ${TEST_CASES} |
14 | 15 | ||