blob: 0d19bbb7c49aa2f651a1a464743732bfb90d98e1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: Makefile.inc,v 1.18 2001/12/27 00:10:39 shin Exp $
#
# There are likely more that we will notice when we go native
SRCS+= __assert.c bswap64.c memchr.c memcmp.c memset.c random.c scanc.c \
skpc.c strcat.c strcpy.c strcasecmp.c \
strncasecmp.c strncmp.c strncpy.c strtoul.c
SRCS+= byte_swap_2.S byte_swap_4.S ffs.S memcpy.S memset.S memmove.S \
strlen.S strcmp.S
|