diff options
author | schwarze <> | 2014-12-06 18:54:55 +0000 |
---|---|---|
committer | schwarze <> | 2014-12-06 18:54:55 +0000 |
commit | 6023656d8c45eb723b7d115cebbb798c866abf5f (patch) | |
tree | 3aee91df6b5a17ef10fb591347976ad5ba0195b4 /src/lib/libc/stdlib/Makefile.inc | |
parent | 46001da00a8d87e0879c23fd670ef1ad33a614e3 (diff) | |
download | openbsd-6023656d8c45eb723b7d115cebbb798c866abf5f.tar.gz openbsd-6023656d8c45eb723b7d115cebbb798c866abf5f.tar.bz2 openbsd-6023656d8c45eb723b7d115cebbb798c866abf5f.zip |
malloc(3) is in the "comp" install set, malloc.conf(5) in "man",
breaking the hardlink between file system entries, confusing apropos(1).
Split malloc.conf(5) out of malloc(3) as suggested by deraadt@.
Feedback and OK jmc@, OK deraadt@ tedu@ jasper@.
Diffstat (limited to 'src/lib/libc/stdlib/Makefile.inc')
-rw-r--r-- | src/lib/libc/stdlib/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/Makefile.inc b/src/lib/libc/stdlib/Makefile.inc index 0c0b1499f8..e95ff11ed6 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.54 2014/08/15 04:14:36 guenther Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.55 2014/12/06 18:54:55 schwarze Exp $ |
2 | 2 | ||
3 | # stdlib sources | 3 | # stdlib sources |
4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/stdlib ${LIBCSRCDIR}/stdlib |
@@ -40,7 +40,7 @@ MLINKS+=insque.3 remque.3 | |||
40 | MLINKS+=labs.3 llabs.3 | 40 | MLINKS+=labs.3 llabs.3 |
41 | MLINKS+=lsearch.3 lfind.3 | 41 | MLINKS+=lsearch.3 lfind.3 |
42 | MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 | 42 | MLINKS+=malloc.3 free.3 malloc.3 realloc.3 malloc.3 calloc.3 |
43 | MLINKS+=malloc.3 reallocarray.3 malloc.3 cfree.3 malloc.3 malloc.conf.5 | 43 | MLINKS+=malloc.3 reallocarray.3 malloc.3 cfree.3 |
44 | MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 | 44 | MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 |
45 | MLINKS+=radixsort.3 sradixsort.3 | 45 | MLINKS+=radixsort.3 sradixsort.3 |
46 | MLINKS+=rand.3 srand.3 rand.3 rand_r.3 | 46 | MLINKS+=rand.3 srand.3 rand.3 rand_r.3 |