diff options
Diffstat (limited to 'lib/libc_r/test/Makefile')
-rw-r--r-- | lib/libc_r/test/Makefile | 4 |
1 files changed, 2 insertions, 2 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> |