Install man page link for strtok_r.

This commit is contained in:
John Polstra 1999-01-19 23:45:48 +00:00
parent 32150a6766
commit 83068b622c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42870

View File

@ -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