mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 21:49:06 -04:00
8 lines
166 B
Makefile
8 lines
166 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2009/12/14 01:07:42 matt Exp $
|
|
|
|
SRCS+= bcmp.S bcopy.S bzero.S \
|
|
ffs.S \
|
|
memcpy.S memmove.S \
|
|
strchr.S strrchr.S \
|
|
strcmp.S strlen.S
|