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/powerpc | |
parent | c48bf4c6f93698bb9611df3c3d4b9fc6b133c4bc (diff) |
missing parts from last commit
Diffstat (limited to 'lib/libc/arch/powerpc')
-rw-r--r-- | lib/libc/arch/powerpc/string/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arch/powerpc/string/Makefile.inc b/lib/libc/arch/powerpc/string/Makefile.inc index a8bdeab3255..ad7b4d22afc 100644 --- a/lib/libc/arch/powerpc/string/Makefile.inc +++ b/lib/libc/arch/powerpc/string/Makefile.inc @@ -1,6 +1,6 @@ # $NetBSD: Makefile.inc,v 1.1 1995/03/20 14:45:47 mycroft Exp $ 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 |