summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1999-11-09 11:20:42 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1999-11-09 11:20:42 +0000
commit8b78ee8a6b743e746dcc561b3f87a9613735ab08 (patch)
treebf9299902c1f187530dca07355c4e98f132baca2
parent97644f536dc3460029f5359eedaf2a02e16bd451 (diff)
Install man-page links for strtok_r.
-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 1e84f70a985..8e839d662ca 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.8 1999/09/21 16:44:01 espie Exp $
+# $OpenBSD: Makefile.inc,v 1.9 1999/11/09 11:20:41 art Exp $
# string sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/string ${LIBCSRCDIR}/string
@@ -128,3 +128,4 @@ MLINKS+=strcat.3 strncat.3
MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcpy.3 strncpy.3
MLINKS+=strlcpy.3 strlcat.3
+MLINKS+=strtok.3 strtok_r.3