diff options
Diffstat (limited to 'src/regress/lib/libc/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 689f87aa03..dc9beab1e1 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,8 +1,8 @@ | |||
1 | # $OpenBSD: Makefile,v 1.26 2007/09/03 14:42:43 millert Exp $ | 1 | # $OpenBSD: Makefile,v 1.27 2008/09/07 20:36:10 martynas Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname getaddrinfo | 3 | SUBDIR+= _setjmp alloca atexit basename cxa-atexit db dirname fpclassify |
4 | SUBDIR+= getcap getopt_long hsearch longjmp locale malloc | 4 | SUBDIR+= getaddrinfo getcap getopt_long hsearch longjmp locale malloc |
5 | SUBDIR+= netdb popen regex setjmp setjmp-signal sigreturn sigsetjmp | 5 | SUBDIR+= netdb popen printf regex setjmp setjmp-signal sigreturn sigsetjmp |
6 | SUBDIR+= sprintf strerror strtod strtonum telldir time vis | 6 | SUBDIR+= sprintf strerror strtod strtonum telldir time vis |
7 | 7 | ||
8 | .if (${MACHINE_ARCH} != "vax") | 8 | .if (${MACHINE_ARCH} != "vax") |