summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/Makefile4
-rw-r--r--regress/lib/libc/locale/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile
index 06c09d35cd2..114d6f0f78d 100644
--- a/regress/lib/libc/Makefile
+++ b/regress/lib/libc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.42 2014/06/18 08:24:00 matthew Exp $
+# $OpenBSD: Makefile,v 1.43 2014/07/03 21:12:24 miod Exp $
SUBDIR+= _setjmp alloca arc4random-fork
SUBDIR+= atexit basename cephes cxa-atexit db dirname env
@@ -9,7 +9,7 @@ SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf
SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum
SUBDIR+= telldir time timingsafe vis
-.if defined(REGRESS_FULL)
+.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR+= getaddrinfo
SUBDIR+= setjmp-fpu
.endif
diff --git a/regress/lib/libc/locale/Makefile b/regress/lib/libc/locale/Makefile
index d6df7bf70d4..3bb3acd05a9 100644
--- a/regress/lib/libc/locale/Makefile
+++ b/regress/lib/libc/locale/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.2 2013/08/01 21:26:30 kettenis Exp $
+# $OpenBSD: Makefile,v 1.3 2014/07/03 21:12:24 miod Exp $
-.if defined(REGRESS_FULL)
+.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR+= check_isw
.endif