From b318125f3e4f86a658f4fe338c1fb7d5d76edfa0 Mon Sep 17 00:00:00 2001 From: yasuoka <> Date: Sun, 25 May 2025 00:19:00 +0000 Subject: Include "stdio" in SUBDIR. This should have been done along with the previous commit. --- src/regress/lib/libc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.60 2025/04/14 17:33:48 tb Exp $ +# $OpenBSD: Makefile,v 1.61 2025/05/25 00:19:00 yasuoka Exp $ SUBDIR+= _setjmp SUBDIR+= alloca arc4random-fork atexit @@ -19,9 +19,9 @@ SUBDIR+= open_memstream orientation SUBDIR+= popen printf SUBDIR+= qsort SUBDIR+= regex -SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading -SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum -SUBDIR+= sys +SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio +SUBDIR+= stdio_threading stpncpy strchr strerror strlcat strlcpy strnlen +SUBDIR+= strtod strtol strtonum sys SUBDIR+= telldir time timingsafe SUBDIR+= uuid SUBDIR+= vis -- cgit v1.2.3-55-g6feb