Add mutex test program.

This commit is contained in:
jb 1999-05-09 07:50:31 +00:00
parent 5590597b0b
commit a7fbc7e55e
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>