summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/asn1/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile
index abb69cb379..3128179e90 100644
--- a/src/regress/lib/libcrypto/asn1/Makefile
+++ b/src/regress/lib/libcrypto/asn1/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.3 2017/11/28 16:47:55 jsing Exp $ 1# $OpenBSD: Makefile,v 1.4 2018/08/30 18:36:59 tb Exp $
2 2
3TESTS = \ 3TESTS = \
4 asn1evp \ 4 asn1evp \
@@ -13,7 +13,7 @@ WARNINGS= Yes
13LDFLAGS+= -lcrypto 13LDFLAGS+= -lcrypto
14CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror 14CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror
15 15
16CLEANFILES+= ${TESTS} 16CLEANFILES+= ${TESTS} ${TESTS:S/$/.d/}
17 17
18all_tests: ${TESTS} 18all_tests: ${TESTS}
19 @for test in $>; do \ 19 @for test in $>; do \