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/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile
new file mode 100644
index 0000000000..d383b58371
--- /dev/null
+++ b/src/regress/lib/libc/Makefile
@@ -0,0 +1,15 @@
1# $OpenBSD: Makefile,v 1.9 2002/08/30 07:58:08 dhartmei Exp $
2
3SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen
4SUBDIR+= longjmp atexit
5.if (${MACHINE_ARCH} != "vax")
6SUBDIR+= ieeefp
7.endif
8
9.if exists(arch/${MACHINE_ARCH})
10SUBDIR+= arch/${MACHINE_ARCH}
11.endif
12
13install:
14
15.include <bsd.subdir.mk>