diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-07-27 17:56:36 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2017-07-27 17:56:36 +0000 |
commit | ea49579f7b42924ac24ec389ccb24a65cb5fb544 (patch) | |
tree | f7e855ecc5d2351f44a03b0628858be8773bd4cc /regress | |
parent | 5e26fc1d95c5961ee6864f7b6dd7f9bc5435df70 (diff) |
Sort subdir, run getaddrinfo test, remove vax case.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libc/Makefile | 34 |
1 files changed, 21 insertions, 13 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index f84b991fa4c..c91456d8267 100644 --- a/regress/lib/libc/Makefile +++ b/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 |