summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/locale/wcrtomb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/locale/wcrtomb/Makefile')
-rw-r--r--src/regress/lib/libc/locale/wcrtomb/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/regress/lib/libc/locale/wcrtomb/Makefile b/src/regress/lib/libc/locale/wcrtomb/Makefile
new file mode 100644
index 0000000000..5179cd5668
--- /dev/null
+++ b/src/regress/lib/libc/locale/wcrtomb/Makefile
@@ -0,0 +1,9 @@
1# $OpenBSD: Makefile,v 1.1 2016/09/04 09:38:02 schwarze Exp $
2
3PROG = test_wcrtomb
4NOMAN =
5
6regress: ${PROG}
7 ./${PROG}
8
9.include <bsd.prog.mk>