summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2019-11-19 19:57:05 +0000
committercvs2svn <admin@example.com>2019-11-19 19:57:05 +0000
commite9f9eb6198f1757b7c0dfef043fadf1fa8243022 (patch)
treeb5a648f6ccaf6c1cd9915ddb45503d1fccfeba0e /src/regress/lib/libc/Makefile
parentab72e3a6f7e8d5c71bbba034410468781d5923b6 (diff)
downloadopenbsd-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/Makefile35
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
3SUBDIR+= _setjmp
4SUBDIR+= alloca arc4random-fork atexit
5SUBDIR+= basename
6SUBDIR+= cephes cxa-atexit
7SUBDIR+= db dirname
8SUBDIR+= env explicit_bzero
9SUBDIR+= fmemopen fnmatch fpclassify fread
10SUBDIR+= getaddrinfo getcap getopt_long glob
11SUBDIR+= hsearch
12SUBDIR+= ieeefp ifnameindex
13SUBDIR+= ldexp longjmp locale
14SUBDIR+= malloc mkstemp modf
15SUBDIR+= netdb
16SUBDIR+= open_memstream orientation
17SUBDIR+= popen printf
18SUBDIR+= qsort
19SUBDIR+= regex
20SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading
21SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum
22SUBDIR+= telldir time timingsafe
23SUBDIR+= vis
24
25.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
26SUBDIR+= setjmp-fpu
27.endif
28
29.if exists(arch/${MACHINE_ARCH})
30SUBDIR+= arch/${MACHINE_ARCH}
31.endif
32
33install:
34
35.include <bsd.subdir.mk>