diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libc/locale/Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/regress/lib/libc/locale/Makefile b/src/regress/lib/libc/locale/Makefile index 56be950d02..b8d046c678 100644 --- a/src/regress/lib/libc/locale/Makefile +++ b/src/regress/lib/libc/locale/Makefile | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.4 2015/07/07 17:39:19 semarie Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2016/09/05 09:53:53 schwarze Exp $ | 
| 2 | 2 | ||
| 3 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) | 3 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) | 
| 4 | SUBDIR+= check_isw | 4 | SUBDIR+= check_isw | 
| 5 | .endif | 5 | .endif | 
| 6 | 6 | ||
| 7 | SUBDIR += setlocale | 7 | SUBDIR += mbrtowc setlocale wcrtomb | 
| 8 | 8 | ||
| 9 | install: | 9 | install: | 
| 10 | 10 | ||
