diff options
Diffstat (limited to 'src/regress/lib/libcrypto/bn/mont/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/bn/mont/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/bn/mont/Makefile b/src/regress/lib/libcrypto/bn/mont/Makefile new file mode 100644 index 0000000000..3a946b41a8 --- /dev/null +++ b/src/regress/lib/libcrypto/bn/mont/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2014/06/20 10:38:22 miod Exp $ | ||
2 | |||
3 | PROG= mont | ||
4 | LDADD= -lcrypto | ||
5 | DPADD= ${LIBCRYPTO} | ||
6 | WARNINGS= Yes | ||
7 | CFLAGS+= -Werror | ||
8 | |||
9 | .include <bsd.regress.mk> | ||