diff options
Diffstat (limited to 'src/regress/lib/libcrypto/aead/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/aead/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/aead/Makefile b/src/regress/lib/libcrypto/aead/Makefile index c7ee88bf6a..cc58fc17f5 100644 --- a/src/regress/lib/libcrypto/aead/Makefile +++ b/src/regress/lib/libcrypto/aead/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2022/01/14 09:38:50 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2022/07/30 16:30:42 jsing Exp $ |
2 | 2 | ||
3 | PROG= aeadtest | 3 | PROG= aeadtest |
4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
@@ -9,6 +9,6 @@ CFLAGS+= -DLIBRESSL_INTERNAL -Werror | |||
9 | REGRESS_TARGETS=regress-aeadtest | 9 | REGRESS_TARGETS=regress-aeadtest |
10 | 10 | ||
11 | regress-aeadtest: ${PROG} | 11 | regress-aeadtest: ${PROG} |
12 | ./${PROG} ${.CURDIR}/aeadtests.txt | 12 | ./${PROG} aead ${.CURDIR}/aeadtests.txt |
13 | 13 | ||
14 | .include <bsd.regress.mk> | 14 | .include <bsd.regress.mk> |