diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2011-07-02 18:12:49 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2011-07-02 18:12:49 +0000 |
commit | 90d05cfc6ed9b75522125e14e7168f976045581d (patch) | |
tree | 70dfc27fbc1e0ca71ed3ea4ac373d2bb697bae7d | |
parent | 1919b3416269081ff90f603f1aef66c2ce3c3e70 (diff) |
Add cephes.
-rw-r--r-- | regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index d05c583efcd..24749b95b4c 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.32 2010/08/23 22:34:37 millert Exp $ +# $OpenBSD: Makefile,v 1.33 2011/07/02 18:12:48 martynas Exp $ SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fnmatch SUBDIR+= fpclassify getaddrinfo getcap getopt_long glob hsearch longjmp SUBDIR+= locale malloc netdb popen printf regex setjmp setjmp-signal SUBDIR+= sigreturn sigsetjmp sprintf strerror strtod strtonum telldir time vis -SUBDIR+= orientation stdio_threading mkstemp env +SUBDIR+= orientation stdio_threading mkstemp env cephes .if (${MACHINE_ARCH} != "vax") SUBDIR+= ieeefp |