diff options
Diffstat (limited to 'src/regress/lib/libcrypto/gost/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/gost/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/regress/lib/libcrypto/gost/Makefile b/src/regress/lib/libcrypto/gost/Makefile index 14b0f9b824..e69de29bb2 100644 --- a/src/regress/lib/libcrypto/gost/Makefile +++ b/src/regress/lib/libcrypto/gost/Makefile | |||
@@ -1,9 +0,0 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2014/11/09 19:45:26 miod Exp $ | ||
2 | |||
3 | PROG= gost2814789t | ||
4 | LDADD= -lcrypto | ||
5 | DPADD= ${LIBCRYPTO} | ||
6 | WARNINGS= Yes | ||
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
8 | |||
9 | .include <bsd.regress.mk> | ||