diff options
Diffstat (limited to 'regress')
-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 |