summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordownsj <>1996-08-21 03:17:55 +0000
committerdownsj <>1996-08-21 03:17:55 +0000
commit163f78c63c472ad6cbe0db6494906dc135203fdc (patch)
tree183b99783492fb36269330f67c90fef697d4c311 /src
parent8f836bb8759ee5f65dc595c750204ce882afd2ad (diff)
downloadopenbsd-163f78c63c472ad6cbe0db6494906dc135203fdc.tar.gz
openbsd-163f78c63c472ad6cbe0db6494906dc135203fdc.tar.bz2
openbsd-163f78c63c472ad6cbe0db6494906dc135203fdc.zip
Make it even out.
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc
index abd46ae12a..bc8fb87dff 100644
--- a/src/lib/libc/stdlib/Makefile.inc
+++ b/src/lib/libc/stdlib/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.4 1996/08/21 03:12:17 downsj Exp $ 1# $OpenBSD: Makefile.inc,v 1.5 1996/08/21 03:17:55 downsj Exp $
2 2
3# stdlib sources 3# stdlib sources
4.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/stdlib ${.CURDIR}/stdlib 4.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 \
37 random.3 realpath.3 strtod.3 strtol.3 strtoul.3 system.3 37 random.3 realpath.3 strtod.3 strtol.3 strtoul.3 system.3
38 38
39MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3 39MLINKS+=getenv.3 setenv.3 getenv.3 unsetenv.3 getenv.3 putenv.3
40MLINKS+=malloc.3 free.3 malloc.3 realloc.3 cfree.3 40MLINKS+=malloc.3 free.3 malloc.3 realloc.3
41MLINKS+=malloc.3 cfree.3
41MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 42MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
42MLINKS+=rand.3 srand.3 43MLINKS+=rand.3 srand.3
43MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 44MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3