Module Name: src
Committed By: dsl
Date: Wed Aug 12 21:24:57 UTC 2009
Modified Files:
src/sys/lib/libkern/arch/m68k: Makefile.inc
Log Message:
Remove some .c files accidentally left on the .S lines
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/lib/libkern/arch/m68k/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/lib/libkern/arch/m68k/Makefile.inc
diff -u src/sys/lib/libkern/arch/m68k/Makefile.inc:1.28 src/sys/lib/libkern/arch/m68k/Makefile.inc:1.29
--- src/sys/lib/libkern/arch/m68k/Makefile.inc:1.28 Wed Aug 12 21:20:40 2009
+++ src/sys/lib/libkern/arch/m68k/Makefile.inc Wed Aug 12 21:24:57 2009
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.28 2009/08/12 21:20:40 dsl Exp $
+# $NetBSD: Makefile.inc,v 1.29 2009/08/12 21:24:57 dsl Exp $
SRCS+= bswap16.S bswap32.S bswap64.S
-SRCS+= memchr.c memcmp.S memcpy.S memmove.S memset.S
-SRCS+= strcat.S strchr.S strcmp.S strcasecmp.c
-SRCS+= strcpy.S strlen.S strncmp.S strncasecmp.c strncpy.S strrchr.S
+SRCS+= memcmp.S memcpy.S memmove.S memset.S
+SRCS+= strcat.S strchr.S strcmp.S
+SRCS+= strcpy.S strlen.S strncmp.S strncpy.S strrchr.S
SRCS+= scanc.S skpc.S
SRCS+= htonl.S htons.S ntohl.S ntohs.S
SRCS+= ffs.S