diff options
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile index 053ea2c..adf1673 100644 --- a/lib/libpthread/test/Makefile +++ b/lib/libpthread/test/Makefile @@ -1,8 +1,8 @@ -# $Id$ +# $Id: Makefile,v 1.1 1998/08/25 12:33:22 jb Exp $ # # Tests for libc_r functionality. # -SUBDIR= sigwait +SUBDIR= sigsuspend sigwait .include <bsd.subdir.mk> |