diff options
Diffstat (limited to 'src/regress/lib/libcrypto/exp/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/exp/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/regress/lib/libcrypto/exp/Makefile b/src/regress/lib/libcrypto/exp/Makefile deleted file mode 100644 index 890b38e9fe..0000000000 --- a/src/regress/lib/libcrypto/exp/Makefile +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2017/01/21 09:38:58 beck Exp $ | ||
2 | |||
3 | PROG= exptest | ||
4 | LDADD= ${CRYPTO_INT} | ||
5 | DPADD= ${LIBCRYPTO} | ||
6 | WARNINGS= Yes | ||
7 | CFLAGS+= -Werror | ||
8 | |||
9 | .include <bsd.regress.mk> | ||