Build strtoul.c
This commit is contained in:
parent
554aa34ee7
commit
db5854a62c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue