diff options
-rw-r--r-- | src/regress/lib/libcrypto/asn1/Makefile | 4 |
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 | ||
3 | TESTS = \ | 3 | TESTS = \ |
4 | asn1evp \ | 4 | asn1evp \ |
@@ -13,7 +13,7 @@ WARNINGS= Yes | |||
13 | LDFLAGS+= -lcrypto | 13 | LDFLAGS+= -lcrypto |
14 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | 14 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror |
15 | 15 | ||
16 | CLEANFILES+= ${TESTS} | 16 | CLEANFILES+= ${TESTS} ${TESTS:S/$/.d/} |
17 | 17 | ||
18 | all_tests: ${TESTS} | 18 | all_tests: ${TESTS} |
19 | @for test in $>; do \ | 19 | @for test in $>; do \ |