From 35a249f1bd9d1af562926e60f7bb4d2ffc8756e2 Mon Sep 17 00:00:00 2001 From: martynas <> Date: Sat, 2 Jul 2011 18:12:48 +0000 Subject: Add cephes. --- src/regress/lib/libc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ -# $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 -- cgit v1.2.3-55-g6feb