summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bn/rand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/bn/rand/Makefile')
-rw-r--r--src/regress/lib/libcrypto/bn/rand/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/bn/rand/Makefile b/src/regress/lib/libcrypto/bn/rand/Makefile
new file mode 100644
index 0000000000..52d0835df4
--- /dev/null
+++ b/src/regress/lib/libcrypto/bn/rand/Makefile
@@ -0,0 +1,11 @@
1# $OpenBSD: Makefile,v 1.1 2018/11/06 06:55:27 tb Exp $
2
3.include "../../Makefile.inc"
4
5PROG= bn_rand_interval
6LDADD= ${CRYPTO_INT}
7DPADD= ${LIBCRYPTO}
8WARNINGS= Yes
9CFLAGS+= -Werror
10
11.include <bsd.regress.mk>