diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libc/Makefile | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index f84b991fa4..c91456d826 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,23 +1,31 @@ | |||
1 | # $OpenBSD: Makefile,v 1.49 2017/05/17 14:47:06 millert Exp $ | 1 | # $OpenBSD: Makefile,v 1.50 2017/07/27 17:56:35 bluhm Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca arc4random-fork | 3 | SUBDIR+= _setjmp |
4 | SUBDIR+= atexit basename cephes cxa-atexit db dirname env | 4 | SUBDIR+= alloca arc4random-fork atexit |
5 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob | 5 | SUBDIR+= basename |
6 | SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb | 6 | SUBDIR+= cephes cxa-atexit |
7 | SUBDIR+= open_memstream orientation popen printf qsort | 7 | SUBDIR+= db dirname |
8 | SUBDIR+= regex setjmp setjmp-signal sigsetjmp sprintf stdio_threading | 8 | SUBDIR+= env explicit_bzero |
9 | SUBDIR+= fmemopen fnmatch fpclassify | ||
10 | SUBDIR+= getaddrinfo getcap getopt_long glob | ||
11 | SUBDIR+= hsearch | ||
12 | SUBDIR+= ieeefp ifnameindex | ||
13 | SUBDIR+= longjmp locale | ||
14 | SUBDIR+= malloc mkstemp modf | ||
15 | SUBDIR+= netdb | ||
16 | SUBDIR+= open_memstream orientation | ||
17 | SUBDIR+= popen printf | ||
18 | SUBDIR+= qsort | ||
19 | SUBDIR+= regex | ||
20 | SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading | ||
9 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum | 21 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum |
10 | SUBDIR+= telldir time timingsafe vis | 22 | SUBDIR+= telldir time timingsafe |
23 | SUBDIR+= vis | ||
11 | 24 | ||
12 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) | 25 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) |
13 | SUBDIR+= getaddrinfo | ||
14 | SUBDIR+= setjmp-fpu | 26 | SUBDIR+= setjmp-fpu |
15 | .endif | 27 | .endif |
16 | 28 | ||
17 | .if (${MACHINE_ARCH} != "vax") | ||
18 | SUBDIR+= ieeefp | ||
19 | .endif | ||
20 | |||
21 | .if exists(arch/${MACHINE_ARCH}) | 29 | .if exists(arch/${MACHINE_ARCH}) |
22 | SUBDIR+= arch/${MACHINE_ARCH} | 30 | SUBDIR+= arch/${MACHINE_ARCH} |
23 | .endif | 31 | .endif |