From 7c7abd4b1c73f1ce287c615686f98d4ce72cebad Mon Sep 17 00:00:00 2001 From: jmc <> Date: Wed, 30 Mar 2016 06:38:43 +0000 Subject: for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung --- src/lib/libc/string/Makefile.inc | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'src/lib/libc/string') diff --git a/src/lib/libc/string/Makefile.inc b/src/lib/libc/string/Makefile.inc index ec45da2463..95eb93006b 100644 --- a/src/lib/libc/string/Makefile.inc +++ b/src/lib/libc/string/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.37 2014/12/09 07:28:46 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.38 2016/03/30 06:38:41 jmc Exp $ # string sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/string ${LIBCSRCDIR}/string @@ -33,23 +33,3 @@ MAN+= bcmp.3 bcopy.3 bzero.3 ffs.3 memccpy.3 memchr.3 \ wcscspn.3 wcsdup.3 wcslcpy.3 wcslen.3 wcspbrk.3 wcsrchr.3 wcsspn.3 \ wcsstr.3 wcstok.3 wcswidth.3 wmemchr.3 wmemcmp.3 wmemcpy.3 wmemmove.3 \ wmemset.3 - -MLINKS+=bzero.3 explicit_bzero.3 -MLINKS+=memchr.3 memrchr.3 -MLINKS+=stpcpy.3 stpncpy.3 -MLINKS+=strchr.3 index.3 -MLINKS+=strrchr.3 rindex.3 -MLINKS+=strcasecmp.3 strncasecmp.3 -MLINKS+=strcmp.3 strncmp.3 -MLINKS+=strdup.3 strndup.3 -MLINKS+=strlcpy.3 strlcat.3 -MLINKS+=strlen.3 strnlen.3 -MLINKS+=strstr.3 strcasestr.3 -MLINKS+=strtok.3 strtok_r.3 -MLINKS+=strerror.3 strerror_r.3 -MLINKS+=timingsafe_bcmp.3 timingsafe_memcmp.3 -MLINKS+=wcscasecmp.3 wcsncasecmp.3 -MLINKS+=wcscat.3 wcsncat.3 -MLINKS+=wcscmp.3 wcsncmp.3 -MLINKS+=wcscpy.3 wcsncpy.3 -MLINKS+=wcslcpy.3 wcslcat.3 -- cgit v1.2.3-55-g6feb