Add memset.S instead of memset.c, and remove __main.c.

This commit is contained in:
simonb 1999-02-23 11:06:38 +00:00
parent ca98b383fd
commit faca98eb71

View File

@ -1,8 +1,7 @@
# $NetBSD: Makefile.inc,v 1.13 1999/01/15 13:31:31 bouyer Exp $
# $NetBSD: Makefile.inc,v 1.14 1999/02/23 11:06:38 simonb 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 \
byte_swap_2.S byte_swap_4.S bswap64.c memchr.c memcmp.c memset.c \
strncasecmp.c __assert.c __main.c
SRCS+= memcpy.S strlen.S strcmp.S
bswap64.c memchr.c memcmp.c memset.c strncasecmp.c __assert.c
SRCS+= byte_swap_2.S byte_swap_4.S memcpy.S memset.S strlen.S strcmp.S