diff options
Diffstat (limited to 'src/regress/lib/libc/locale/Makefile')
-rw-r--r-- | src/regress/lib/libc/locale/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/locale/Makefile b/src/regress/lib/libc/locale/Makefile index c182172ba2..d6df7bf70d 100644 --- a/src/regress/lib/libc/locale/Makefile +++ b/src/regress/lib/libc/locale/Makefile | |||
@@ -1,6 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2005/08/11 21:57:02 espie Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2013/08/01 21:26:30 kettenis Exp $ |
2 | 2 | ||
3 | .if defined(REGRESS_FULL) | ||
3 | SUBDIR+= check_isw | 4 | SUBDIR+= check_isw |
5 | .endif | ||
4 | 6 | ||
5 | install: | 7 | install: |
6 | 8 | ||