diff options
Diffstat (limited to 'src/regress/lib/libc/locale/Makefile')
-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 d6df7bf70d..3bb3acd05a 100644 --- a/src/regress/lib/libc/locale/Makefile +++ b/src/regress/lib/libc/locale/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2013/08/01 21:26:30 kettenis Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2014/07/03 21:12:24 miod Exp $ |
2 | 2 | ||
3 | .if defined(REGRESS_FULL) | 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 | ||