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