summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/locale/mbrtowc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/locale/mbrtowc/Makefile')
-rw-r--r--src/regress/lib/libc/locale/mbrtowc/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/regress/lib/libc/locale/mbrtowc/Makefile b/src/regress/lib/libc/locale/mbrtowc/Makefile
index 0aa1026e0a..5436383911 100644
--- a/src/regress/lib/libc/locale/mbrtowc/Makefile
+++ b/src/regress/lib/libc/locale/mbrtowc/Makefile
@@ -1,9 +1,5 @@
1# $OpenBSD: Makefile,v 1.1 2016/09/03 18:14:18 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.2 2017/07/27 15:08:37 bluhm Exp $
2 2
3PROG = test_mbrtowc 3PROG = test_mbrtowc
4NOMAN =
5 4
6regress: ${PROG} 5.include <bsd.regress.mk>
7 ./${PROG}
8
9.include <bsd.prog.mk>