diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libc/locale/wcrtomb/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/regress/lib/libc/locale/wcrtomb/Makefile b/src/regress/lib/libc/locale/wcrtomb/Makefile index 5179cd5668..b09cecc454 100644 --- a/src/regress/lib/libc/locale/wcrtomb/Makefile +++ b/src/regress/lib/libc/locale/wcrtomb/Makefile | |||
@@ -1,9 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2016/09/04 09:38:02 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2017/07/27 15:08:37 bluhm Exp $ |
2 | 2 | ||
3 | PROG = test_wcrtomb | 3 | PROG = test_wcrtomb |
4 | NOMAN = | ||
5 | 4 | ||
6 | regress: ${PROG} | 5 | .include <bsd.regress.mk> |
7 | ./${PROG} | ||
8 | |||
9 | .include <bsd.prog.mk> | ||