diff options
author | jasper <> | 2021-08-31 09:58:17 +0000 |
---|---|---|
committer | jasper <> | 2021-08-31 09:58:17 +0000 |
commit | bdc69a6742d8e8fef194b3425719a100d1f30e4c (patch) | |
tree | 053299493da60958c8dde501e9bb6657423aa31f | |
parent | a401da9ff8d1152fcd248ac1df965d8168c5aef0 (diff) | |
download | openbsd-bdc69a6742d8e8fef194b3425719a100d1f30e4c.tar.gz openbsd-bdc69a6742d8e8fef194b3425719a100d1f30e4c.tar.bz2 openbsd-bdc69a6742d8e8fef194b3425719a100d1f30e4c.zip |
enter uuid/
-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 | ||