summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r--src/regress/lib/libc/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
deleted file mode 100644
index 3cd970e49d..0000000000
--- a/src/regress/lib/libc/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
1# $OpenBSD: Makefile,v 1.59 2024/07/14 09:48:48 jca Exp $
2
3SUBDIR+= _setjmp
4SUBDIR+= alloca arc4random-fork atexit
5SUBDIR+= basename
6SUBDIR+= cephes cxa-atexit
7SUBDIR+= db dirname
8SUBDIR+= elf_aux_info
9SUBDIR+= env explicit_bzero
10SUBDIR+= ffs fmemopen fnmatch fpclassify fread
11SUBDIR+= gcvt getaddrinfo getcap getopt getopt_long glob
12SUBDIR+= hsearch
13SUBDIR+= ieeefp ifnameindex
14SUBDIR+= ldexp locale longjmp
15SUBDIR+= malloc mkstemp modf
16SUBDIR+= netdb
17SUBDIR+= open_memstream orientation
18SUBDIR+= popen printf
19SUBDIR+= qsort
20SUBDIR+= regex
21SUBDIR+= setjmp setjmp-signal sigsetjmp sigthr sleep sprintf stdio_threading
22SUBDIR+= stpncpy strchr strerror strlcat strlcpy strnlen strtod strtol strtonum
23SUBDIR+= sys
24SUBDIR+= telldir time timingsafe
25SUBDIR+= uuid
26SUBDIR+= vis
27SUBDIR+= wprintf
28
29.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
30SUBDIR+= setjmp-fpu
31.endif
32
33.if exists(arch/${MACHINE_ARCH})
34SUBDIR+= arch/${MACHINE_ARCH}
35.endif
36
37# XXX asr tests to not use bsd.regress.mk and works completly different
38# SUBDIR+= asr
39
40install:
41
42.include <bsd.subdir.mk>