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 acd3792e90..70b2d57123 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2002/02/23 01:25:10 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2002/07/05 15:54:30 itojun Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp db regex setjmp sigsetjmp malloc sigreturn popen | 3 | SUBDIR+= _setjmp db getaddrinfo regex setjmp sigsetjmp malloc sigreturn popen |
4 | SUBDIR+= longjmp | 4 | SUBDIR+= longjmp |
5 | .if (${MACHINE_ARCH} != "vax") | 5 | .if (${MACHINE_ARCH} != "vax") |
6 | SUBDIR+= ieeefp | 6 | SUBDIR+= ieeefp |