diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-25 00:24:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-25 00:24:00 +0000 |
commit | 7238618343f71add262449933dd11c0c9e6c58f0 (patch) | |
tree | bf466cc9745f6a680c78501336d006b889297f38 /lib/libc/arch/i386 | |
parent | c48bf4c6f93698bb9611df3c3d4b9fc6b133c4bc (diff) |
missing parts from last commit
Diffstat (limited to 'lib/libc/arch/i386')
-rw-r--r-- | lib/libc/arch/i386/string/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/i386/string/Makefile.inc b/lib/libc/arch/i386/string/Makefile.inc index ddfb245e12b..f357d3d8f23 100644 --- a/lib/libc/arch/i386/string/Makefile.inc +++ b/lib/libc/arch/i386/string/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:12:50 tholo Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1999/04/25 00:23:58 millert Exp $ SRCS+= bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S memset.S \ - rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlen.S \ + rindex.S strcat.S strcmp.S strcpy.S strcspn.c strlcpy.c strlen.S \ strncat.c strncmp.S strncpy.c strpbrk.c strsep.c \ strspn.c strstr.c swab.S SRCS+= memcpy.S memmove.S strchr.S strrchr.S |