summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/unit/Makefile')
-rw-r--r--src/regress/lib/libssl/unit/Makefile3
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
3TEST_CASES+= cipher_list 3TEST_CASES+= cipher_list
4TEST_CASES+= ssl_versions 4TEST_CASES+= ssl_versions
@@ -9,6 +9,7 @@ REGRESS_TARGETS= all_tests
9WARNINGS= Yes 9WARNINGS= Yes
10LDLIBS= ${SSL_INT} -lcrypto 10LDLIBS= ${SSL_INT} -lcrypto
11CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror 11CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror
12CFLAGS+= -I${.CURDIR}/../../../../lib/libssl
12 13
13CLEANFILES+= ${TEST_CASES} 14CLEANFILES+= ${TEST_CASES}
14 15