Add mutex test program.

This commit is contained in:
John Birrell 1999-05-09 07:50:31 +00:00
parent c4f748e7eb
commit 33859c8093
3 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>