From f7cc12cd49fd552f1c3b6a309748ed147c0570c1 Mon Sep 17 00:00:00 2001 From: downsj <> Date: Wed, 21 Aug 1996 03:17:55 +0000 Subject: [PATCH] Make it even out. --- src/lib/libc/stdlib/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index abd46ae1..bc8fb87d 100644 --- a/src/lib/libc/stdlib/Makefile.inc +++ b/src/lib/libc/stdlib/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 1996/08/21 03:12:17 downsj Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1996/08/21 03:17:55 downsj Exp $ # stdlib sources .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/stdlib ${.CURDIR}/stdlib @@ -37,7 +37,8 @@ MAN+= abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \ random.3 realpath.3 strtod.3 strtol.3 strtoul.3 system.3 MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 -MLINKS+=malloc.3 free.3 malloc.3 realloc.3 cfree.3 +MLINKS+=malloc.3 free.3 malloc.3 realloc.3 +MLINKS+=malloc.3 cfree.3 MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 MLINKS+=rand.3 srand.3 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3