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
commit35a249f1bd9d1af562926e60f7bb4d2ffc8756e2 (patch)
treef75258ff4edf76eeccb493d422b5a41c6f8fa0d6 /src
parentc284a6fe0dfe43a48262891b798801ab10aa44b4 (diff)
downloadopenbsd-35a249f1bd9d1af562926e60f7bb4d2ffc8756e2.tar.gz
openbsd-35a249f1bd9d1af562926e60f7bb4d2ffc8756e2.tar.bz2
openbsd-35a249f1bd9d1af562926e60f7bb4d2ffc8756e2.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