diff options
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 27ec7ca07a8..8da95e4b1c9 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -11,7 +11,7 @@ SRCS+= abort.c atexit.c atoi.c atof.c atol.c bsearch.c calloc.c div.c exit.c \ .if (${MACHINE} == "hp300") SRCS+= abs.s atof.c .elif (${MACHINE} == "i386") -SRCS+= abs.s atof.c +SRCS+= abs.s .elif (${MACHINE} == "tahoe") SRCS+= abs.s atof.s .elif (${MACHINE} == "vax") |
