From 6f731db02ec0f2dfd49ba289c3dff40dbfce8fd6 Mon Sep 17 00:00:00 2001 From: jdp Date: Tue, 19 Jan 1999 23:45:48 +0000 Subject: Install man page link for strtok_r. --- lib/libc/string/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/string') diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 587da37..42c8c39 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -1,5 +1,5 @@ # @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 -# $Id: Makefile.inc,v 1.13 1997/10/21 08:41:15 bde Exp $ +# $Id: Makefile.inc,v 1.14 1998/02/20 08:23:55 jb Exp $ .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/string ${.CURDIR}/../libc/string @@ -27,4 +27,5 @@ MLINKS+=strcat.3 strncat.3 MLINKS+=strcmp.3 strncmp.3 MLINKS+=strcpy.3 strncpy.3 MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3 +MLINKS+=strtok.3 strtok_r.3 .endif -- cgit v1.1