Browse Source

Install man-page links for strtok_r.

OPENBSD_2_7
art 25 years ago
parent
commit
16cfb0f4b1
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/lib/libc/string/Makefile.inc

+ 2
- 1
src/lib/libc/string/Makefile.inc View File

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

Loading…
Cancel
Save