summaryrefslogtreecommitdiffstats
path: root/lib/libc/string/Makefile.inc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-10-03 19:39:20 +0000
committerobrien <obrien@FreeBSD.org>2002-10-03 19:39:20 +0000
commitae09b5969d9b0b71b7ea2ca9782aaffa85ad1935 (patch)
treedd6f27de20a59c8b3a0f1272e9928138faa9ce0f /lib/libc/string/Makefile.inc
parentb8f13ad64366f383744def751f79e415c51f7513 (diff)
downloadFreeBSD-src-ae09b5969d9b0b71b7ea2ca9782aaffa85ad1935.zip
FreeBSD-src-ae09b5969d9b0b71b7ea2ca9782aaffa85ad1935.tar.gz
Add stpcpy(3).
Diffstat (limited to 'lib/libc/string/Makefile.inc')
-rw-r--r--lib/libc/string/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index c612a94..ce73ee1 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -7,8 +7,8 @@ CFLAGS+= -I${.CURDIR}/../libc/locale
# machine-independent string sources
MISRCS+=bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c memcmp.c \
- memcpy.c memmove.c memset.c rindex.c strcasecmp.c strcat.c strchr.c \
- strcmp.c strcoll.c strcpy.c strcspn.c strdup.c strerror.c \
+ memcpy.c memmove.c memset.c rindex.c stpcpy.c strcasecmp.c strcat.c \
+ strchr.c strcmp.c strcoll.c strcpy.c strcspn.c strdup.c strerror.c \
strlcat.c strlcpy.c strlen.c strmode.c strncat.c strncmp.c strncpy.c \
strcasestr.c strnstr.c \
strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \
@@ -34,6 +34,7 @@ MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
MLINKS+=strcasecmp.3 strncasecmp.3
MLINKS+=strcat.3 strncat.3
MLINKS+=strcmp.3 strncmp.3
+MLINKS+=strcpy.3 stpcpy.3
MLINKS+=strcpy.3 strncpy.3
MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3
MLINKS+=strerror.3 strerror_r.3
OpenPOWER on IntegriCloud