diff options
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index d383b58371..e8c5809eb6 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,5 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.9 2002/08/30 07:58:08 dhartmei Exp $ | 1 | # $OpenBSD: Makefile,v 1.10 2003/02/12 06:49:04 mickey Exp $ |
2 | 2 | ||
3 | SUBDIR+= alloca | ||
3 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen | 4 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen |
4 | SUBDIR+= longjmp atexit | 5 | SUBDIR+= longjmp atexit |
5 | .if (${MACHINE_ARCH} != "vax") | 6 | .if (${MACHINE_ARCH} != "vax") |