mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 22:48:12 -04:00
10 lines
212 B
Makefile
10 lines
212 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2014/08/10 05:47:38 matt Exp $
|
|
|
|
SRCS+= byte_swap_2.S byte_swap_4.S byte_swap_8.S
|
|
SRCS+= memcmp.S
|
|
SRCS+= memcpy.S
|
|
SRCS+= memset.S
|
|
#SRCS+= memmove.S
|
|
#SRCS+= strcmp.S
|
|
#SRCS+= strncmp.S
|