Updated with new files from libc.
This commit is contained in:
parent
ef383c95e2
commit
4428e19e76
|
@ -1,7 +1,8 @@
|
|||
# $NetBSD: Makefile.inc,v 1.7 1997/10/09 15:42:35 bouyer Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.8 1997/10/12 21:26:37 mark Exp $
|
||||
|
||||
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
bswap16.c bswap32.c bswap64.c \
|
||||
bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \
|
||||
strncpy.c scanc.c skpc.c htonl.c htons.c ntohl.c ntohs.c \
|
||||
div.S random.c strncasecmp.c __assert.c strchr.c
|
||||
bswap16.c bswap32.c bswap64.c bcmp.c ffs.c strcat.c strcmp.c \
|
||||
strcpy.c strlen.c strncmp.c strncpy.c scanc.c skpc.c random.c \
|
||||
strncasecmp.c __assert.c strchr.c
|
||||
SRCS+= divsi3.S htons.S htonl.S ntohs.S ntohl.S
|
||||
SRCS+= _memcpy.S memcpy.S bcopy.S memset.S bzero.S
|
||||
|
|
Loading…
Reference in New Issue