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