summaryrefslogtreecommitdiff
path: root/libc/stdlib/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-13 23:38:40 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-13 23:38:40 +0000
commit94e5ab630be58fa6d008fbfa735492bd6ce2a568 (patch)
treed95f3ae872c4a15c253d3e8f126891a923ab71da /libc/stdlib/Makefile
parente3d8cc9c9912c12576f2623bec382ca96f36bb9a (diff)
Merge in an ugly pile of rand* functions from glibc. :(
Diffstat (limited to 'libc/stdlib/Makefile')
-rw-r--r--libc/stdlib/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/libc/stdlib/Makefile b/libc/stdlib/Makefile
index 63f2298e9..32c24a0d2 100644
--- a/libc/stdlib/Makefile
+++ b/libc/stdlib/Makefile
@@ -38,8 +38,11 @@ MSRC2=atexit.c
MOBJ2=atexit.o on_exit.o __exit_handler.o exit.o
CSRC = abort.c getenv.c mktemp.c qsort.c realpath.c bsearch.c \
- mkstemp.c putenv.c rand.c random.c setenv.c system.c div.c ldiv.c \
- getpt.c ptsname.c grantpt.c unlockpt.c gcvt.c
+ mkstemp.c putenv.c rand.c random.c setenv.c system.c div.c \
+ ldiv.c getpt.c ptsname.c grantpt.c unlockpt.c gcvt.c
+CSRC+= drand48.c drand48-iter.c drand48_r.c erand48.c erand48_r.c \
+ jrand48.c jrand48_r.c lrand48.c lrand48_r.c mrand48.c mrand48_r.c \
+ nrand48.c nrand48_r.c rand_r.c srand48.c srand48_r.c
ifeq ($(HAS_FLOATING_POINT),true)
CSRC += strtod.c
endif