mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Install man page link for strtok_r.
This commit is contained in:
parent
32150a6766
commit
83068b622c
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue