Disable bzero/memset assembler implementation until the dependency

problem on assym.h is sorted out and TRW to get at CACHELINESIZE in
the kernel is determined.
This commit is contained in:
mjl 2001-12-02 11:03:39 +00:00
parent 47cad643f9
commit f14e78b4c3

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile.inc,v 1.18 2001/11/30 02:27:20 mjl Exp $
# $NetBSD: Makefile.inc,v 1.19 2001/12/02 11:03:39 mjl Exp $
SRCS+= __main.c __assert.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 \
memchr.c memcmp.c \
bcmp.c bzero.c \
memchr.c memcmp.c memset.c \
strcat.c strcmp.c strcpy.c strcasecmp.c \
strncasecmp.c strncmp.c strncpy.c \
scanc.c skpc.c \
@ -12,4 +12,4 @@ SRCS+= __main.c __assert.c \
random.c strtoul.c \
syncicache.c
SRCS+= ffs.S bzero.S strlen.S
SRCS+= ffs.S strlen.S