diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-08-25 12:33:22 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-08-25 12:33:22 +0000 |
| commit | ad8f6374663e050700ff231691ee91e97157ddda (patch) | |
| tree | 0ad79fa2c81dd82eaf8fd3b66c2d8c980329b8d1 /lib/libpthread | |
| parent | 42f37683ee32f4be3738b0c625b253cb983d6a08 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/test/Makefile | 8 |
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> |
