aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2013-03-06 19:59:42 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2013-03-06 19:59:42 +0000
commit0e7919f7043a9fa4fd90f35a10399705fb670e49 (patch)
tree004001ec41e20123f4f7ade962bc365bbe84495f /lib/libc/string
parent980c545d7662978813155da54c0c267e3371f4e3 (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index f98dc92f04ac..b997b7b1ddae 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -46,7 +46,8 @@ MLINKS+=strcasecmp.3 strncasecmp.3 \
strcasecmp.3 strcasecmp_l.3 \
strcasecmp.3 strncasecmp_l.3
MLINKS+=strcat.3 strncat.3
-MLINKS+=strchr.3 strrchr.3
+MLINKS+=strchr.3 strrchr.3 \
+ strchr.3 strchrnul.3
MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcoll.3 strcoll_l.3
MLINKS+=strcpy.3 stpcpy.3 \