summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormartynas <>2011-07-02 18:12:48 +0000
committermartynas <>2011-07-02 18:12:48 +0000
commit627beb58daabe765589e807e69af12266e598059 (patch)
treef75258ff4edf76eeccb493d422b5a41c6f8fa0d6 /src
parent97c5515146d5fcea6d7c4c53a8c476287303d94b (diff)
downloadopenbsd-627beb58daabe765589e807e69af12266e598059.tar.gz
openbsd-627beb58daabe765589e807e69af12266e598059.tar.bz2
openbsd-627beb58daabe765589e807e69af12266e598059.zip
Add cephes.
Diffstat (limited to 'src')
-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 d05c583efc..24749b95b4 100644
--- a/src/regress/lib/libc/Makefile
+++ b/src/regress/lib/libc/Makefile
@@ -1,10 +1,10 @@
1# $OpenBSD: Makefile,v 1.32 2010/08/23 22:34:37 millert Exp $ 1# $OpenBSD: Makefile,v 1.33 2011/07/02 18:12:48 martynas Exp $
2 2
3SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch 3SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch
4SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp 4SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp
5SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal 5SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal
6SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis 6SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis
7SUBDIR+= orientation stdio_threading mkstemp env 7SUBDIR+= orientation stdio_threading mkstemp env cephes
8 8
9.if (${MACHINE_ARCH} != "vax") 9.if (${MACHINE_ARCH} != "vax")
10SUBDIR+= ieeefp 10SUBDIR+= ieeefp