Makefile.inc revision 1.20
11.20Sdsl# $NetBSD: Makefile.inc,v 1.20 2009/08/14 19:23:54 dsl Exp $ 21.3Scgd# 31.1Sglass# There are likely more that we will notice when we go native 41.1Sglass 51.20SdslNO_SRCS+= imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c 61.20SdslNO_SRCS+= __main.c 71.16Ssimonb 81.19SdslSRCS+= byte_swap_2.S byte_swap_4.S ffs.S memcpy.S memset.S memmove.S 91.19SdslSRCS+= strlen.S strcmp.S 10