diff options
author | yasuoka <> | 2025-05-25 00:19:00 +0000 |
---|---|---|
committer | yasuoka <> | 2025-05-25 00:19:00 +0000 |
commit | 9e8330b94fd53de40ec3bf3d580cedb3dcbe0131 (patch) | |
tree | bd0a155b35192c11e6c915890809504378d74d84 /src | |
parent | cfa724cf6aec2c8b01b7611b510bc617bea7af64 (diff) | |
download | openbsd-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/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 |