diff options
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 06c09d35cd..114d6f0f78 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.42 2014/06/18 08:24:00 matthew Exp $ | 1 | # $OpenBSD: Makefile,v 1.43 2014/07/03 21:12:24 miod Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca arc4random-fork | 3 | SUBDIR+= _setjmp alloca arc4random-fork |
4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env | 4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env |
@@ -9,7 +9,7 @@ SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf | |||
9 | SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum | 9 | SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum |
10 | SUBDIR+= telldir time timingsafe vis | 10 | SUBDIR+= telldir time timingsafe vis |
11 | 11 | ||
12 | .if defined(REGRESS_FULL) | 12 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) |
13 | SUBDIR+= getaddrinfo | 13 | SUBDIR+= getaddrinfo |
14 | SUBDIR+= setjmp-fpu | 14 | SUBDIR+= setjmp-fpu |
15 | .endif | 15 | .endif |