Add support for building test programs.

This commit is contained in:
John Birrell 1998-08-25 12:33:22 +00:00
parent 42f37683ee
commit ad8f637466
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38540
3 changed files with 24 additions and 0 deletions

8
lib/libc_r/test/Makefile Normal file
View file

@ -0,0 +1,8 @@
# $Id$
#
# Tests for libc_r functionality.
#
SUBDIR= sigwait
.include <bsd.subdir.mk>

8
lib/libkse/test/Makefile Normal file
View file

@ -0,0 +1,8 @@
# $Id$
#
# Tests for libc_r functionality.
#
SUBDIR= sigwait
.include <bsd.subdir.mk>

View file

@ -0,0 +1,8 @@
# $Id$
#
# Tests for libc_r functionality.
#
SUBDIR= sigwait
.include <bsd.subdir.mk>