diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-21 03:17:56 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-21 03:17:56 +0000 |
commit | fcf09afe11107b3ea3a977bd0d2ef3593fece175 (patch) | |
tree | 50dafd79d38ea118c35c3c154a524eff339e7bf4 | |
parent | af5fb245479c21b57138d2cd39804116813e0cba (diff) |
Make it even out.
-rw-r--r-- | lib/libc/stdlib/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index abd46ae12a5..bc8fb87dff0 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/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 |