mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
9 lines
110 B
Makefile
9 lines
110 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Tests for libc_r functionality.
|
|
#
|
|
|
|
SUBDIR= mutex sigsuspend sigwait
|
|
|
|
.include <bsd.subdir.mk>
|