diff options
Diffstat (limited to 'src/regress/lib/libc/locale/Makefile')
-rw-r--r-- | src/regress/lib/libc/locale/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/regress/lib/libc/locale/Makefile b/src/regress/lib/libc/locale/Makefile index b8d046c678..b3ca6bad85 100644 --- a/src/regress/lib/libc/locale/Makefile +++ b/src/regress/lib/libc/locale/Makefile | |||
@@ -1,11 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2016/09/05 09:53:53 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2017/07/27 15:08:37 bluhm Exp $ |
2 | 2 | ||
3 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) | 3 | SUBDIR = check_isw mbrtowc setlocale wcrtomb |
4 | SUBDIR+= check_isw | ||
5 | .endif | ||
6 | |||
7 | SUBDIR += mbrtowc setlocale wcrtomb | ||
8 | |||
9 | install: | ||
10 | 4 | ||
11 | .include <bsd.subdir.mk> | 5 | .include <bsd.subdir.mk> |