Makefile.inc revision 1.20
1#	$NetBSD: Makefile.inc,v 1.20 2009/08/14 19:23:54 dsl Exp $
2#
3#	There are likely more that we will notice when we go native
4
5NO_SRCS+= imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c
6NO_SRCS+= __main.c
7
8SRCS+=	byte_swap_2.S byte_swap_4.S ffs.S memcpy.S memset.S memmove.S
9SRCS+=	strlen.S strcmp.S
10