diff options
| author | cvs2svn <admin@example.com> | 2019-11-19 19:57:05 +0000 |
|---|---|---|
| committer | cvs2svn <admin@example.com> | 2019-11-19 19:57:05 +0000 |
| commit | e9f9eb6198f1757b7c0dfef043fadf1fa8243022 (patch) | |
| tree | b5a648f6ccaf6c1cd9915ddb45503d1fccfeba0e /src/regress/lib/libc/Makefile | |
| parent | ab72e3a6f7e8d5c71bbba034410468781d5923b6 (diff) | |
| download | openbsd-bluhm_20191119.tar.gz openbsd-bluhm_20191119.tar.bz2 openbsd-bluhm_20191119.zip | |
This commit was manufactured by cvs2git to create tag 'bluhm_20191119'.bluhm_20191119
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 40288cf5f1..0000000000 --- a/src/regress/lib/libc/Makefile +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.52 2018/12/16 15:36:27 millert 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 fread | ||
| 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> | ||
