From e46010532d1e19d4da17a2efbc76ff6c81c39ef8 Mon Sep 17 00:00:00 2001 From: dsl Date: Wed, 12 Aug 2009 21:24:57 +0000 Subject: [PATCH] Remove some .c files accidentally left on the .S lines --- sys/lib/libkern/arch/m68k/Makefile.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/lib/libkern/arch/m68k/Makefile.inc b/sys/lib/libkern/arch/m68k/Makefile.inc index a9d347ab318e..f73e9dddda3e 100644 --- a/sys/lib/libkern/arch/m68k/Makefile.inc +++ b/sys/lib/libkern/arch/m68k/Makefile.inc @@ -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