Need strtoul() also.

This commit is contained in:
ragge 2002-09-19 17:37:32 +00:00
parent 771b8c8404
commit 77d3833330
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile.inc,v 1.15 2002/02/24 00:08:22 matt Exp $
# $NetBSD: Makefile.inc,v 1.16 2002/09/19 17:37:32 ragge Exp $
#
# The rest of the lib routines are in machine/macros.h
#
SRCS+= __assert.c __main.c blkcpy.S blkset.S bswap64.S random.S \
strcasecmp.c strncasecmp.c strncmp.c udiv.S urem.S
strcasecmp.c strncasecmp.c strncmp.c strtoul.c udiv.S urem.S