Module Name: src
Committed By: pgoyette
Date: Wed Jan 20 18:13:40 UTC 2010
Modified Files:
src/sys/lib/libkern/arch/mips: Makefile.inc
Log Message:
Remove kern_assert.c - it's not needed here cuz it's already pulled in
by sys/lib/libkern/Makefile.libkern
OK pooka@
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/lib/libkern/arch/mips/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/mips/Makefile.inc
diff -u src/sys/lib/libkern/arch/mips/Makefile.inc:1.22 src/sys/lib/libkern/arch/mips/Makefile.inc:1.23
--- src/sys/lib/libkern/arch/mips/Makefile.inc:1.22 Wed Jan 20 03:36:26 2010
+++ src/sys/lib/libkern/arch/mips/Makefile.inc Wed Jan 20 18:13:40 2010
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.22 2010/01/20 03:36:26 pooka Exp $
+# $NetBSD: Makefile.inc,v 1.23 2010/01/20 18:13:40 pgoyette Exp $
#
# There are likely more that we will notice when we go native
NO_SRCS+= imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c
NO_SRCS+= __main.c
-SRCS+= kern_assert.c memchr.c memcmp.c random.c scanc.c \
+SRCS+= memchr.c memcmp.c random.c scanc.c \
skpc.c strcat.c strcpy.c strcasecmp.c \
strncasecmp.c strncmp.c strncpy.c strtoul.c