Remove now-non-existant bzero.S from sources list.

This commit is contained in:
jakllsch 2013-11-23 22:23:31 +00:00
parent cd44546d07
commit 40814e46f2

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile.inc,v 1.4 2009/07/30 20:57:17 dsl Exp $
# $NetBSD: Makefile.inc,v 1.5 2013/11/23 22:23:31 jakllsch Exp $
# objects built from assembler sources
SRCS+= bcmp.S bcopy.S bzero.S ffs.S memchr.S memcmp.S \
SRCS+= bcmp.S bcopy.S ffs.S memchr.S memcmp.S \
memcpy.S memmove.S memset.S strcat.S strchr.S \
strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S