Put back random.S. Hi dsl!

This commit is contained in:
skrll 2009-08-12 22:49:37 +00:00
parent 6c7a849f95
commit 89ec5e3d9c
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# $NetBSD: Makefile.inc,v 1.29 2009/08/12 21:20:40 dsl Exp $
# $NetBSD: Makefile.inc,v 1.30 2009/08/12 22:49:37 skrll Exp $
SRCS+= byte_swap_2.S byte_swap_4.S ffs.S
SRCS+= memchr.S memcmp.S memcpy.S memmove.S memset.S
SRCS+= random.S
SRCS+= strcat.S strchr.S strcmp.S
SRCS+= strcpy.S strlen.S
SRCS+= strrchr.S