diff options
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 3cd970e49d..7a8db225ef 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.59 2024/07/14 09:48:48 jca Exp $ | 1 | # $OpenBSD: Makefile,v 1.62 2025/08/04 06:10:40 tb Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
@@ -9,8 +9,9 @@ SUBDIR+= elf_aux_info | |||
9 | SUBDIR+= env explicit_bzero | 9 | SUBDIR+= env explicit_bzero |
10 | SUBDIR+= ffs fmemopen fnmatch fpclassify fread | 10 | SUBDIR+= ffs fmemopen fnmatch fpclassify fread |
11 | SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob | 11 | SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob |
12 | SUBDIR+= hash | ||
12 | SUBDIR+= hsearch | 13 | SUBDIR+= hsearch |
13 | SUBDIR+= ieeefp ifnameindex | 14 | SUBDIR+= ieeefp ifnameindex illumos |
14 | SUBDIR+= ldexp locale longjmp | 15 | SUBDIR+= ldexp locale longjmp |
15 | SUBDIR+= malloc mkstemp modf | 16 | SUBDIR+= malloc mkstemp modf |
16 | SUBDIR+= netdb | 17 | SUBDIR+= netdb |
@@ -18,9 +19,9 @@ SUBDIR+= open_memstream orientation | |||
18 | SUBDIR+= popen printf | 19 | SUBDIR+= popen printf |
19 | SUBDIR+= qsort | 20 | SUBDIR+= qsort |
20 | SUBDIR+= regex | 21 | SUBDIR+= regex |
21 | SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading | 22 | SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio |
22 | SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum | 23 | SUBDIR+= stdio_threading stpncpy strchr strerror strlcat strlcpy strnlen |
23 | SUBDIR+= sys | 24 | SUBDIR+= strtod strtol strtonum sys |
24 | SUBDIR+= telldir time timingsafe | 25 | SUBDIR+= telldir time timingsafe |
25 | SUBDIR+= uuid | 26 | SUBDIR+= uuid |
26 | SUBDIR+= vis | 27 | SUBDIR+= vis |