summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m88k/string/Makefile.inc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-04-25 00:24:00 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-04-25 00:24:00 +0000
commit7238618343f71add262449933dd11c0c9e6c58f0 (patch)
treebf466cc9745f6a680c78501336d006b889297f38 /lib/libc/arch/m88k/string/Makefile.inc
parentc48bf4c6f93698bb9611df3c3d4b9fc6b133c4bc (diff)
missing parts from last commit
Diffstat (limited to 'lib/libc/arch/m88k/string/Makefile.inc')
-rw-r--r--lib/libc/arch/m88k/string/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arch/m88k/string/Makefile.inc b/lib/libc/arch/m88k/string/Makefile.inc
index 86cf0d0710f..ad317da1878 100644
--- a/lib/libc/arch/m88k/string/Makefile.inc
+++ b/lib/libc/arch/m88k/string/Makefile.inc
@@ -6,7 +6,7 @@
# strspn.c strstr.c swab.S
#SRCS+= memcpy.S memmove.S strchr.S strrchr.S
SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \
- rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
+ rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlcpy.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c
#SRCS+= index.c rindex.c