--- src/lib/libcr/stdlib/Attic/Makefile.inc 2004/03/13 19:46:56 1.6 +++ src/lib/libcr/stdlib/Attic/Makefile.inc 2005/03/13 15:10:03 1.7 @@ -8,19 +8,10 @@ MISRCS+=abort.c abs.c atexit.c atof.c atoi.c atol.c bsearch.c calloc.c div.c \ exit.c getenv.c getopt.c getopt_long.c getsubopt.c hcreate.c heapsort.c \ labs.c ldiv.c malloc.c merge.c putenv.c qsort.c radixsort.c rand.c \ - random.c reallocf.c realpath.c setenv.c strtol.c strtoll.c \ + random.c reallocf.c realpath.c setenv.c strtod.c strtol.c strtoll.c \ strtoq.c strtoul.c strtoull.c strtouq.c system.c tdelete.c tfind.c \ tsearch.c twalk.c -.if ${MACHINE_ARCH} == "alpha" -# XXX Temporary until the assumption that a long is 32-bits is resolved -# XXX FreeBSD's code. NetBSD kludged this with Long = int32_t and -# XXX ULong = u_int32_t -SRCS+= netbsd_strtod.c -.else -SRCS+= strtod.c -.endif - # machine-dependent stdlib sources .if exists(${.CURDIR}/../libcr/${MACHINE_ARCH}/stdlib/Makefile.inc) .include "${.CURDIR}/../libcr/${MACHINE_ARCH}/stdlib/Makefile.inc"