From 459c5bc6ca760a2f2fa2148d03661afd606e3770 Mon Sep 17 00:00:00 2001 From: bluhm <> Date: Thu, 27 Jul 2017 17:56:35 +0000 Subject: Sort subdir, run getaddrinfo test, remove vax case. --- src/regress/lib/libc/Makefile | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index f84b991fa4..c91456d826 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile @@ -1,23 +1,31 @@ -# $OpenBSD: Makefile,v 1.49 2017/05/17 14:47:06 millert Exp $ +# $OpenBSD: Makefile,v 1.50 2017/07/27 17:56:35 bluhm Exp $ -SUBDIR+= _setjmp alloca arc4random-fork -SUBDIR+= atexit basename cephes cxa-atexit db dirname env -SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob -SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb -SUBDIR+= open_memstream orientation popen printf qsort -SUBDIR+= regex setjmp setjmp-signal sigsetjmp sprintf stdio_threading +SUBDIR+= _setjmp +SUBDIR+= alloca arc4random-fork atexit +SUBDIR+= basename +SUBDIR+= cephes cxa-atexit +SUBDIR+= db dirname +SUBDIR+= env explicit_bzero +SUBDIR+= fmemopen fnmatch fpclassify +SUBDIR+= getaddrinfo getcap getopt_long glob +SUBDIR+= hsearch +SUBDIR+= ieeefp ifnameindex +SUBDIR+= longjmp locale +SUBDIR+= malloc mkstemp modf +SUBDIR+= netdb +SUBDIR+= open_memstream orientation +SUBDIR+= popen printf +SUBDIR+= qsort +SUBDIR+= regex +SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum -SUBDIR+= telldir time timingsafe vis +SUBDIR+= telldir time timingsafe +SUBDIR+= vis .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) -SUBDIR+= getaddrinfo SUBDIR+= setjmp-fpu .endif -.if (${MACHINE_ARCH} != "vax") -SUBDIR+= ieeefp -.endif - .if exists(arch/${MACHINE_ARCH}) SUBDIR+= arch/${MACHINE_ARCH} .endif -- cgit v1.2.3-55-g6feb