diff options
Diffstat (limited to 'src/regress/lib/libssl/ciphers/Makefile')
-rw-r--r-- | src/regress/lib/libssl/ciphers/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/regress/lib/libssl/ciphers/Makefile b/src/regress/lib/libssl/ciphers/Makefile new file mode 100644 index 0000000000..c9a58a5e09 --- /dev/null +++ b/src/regress/lib/libssl/ciphers/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2015/02/06 08:48:39 jsing Exp $ | ||
2 | |||
3 | PROG= cipherstest | ||
4 | LDADD= -lssl -lcrypto | ||
5 | DPADD= ${LIBSSL} ${LIBCRYPTO} | ||
6 | WARNINGS= Yes | ||
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
8 | |||
9 | .include <bsd.regress.mk> | ||