diff options
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index e8c5809eb6..1861062bbe 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.10 2003/02/12 06:49:04 mickey Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2003/05/15 04:23:49 deraadt Exp $ |
2 | 2 | ||
3 | SUBDIR+= alloca | 3 | SUBDIR+= alloca |
4 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen | 4 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen |
5 | SUBDIR+= longjmp atexit | 5 | SUBDIR+= longjmp atexit sprintf |
6 | .if (${MACHINE_ARCH} != "vax") | 6 | .if (${MACHINE_ARCH} != "vax") |
7 | SUBDIR+= ieeefp | 7 | SUBDIR+= ieeefp |
8 | .endif | 8 | .endif |