mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
9 lines
149 B
Makefile
9 lines
149 B
Makefile
# $Id: Makefile,v 1.2 1998/09/30 07:07:59 jb Exp $
|
|
#
|
|
# Tests for libc_r functionality.
|
|
#
|
|
|
|
SUBDIR= mutex sigsuspend sigwait
|
|
|
|
.include <bsd.subdir.mk>
|