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/sparc | |
parent | c48bf4c6f93698bb9611df3c3d4b9fc6b133c4bc (diff) |
missing parts from last commit
Diffstat (limited to 'lib/libc/arch/sparc')
-rw-r--r-- | lib/libc/arch/sparc/string/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sparc/string/Makefile.inc b/lib/libc/arch/sparc/string/Makefile.inc index 71c87c17e96..5976b9ca922 100644 --- a/lib/libc/arch/sparc/string/Makefile.inc +++ b/lib/libc/arch/sparc/string/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:17:55 tholo Exp $ +# $OpenBSD: Makefile.inc,v 1.4 1999/04/25 00:23:59 millert Exp $ SRCS+= bcmp.c bcopy.c bzero.S ffs.S index.c memchr.c memcmp.c memset.c \ - rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.S \ + rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlcpy.c strlen.S \ strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ strspn.c strstr.c swab.c LSRCS+= bzero.c ffs.c strlen.c |