Added assembly files _memcpy.S memcpy.S memmove.S bcopy.S memset.S bzero.S

This commit is contained in:
mark 1997-10-06 00:40:31 +00:00
parent 6740365e8e
commit 1f73d0c21a
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# $NetBSD: Makefile.inc,v 1.1 1996/02/16 20:48:37 mark Exp $
# $NetBSD: Makefile.inc,v 1.2 1997/10/06 00:40:31 mark Exp $
SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \
SRCS+= memcpy.S _memcpy.S bcopy.S memset.S bzero.S
SRCS+= bcmp.c ffs.c index.c memchr.c memcmp.c \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \
strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
strspn.c strstr.c swab.c