2013-12-06 12:04:52 +01:00
|
|
|
# $NetBSD: Makefile.inc,v 1.6 2013/11/24 03:50:17 christos Exp $
|
2011-02-14 20:36:03 +01:00
|
|
|
|
|
|
|
# objects built from assembler sources
|
2013-12-06 12:04:52 +01:00
|
|
|
SRCS+= bcmp.S bcopy.S ffs.S memchr.S memcmp.S \
|
2011-02-14 20:36:03 +01:00
|
|
|
memcpy.S memmove.S memset.S strcat.S strchr.S \
|
|
|
|
strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S
|
2013-12-06 12:04:52 +01:00
|
|
|
NO_SRCS+= bzero.c
|