diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 81d8779db0..59d043c62f 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.60 2025/04/14 17:33:48 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.61 2025/05/25 00:19:00 yasuoka Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
@@ -19,9 +19,9 @@ SUBDIR+= open_memstream orientation | |||
19 | SUBDIR+= popen printf | 19 | SUBDIR+= popen printf |
20 | SUBDIR+= qsort | 20 | SUBDIR+= qsort |
21 | SUBDIR+= regex | 21 | SUBDIR+= regex |
22 | SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading | 22 | SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio |
23 | SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum | 23 | SUBDIR+= stdio_threading stpncpy strchr strerror strlcat strlcpy strnlen |
24 | SUBDIR+= sys | 24 | SUBDIR+= strtod strtol strtonum sys |
25 | SUBDIR+= telldir time timingsafe | 25 | SUBDIR+= telldir time timingsafe |
26 | SUBDIR+= uuid | 26 | SUBDIR+= uuid |
27 | SUBDIR+= vis | 27 | SUBDIR+= vis |