--- src/lib/libc/stdlib/Makefile.inc 2008/08/09 21:55:59 1.23 +++ src/lib/libc/stdlib/Makefile.inc 2008/10/06 21:01:37 1.24 @@ -10,7 +10,8 @@ MISRCS+=abort.c abs.c atexit.c atof.c at imaxabs.c imaxdiv.c \ labs.c ldiv.c llabs.c lldiv.c lsearch.c malloc.c merge.c putenv.c \ qsort.c radixsort.c rand.c \ - random.c reallocf.c realpath.c setenv.c strtod.c strtoimax.c strtol.c \ + random.c reallocf.c realpath.c \ + setenv.c strfmon.c strtod.c strtoimax.c strtol.c \ strtoll.c strtonum.c strtoq.c strtoul.c strtoull.c strtoumax.c \ strtouq.c system.c tdelete.c tfind.c tsearch.c twalk.c @@ -24,8 +25,8 @@ MAN+= abort.3 abs.3 alloca.3 atexit.3 at div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 hcreate.3 \ imaxabs.3 imaxdiv.3 \ labs.3 ldiv.3 llabs.3 lldiv.3 lsearch.3 malloc.3 memory.3 \ - qsort.3 radixsort.3 rand.3 random.3 \ - realpath.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 tsearch.3 + qsort.3 radixsort.3 rand.3 random.3 realpath.3 \ + strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 tsearch.3 MLINKS+=atol.3 atoll.3 MLINKS+=exit.3 _Exit.3