summaryrefslogtreecommitdiffstats
path: root/lib/libc_r
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-25 12:33:22 +0000
committerjb <jb@FreeBSD.org>1998-08-25 12:33:22 +0000
commit1262e5d7df918d779de246cb564dd59bfc223821 (patch)
treefb2e57dbdff42310492bd4d99967ce728315486b /lib/libc_r
parentcf45fb770c2b87b25fcb5d6e81d0bd3019a3a8ab (diff)
downloadFreeBSD-src-1262e5d7df918d779de246cb564dd59bfc223821.zip
FreeBSD-src-1262e5d7df918d779de246cb564dd59bfc223821.tar.gz
Add support for building test programs.
Diffstat (limited to 'lib/libc_r')
-rw-r--r--lib/libc_r/test/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile
new file mode 100644
index 0000000..053ea2c
--- /dev/null
+++ b/lib/libc_r/test/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+#
+# Tests for libc_r functionality.
+#
+
+SUBDIR= sigwait
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud