summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-10-19 00:36:16 +0000
committercgd <cgd@NetBSD.org>1993-10-19 00:36:16 +0000
commitb950dbff54ba47bb3d8ca4777d1ef01a68ac5ece (patch)
tree83682b55731b805d2cffb20d48b32b50cd8ae88c /lib/libc/stdlib
parent3b25c72e2e8e9146e67ffde1303ae42e7fb08a3c (diff)
fixes from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to:
(1) don't clobber the MLINKS variable in rpc (2) install the rand48 man page in stdlib
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc
index 9a75a996c7c..67854686e1f 100644
--- a/lib/libc/stdlib/Makefile.inc
+++ b/lib/libc/stdlib/Makefile.inc
@@ -1,5 +1,5 @@
# from: @(#)Makefile.inc 5.6 (Berkeley) 6/4/91
-# $Id: Makefile.inc,v 1.11 1993/10/13 21:44:23 jtc Exp $
+# $Id: Makefile.inc,v 1.12 1993/10/19 00:36:34 cgd Exp $
# stdlib sources
.PATH: ${.CURDIR}/arch/${MACHINE}/stdlib ${.CURDIR}/stdlib
@@ -27,8 +27,8 @@ SRCS+= abs.c div.c labs.c ldiv.c atof.c
MAN3+= abort.0 abs.0 alloca.0 atexit.0 atof.0 atoi.0 atol.0 bsearch.0 \
calloc.0 div.0 exit.0 free.0 getenv.0 getopt.0 labs.0 ldiv.0 \
- malloc.0 memory.0 qsort.0 radixsort.0 rand.0 random.0 realloc.0 \
- strtod.0 strtol.0 strtoul.0 system.0
+ malloc.0 memory.0 qsort.0 radixsort.0 rand48.0 rand.0 random.0 \
+ realloc.0 strtod.0 strtol.0 strtoul.0 system.0
MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3
MLINKS+=qsort.3 heapsort.3