diff options
author | 2009-04-29 18:21:46 +0000 | |
---|---|---|
committer | 2009-04-29 18:21:46 +0000 | |
commit | a28daedfc357b214be5c701aa8ba8adb29a7f1c2 (patch) | |
tree | 8a7c8e514165f4422791e1618bf36b4626e0aa01 /lib/libc/arch/powerpc/string | |
parent | no need for -g in ifconfig netboot group test; ok claudio (diff) | |
download | wireguard-openbsd-a28daedfc357b214be5c701aa8ba8adb29a7f1c2.tar.xz wireguard-openbsd-a28daedfc357b214be5c701aa8ba8adb29a7f1c2.zip |
junk space
Diffstat (limited to 'lib/libc/arch/powerpc/string')
-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 ad7b4d22afc..50febf4edb8 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 \ +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 strlcpy.c strlen.c \ strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ strspn.c strstr.c swab.c |