summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/regress/lib/libc/Makefile34
1 files changed, 21 insertions, 13 deletions
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 @@
1# $OpenBSD: Makefile,v 1.49 2017/05/17 14:47:06 millert Exp $ 1# $OpenBSD: Makefile,v 1.50 2017/07/27 17:56:35 bluhm Exp $
2 2
3SUBDIR+= _setjmp alloca arc4random-fork 3SUBDIR+= _setjmp
4SUBDIR+= atexit basename cephes cxa-atexit db dirname env 4SUBDIR+= alloca arc4random-fork atexit
5SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob 5SUBDIR+= basename
6SUBDIR+= hsearch ifnameindex longjmp locale malloc mkstemp modf netdb 6SUBDIR+= cephes cxa-atexit
7SUBDIR+= open_memstream orientation popen printf qsort 7SUBDIR+= db dirname
8SUBDIR+= regex setjmp setjmp-signal sigsetjmp sprintf stdio_threading 8SUBDIR+= env explicit_bzero
9SUBDIR+= fmemopen fnmatch fpclassify
10SUBDIR+= getaddrinfo getcap getopt_long glob
11SUBDIR+= hsearch
12SUBDIR+= ieeefp ifnameindex
13SUBDIR+= longjmp locale
14SUBDIR+= malloc mkstemp modf
15SUBDIR+= netdb
16SUBDIR+= open_memstream orientation
17SUBDIR+= popen printf
18SUBDIR+= qsort
19SUBDIR+= regex
20SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading
9SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum 21SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum
10SUBDIR+= telldir time timingsafe vis 22SUBDIR+= telldir time timingsafe
23SUBDIR+= vis
11 24
12.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) 25.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
13SUBDIR+= getaddrinfo
14SUBDIR+= setjmp-fpu 26SUBDIR+= setjmp-fpu
15.endif 27.endif
16 28
17.if (${MACHINE_ARCH} != "vax")
18SUBDIR+= ieeefp
19.endif
20
21.if exists(arch/${MACHINE_ARCH}) 29.if exists(arch/${MACHINE_ARCH})
22SUBDIR+= arch/${MACHINE_ARCH} 30SUBDIR+= arch/${MACHINE_ARCH}
23.endif 31.endif