diff options
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 15 |
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 | |||
3 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen | ||
4 | SUBDIR+= longjmp atexit | ||
5 | .if (${MACHINE_ARCH} != "vax") | ||
6 | SUBDIR+= ieeefp | ||
7 | .endif | ||
8 | |||
9 | .if exists(arch/${MACHINE_ARCH}) | ||
10 | SUBDIR+= arch/${MACHINE_ARCH} | ||
11 | .endif | ||
12 | |||
13 | install: | ||
14 | |||
15 | .include <bsd.subdir.mk> | ||