diff options
Diffstat (limited to 'src/regress/lib/libc/Makefile')
| -rw-r--r-- | src/regress/lib/libc/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile deleted file mode 100644 index 0530008c49..0000000000 --- a/src/regress/lib/libc/Makefile +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.51 2017/10/15 12:15:30 visa 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+= env explicit_bzero | ||
| 9 | SUBDIR+= fmemopen fnmatch fpclassify | ||
| 10 | SUBDIR+= getaddrinfo getcap getopt_long glob | ||
| 11 | SUBDIR+= hsearch | ||
| 12 | SUBDIR+= ieeefp ifnameindex | ||
| 13 | SUBDIR+= ldexp longjmp locale | ||
| 14 | SUBDIR+= malloc mkstemp modf | ||
| 15 | SUBDIR+= netdb | ||
| 16 | SUBDIR+= open_memstream orientation | ||
| 17 | SUBDIR+= popen printf | ||
| 18 | SUBDIR+= qsort | ||
| 19 | SUBDIR+= regex | ||
| 20 | SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading | ||
| 21 | SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum | ||
| 22 | SUBDIR+= telldir time timingsafe | ||
| 23 | SUBDIR+= vis | ||
| 24 | |||
| 25 | .if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj) | ||
| 26 | SUBDIR+= setjmp-fpu | ||
| 27 | .endif | ||
| 28 | |||
| 29 | .if exists(arch/${MACHINE_ARCH}) | ||
| 30 | SUBDIR+= arch/${MACHINE_ARCH} | ||
| 31 | .endif | ||
| 32 | |||
| 33 | install: | ||
| 34 | |||
| 35 | .include <bsd.subdir.mk> | ||
