mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 06:07:31 -04:00
Add mutex test program.
This commit is contained in:
parent
c4f748e7eb
commit
33859c8093
3 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue