summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r--src/regress/lib/libc/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
new file mode 100644
index 0000000000..1861062bbe
--- /dev/null
+++ b/src/regress/lib/libc/Makefile
@@ -0,0 +1,16 @@
1# $OpenBSD: Makefile,v 1.11 2003/05/15 04:23:49 deraadt Exp $
2
3SUBDIR+= alloca
4SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen
5SUBDIR+= longjmp atexit sprintf
6.if (${MACHINE_ARCH} != "vax")
7SUBDIR+= ieeefp
8.endif
9
10.if exists(arch/${MACHINE_ARCH})
11SUBDIR+= arch/${MACHINE_ARCH}
12.endif
13
14install:
15
16.include <bsd.subdir.mk>