From db5854a62c639c0df6e17d4ce2080283b63419ec Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 5 Apr 2001 04:38:33 +0000 Subject: [PATCH] Build strtoul.c --- sys/lib/libkern/arch/i386/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/lib/libkern/arch/i386/Makefile.inc b/sys/lib/libkern/arch/i386/Makefile.inc index e652160bc655..7ac8d4329566 100644 --- a/sys/lib/libkern/arch/i386/Makefile.inc +++ b/sys/lib/libkern/arch/i386/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.24 2000/11/01 19:37:19 thorpej Exp $ +# $NetBSD: Makefile.inc,v 1.25 2001/04/05 04:38:33 thorpej Exp $ SRCS+= __main.c __assert.c \ imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ @@ -7,6 +7,6 @@ SRCS+= __main.c __assert.c \ memchr.S memcmp.S memcpy.S memmove.S memset.S \ strcat.S strchr.S strcmp.S strcasecmp.c \ strcpy.S strlen.S strncasecmp.c \ - strncmp.c strncpy.c strrchr.S \ + strncmp.c strncpy.c strtoul.c strrchr.S \ scanc.S skpc.S \ random.S