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