diff options
Diffstat (limited to 'src/regress/lib/libcrypto/md5/Makefile')
-rw-r--r-- | src/regress/lib/libcrypto/md5/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/regress/lib/libcrypto/md5/Makefile b/src/regress/lib/libcrypto/md5/Makefile deleted file mode 100644 index d620dfa48a..0000000000 --- a/src/regress/lib/libcrypto/md5/Makefile +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:52 jsing Exp $ | ||
2 | |||
3 | PROG= md5test | ||
4 | LDADD= -lcrypto | ||
5 | DPADD= ${LIBCRYPTO} | ||
6 | WARNINGS= Yes | ||
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | ||
8 | |||
9 | .include <bsd.regress.mk> | ||