mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 21:49:06 -04:00
12 lines
286 B
Makefile
12 lines
286 B
Makefile
# $NetBSD: Makefile.inc,v 1.31 2009/08/14 19:23:53 dsl 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
|
|
SRCS+= scanc.S skpc.S
|
|
|
|
SRCS+= crc32.c
|