|
@ -10,7 +10,7 @@ SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c atoll.c bsearch.c \ |
|
|
setenv.c strtod.c strtol.c strtoll.c strtonum.c strtoul.c strtoull.c \ |
|
|
setenv.c strtod.c strtol.c strtoll.c strtonum.c strtoul.c strtoull.c \ |
|
|
system.c \ |
|
|
system.c \ |
|
|
tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c lcong48.c \ |
|
|
tfind.c tsearch.c _rand48.c drand48.c erand48.c jrand48.c lcong48.c \ |
|
|
lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c qdiv.c |
|
|
|
|
|
|
|
|
lrand48.c mrand48.c nrand48.c seed48.c srand48.c qabs.c qdiv.c _Exit.c |
|
|
|
|
|
|
|
|
.if (${MACHINE_ARCH} == "m68k") |
|
|
.if (${MACHINE_ARCH} == "m68k") |
|
|
SRCS+= abs.S div.c labs.c ldiv.c |
|
|
SRCS+= abs.S div.c labs.c ldiv.c |
|
@ -45,6 +45,7 @@ MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 atoll.3 \ |
|
|
qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 realpath.3 \ |
|
|
qdiv.3 qsort.3 radixsort.3 rand48.3 rand.3 random.3 realpath.3 \ |
|
|
strtod.3 strtonum.3 strtol.3 strtoul.3 system.3 tsearch.3 |
|
|
strtod.3 strtonum.3 strtol.3 strtoul.3 system.3 tsearch.3 |
|
|
|
|
|
|
|
|
|
|
|
MLINKS+=exit.3 _Exit.3 |
|
|
MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3 |
|
|
MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3 |
|
|
MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 |
|
|
MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 |
|
|
MLINKS+=getopt_long.3 getopt_long_only.3 |
|
|
MLINKS+=getopt_long.3 getopt_long_only.3 |
|
|