summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authormatthew <>2014-06-12 22:01:55 +0000
committermatthew <>2014-06-12 22:01:55 +0000
commit6b58c306f2b5b2dcef66386167df6c8703c397b2 (patch)
tree0ce9cb8b7ebd3dd30cbcedcac8a482354569de69 /src/regress/lib/libc/Makefile
parent95b33f3e2fad03793adf906f7d3b08883ec3684c (diff)
downloadopenbsd-6b58c306f2b5b2dcef66386167df6c8703c397b2.tar.gz
openbsd-6b58c306f2b5b2dcef66386167df6c8703c397b2.tar.bz2
openbsd-6b58c306f2b5b2dcef66386167df6c8703c397b2.zip
Add regress test for explicit_bzero.
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r--src/regress/lib/libc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
index f138f16ffd..71eb6398a8 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,7 +1,7 @@
1# $OpenBSD: Makefile,v 1.39 2014/06/07 01:46:40 tobiasu Exp $ 1# $OpenBSD: Makefile,v 1.40 2014/06/12 22:01:55 matthew Exp $
2 2
3SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env 3SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env
4SUBDIR+= fmemopen fnmatch fpclassify getcap getopt_long glob 4SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob
5SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream 5SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream
6SUBDIR+= orientation popen printf 6SUBDIR+= orientation popen printf
7SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf 7SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf