Install strncpy.3 to fix build
This commit is contained in:
parent
dfb89f3791
commit
7bd94317cb
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
||||
# $NetBSD: Makefile.inc,v 1.88 2023/08/11 09:39:39 riastradh Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.89 2023/08/11 13:07:17 ryoon Exp $
|
||||
|
||||
# string sources
|
||||
.PATH: ${ARCHDIR}/string ${.CURDIR}/string
|
||||
|
@ -48,7 +48,7 @@ MAN+= bm.3 bcmp.3 bcopy.3 bstring.3 bzero.3 consttime_memequal.3 \
|
|||
popcount.3 \
|
||||
rindex.3 strcasecmp.3 strcat.3 strchr.3 strcmp.3 strcoll.3 \
|
||||
strcpy.3 strcspn.3 strdup.3 strerror.3 string.3 strings.3 strlcpy.3 \
|
||||
strlen.3 strmode.3 strpbrk.3 strrchr.3 strsep.3 \
|
||||
strlen.3 strmode.3 strncpy.3 strpbrk.3 strrchr.3 strsep.3 \
|
||||
strsignal.3 strspn.3 strstr.3 strtok.3 strxfrm.3 \
|
||||
swab.3 wcstok.3 wcswidth.3 wmemchr.3 wcsdup.3 wcscasecmp.3
|
||||
|
||||
|
|
Loading…
Reference in New Issue