diff options
author | jb <jb@FreeBSD.org> | 1998-08-25 12:33:22 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-08-25 12:33:22 +0000 |
commit | 1262e5d7df918d779de246cb564dd59bfc223821 (patch) | |
tree | fb2e57dbdff42310492bd4d99967ce728315486b /lib/libc_r | |
parent | cf45fb770c2b87b25fcb5d6e81d0bd3019a3a8ab (diff) | |
download | FreeBSD-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/Makefile | 8 |
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> |