summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib/Makefile.inc')
-rw-r--r--src/lib/libc/stdlib/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc
index 6c635ef354..abd46ae12a 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.3 1996/08/10 04:18:48 tholo Exp $ 1# $OpenBSD: Makefile.inc,v 1.4 1996/08/21 03:12:17 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,7 @@ 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 40MLINKS+=malloc.3 free.3 malloc.3 realloc.3 cfree.3
41MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 41MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3
42MLINKS+=rand.3 srand.3 42MLINKS+=rand.3 srand.3
43MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 43MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3