summaryrefslogtreecommitdiff
path: root/regress/lib/libc/stdio_threading/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libc/stdio_threading/Makefile')
-rw-r--r--regress/lib/libc/stdio_threading/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/lib/libc/stdio_threading/Makefile b/regress/lib/libc/stdio_threading/Makefile
new file mode 100644
index 00000000000..e42481afc2f
--- /dev/null
+++ b/regress/lib/libc/stdio_threading/Makefile
@@ -0,0 +1,3 @@
+SUBDIR += fopen fread fwrite fgetln fgets fputs
+
+.include <bsd.subdir.mk>