summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2025-04-14 17:32:06 +0000
committercvs2svn <admin@example.com>2025-04-14 17:32:06 +0000
commiteb8dd9dca1228af0cd132f515509051ecfabf6f6 (patch)
treeedb6da6af7e865d488dc1a29309f1e1ec226e603 /src/regress/lib/libc/Makefile
parent247f0352e0ed72a4f476db9dc91f4d982bc83eb2 (diff)
downloadopenbsd-tb_20250414.tar.gz
openbsd-tb_20250414.tar.bz2
openbsd-tb_20250414.zip
This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414
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>