diff options
Diffstat (limited to 'src/regress/lib/libcrypto/aead/Makefile')
| -rw-r--r-- | src/regress/lib/libcrypto/aead/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/regress/lib/libcrypto/aead/Makefile b/src/regress/lib/libcrypto/aead/Makefile deleted file mode 100644 index 344bdcbbf1..0000000000 --- a/src/regress/lib/libcrypto/aead/Makefile +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:52 jsing Exp $ | ||
| 2 | |||
| 3 | PROG= aeadtest | ||
| 4 | LDADD= -lcrypto | ||
| 5 | DPADD= ${LIBCRYPTO} | ||
| 6 | WARNINGS= Yes | ||
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
| 8 | |||
| 9 | REGRESS_TARGETS=regress-aeadtest | ||
| 10 | |||
| 11 | regress-aeadtest: ${PROG} | ||
| 12 | ./${PROG} ${.CURDIR}/aeadtests.txt | ||
| 13 | |||
| 14 | .include <bsd.regress.mk> | ||
