summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc_r/test/Makefile8
-rw-r--r--lib/libkse/test/Makefile8
-rw-r--r--lib/libpthread/test/Makefile8
3 files changed, 24 insertions, 0 deletions
diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile
new file mode 100644
index 0000000..053ea2c
--- /dev/null
+++ b/lib/libc_r/test/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+#
+# Tests for libc_r functionality.
+#
+
+SUBDIR= sigwait
+
+.include <bsd.subdir.mk>
diff --git a/lib/libkse/test/Makefile b/lib/libkse/test/Makefile
new file mode 100644
index 0000000..053ea2c
--- /dev/null
+++ b/lib/libkse/test/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+#
+# Tests for libc_r functionality.
+#
+
+SUBDIR= sigwait
+
+.include <bsd.subdir.mk>
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile
new file mode 100644
index 0000000..053ea2c
--- /dev/null
+++ b/lib/libpthread/test/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+#
+# Tests for libc_r functionality.
+#
+
+SUBDIR= sigwait
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud