summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjasper <>2021-08-31 09:58:17 +0000
committerjasper <>2021-08-31 09:58:17 +0000
commitbdc69a6742d8e8fef194b3425719a100d1f30e4c (patch)
tree053299493da60958c8dde501e9bb6657423aa31f
parenta401da9ff8d1152fcd248ac1df965d8168c5aef0 (diff)
downloadopenbsd-bdc69a6742d8e8fef194b3425719a100d1f30e4c.tar.gz
openbsd-bdc69a6742d8e8fef194b3425719a100d1f30e4c.tar.bz2
openbsd-bdc69a6742d8e8fef194b3425719a100d1f30e4c.zip
enter uuid/
-rw-r--r--src/regress/lib/libc/Makefile3
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
3SUBDIR+= _setjmp 3SUBDIR+= _setjmp
4SUBDIR+= alloca arc4random-fork atexit 4SUBDIR+= alloca arc4random-fork atexit
@@ -21,6 +21,7 @@ SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading
21SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum 21SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum
22SUBDIR+= sys 22SUBDIR+= sys
23SUBDIR+= telldir time timingsafe 23SUBDIR+= telldir time timingsafe
24SUBDIR+= uuid
24SUBDIR+= vis 25SUBDIR+= vis
25SUBDIR+= wprintf 26SUBDIR+= wprintf
26 27