update for b->mem change in sys/kern; now we need memcmp and memset, not just memchr. AFAIK, memcpy is provided by the compiler or by locore on this platform.

This commit is contained in:
tls 1998-08-20 17:56:22 +00:00
parent fb9171df3d
commit 8a146cd406

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.inc,v 1.9 1998/01/21 21:23:25 cgd Exp $
# $NetBSD: Makefile.inc,v 1.10 1998/08/20 17:56:22 tls Exp $
#
# There are likely more that we will notice when we go native
SRCS+= random.c scanc.c skpc.c strcat.c strcpy.c strncmp.c strncpy.c \
bswap16.c bswap32.c bswap64.c memchr.c \
bswap16.c bswap32.c bswap64.c memchr.c memcmp.c memset.c \
strncasecmp.c __assert.c