diff options
-rw-r--r-- | src/regress/lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 7aeed7676a..8b5e4d4503 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.57 2021/07/24 05:45:49 visa Exp $ | 1 | # $OpenBSD: Makefile,v 1.58 2021/08/31 09:58:17 jasper Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp | 3 | SUBDIR+= _setjmp |
4 | SUBDIR+= alloca arc4random-fork atexit | 4 | SUBDIR+= alloca arc4random-fork atexit |
@@ -21,6 +21,7 @@ SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading | |||
21 | SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum | 21 | SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum |
22 | SUBDIR+= sys | 22 | SUBDIR+= sys |
23 | SUBDIR+= telldir time timingsafe | 23 | SUBDIR+= telldir time timingsafe |
24 | SUBDIR+= uuid | ||
24 | SUBDIR+= vis | 25 | SUBDIR+= vis |
25 | SUBDIR+= wprintf | 26 | SUBDIR+= wprintf |
26 | 27 | ||