summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/utf8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/utf8/Makefile')
-rw-r--r--src/regress/lib/libcrypto/utf8/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/regress/lib/libcrypto/utf8/Makefile b/src/regress/lib/libcrypto/utf8/Makefile
new file mode 100644
index 0000000000..4940e60050
--- /dev/null
+++ b/src/regress/lib/libcrypto/utf8/Makefile
@@ -0,0 +1,7 @@
1# $OpenBSD: Makefile,v 1.1 2014/05/18 22:04:14 guenther Exp $
2
3PROG= utf8test
4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO}
6
7.include <bsd.regress.mk>