mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Add support for building test programs.
This commit is contained in:
parent
42f37683ee
commit
ad8f637466
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38540
8
lib/libc_r/test/Makefile
Normal file
8
lib/libc_r/test/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $Id$
|
||||
#
|
||||
# Tests for libc_r functionality.
|
||||
#
|
||||
|
||||
SUBDIR= sigwait
|
||||
|
||||
.include <bsd.subdir.mk>
|
8
lib/libkse/test/Makefile
Normal file
8
lib/libkse/test/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $Id$
|
||||
#
|
||||
# Tests for libc_r functionality.
|
||||
#
|
||||
|
||||
SUBDIR= sigwait
|
||||
|
||||
.include <bsd.subdir.mk>
|
8
lib/libpthread/test/Makefile
Normal file
8
lib/libpthread/test/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $Id$
|
||||
#
|
||||
# Tests for libc_r functionality.
|
||||
#
|
||||
|
||||
SUBDIR= sigwait
|
||||
|
||||
.include <bsd.subdir.mk>
|
Loading…
Reference in New Issue
Block a user