summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoryasuoka <>2025-05-25 00:19:00 +0000
committeryasuoka <>2025-05-25 00:19:00 +0000
commit9e8330b94fd53de40ec3bf3d580cedb3dcbe0131 (patch)
treebd0a155b35192c11e6c915890809504378d74d84 /src
parentcfa724cf6aec2c8b01b7611b510bc617bea7af64 (diff)
downloadopenbsd-9e8330b94fd53de40ec3bf3d580cedb3dcbe0131.tar.gz
openbsd-9e8330b94fd53de40ec3bf3d580cedb3dcbe0131.tar.bz2
openbsd-9e8330b94fd53de40ec3bf3d580cedb3dcbe0131.zip
Include "stdio" in SUBDIR. This should have been done along with the
previous commit.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/Makefile8
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
3SUBDIR+= _setjmp 3SUBDIR+= _setjmp
4SUBDIR+= alloca arc4random-fork atexit 4SUBDIR+= alloca arc4random-fork atexit
@@ -19,9 +19,9 @@ SUBDIR+= open_memstream orientation
19SUBDIR+= popen printf 19SUBDIR+= popen printf
20SUBDIR+= qsort 20SUBDIR+= qsort
21SUBDIR+= regex 21SUBDIR+= regex
22SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading 22SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio
23SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum 23SUBDIR+= stdio_threading stpncpy strchr strerror strlcat strlcpy strnlen
24SUBDIR+= sys 24SUBDIR+= strtod strtol strtonum sys
25SUBDIR+= telldir time timingsafe 25SUBDIR+= telldir time timingsafe
26SUBDIR+= uuid 26SUBDIR+= uuid
27SUBDIR+= vis 27SUBDIR+= vis