summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-08-25 12:33:22 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-08-25 12:33:22 +0000
commitad8f6374663e050700ff231691ee91e97157ddda (patch)
tree0ad79fa2c81dd82eaf8fd3b66c2d8c980329b8d1 /lib/libpthread
parent42f37683ee32f4be3738b0c625b253cb983d6a08 (diff)
Notes
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/test/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile
new file mode 100644
index 000000000000..053ea2c3ab67
--- /dev/null
+++ b/lib/libpthread/test/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+#
+# Tests for libc_r functionality.
+#
+
+SUBDIR= sigwait
+
+.include <bsd.subdir.mk>