summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>1998-09-14 21:34:43 +0000
committerkleink <kleink@NetBSD.org>1998-09-14 21:34:43 +0000
commit25d16c74e09f4eed7e2df95ef4b08b7a1a0f7b1a (patch)
treed718d82eac2e3fc9ce3df5cc54dec5efa923c6ce /lib/libc/string
parentdbebd9b1483d11eb89de25a92a964e5e5758debe (diff)
Install a link for strtok_r(3).
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 7298deb2874..0880b47168a 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,5 +1,5 @@
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
-# $NetBSD: Makefile.inc,v 1.46 1998/08/04 06:25:10 perry Exp $
+# $NetBSD: Makefile.inc,v 1.47 1998/09/14 21:34:43 kleink Exp $
# string sources
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/string ${.CURDIR}/string
@@ -49,3 +49,4 @@ MLINKS+=strcasecmp.3 strncasecmp.3
MLINKS+=strcat.3 strncat.3
MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcpy.3 strncpy.3
+MLINKS+=strtok.3 strtok_r.3