diff options
-rw-r--r-- | lib/libc_r/test/Makefile | 4 | ||||
-rw-r--r-- | lib/libkse/test/Makefile | 4 | ||||
-rw-r--r-- | lib/libpthread/test/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile index adf1673..c394979 100644 --- a/lib/libc_r/test/Makefile +++ b/lib/libc_r/test/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.1 1998/08/25 12:33:22 jb Exp $ +# $Id: Makefile,v 1.2 1998/09/30 07:07:59 jb Exp $ # # Tests for libc_r functionality. # -SUBDIR= sigsuspend sigwait +SUBDIR= mutex sigsuspend sigwait .include <bsd.subdir.mk> diff --git a/lib/libkse/test/Makefile b/lib/libkse/test/Makefile index adf1673..c394979 100644 --- a/lib/libkse/test/Makefile +++ b/lib/libkse/test/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.1 1998/08/25 12:33:22 jb Exp $ +# $Id: Makefile,v 1.2 1998/09/30 07:07:59 jb Exp $ # # Tests for libc_r functionality. # -SUBDIR= sigsuspend sigwait +SUBDIR= mutex sigsuspend sigwait .include <bsd.subdir.mk> diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile index adf1673..c394979 100644 --- a/lib/libpthread/test/Makefile +++ b/lib/libpthread/test/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.1 1998/08/25 12:33:22 jb Exp $ +# $Id: Makefile,v 1.2 1998/09/30 07:07:59 jb Exp $ # # Tests for libc_r functionality. # -SUBDIR= sigsuspend sigwait +SUBDIR= mutex sigsuspend sigwait .include <bsd.subdir.mk> |