diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-25 00:10:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-25 00:10:08 +0000 |
commit | c48bf4c6f93698bb9611df3c3d4b9fc6b133c4bc (patch) | |
tree | 3e59fec2c24a8fc9133c8e952dd3bc45e527199e /lib/libc/string/Makefile.inc | |
parent | c0a834999d2cacf20cd9faa9e14bafa87bd7b550 (diff) |
m68k assembler version of strlcpy(3)
Diffstat (limited to 'lib/libc/string/Makefile.inc')
-rw-r--r-- | lib/libc/string/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 78eee7efa57..ff11ecac6c5 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -1,16 +1,16 @@ -# $OpenBSD: Makefile.inc,v 1.6 1998/11/20 11:18:51 d Exp $ +# $OpenBSD: Makefile.inc,v 1.7 1999/04/25 00:10:07 millert Exp $ # string sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/string ${LIBCSRCDIR}/string SRCS+= bm.c memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \ - strlcat.c strlcpy.c strmode.c strsignal.c strtok.c strxfrm.c \ + strlcat.c strmode.c strsignal.c strtok.c strxfrm.c \ __strerror.c __strsignal.c # machine-dependent net sources # m-d Makefile.inc must include sources for: # bcmp() bcopy() bzero() ffs() index() memchr() memcmp() memset() -# rindex() strcat() strcmp() strcpy() strcspn() strlen() +# rindex() strcat() strcmp() strcpy() strcspn() strlen() strlcpy() # strncat() strncmp() strncpy() strpbrk() strsep() # strspn() strstr() swav() # m-d Makefile.inc may include sources for: |