1# $NetBSD: Makefile.inc,v 1.12 2014/03/13 16:09:11 pooka Exp $ 2 3SRCS+= milli.S 4SRCS+= bcopy.S memcpy.S memmove.S 5 6# XXX: spcopy does not really belong in libkern in the first place 7.ifndef RUMPKERNEL 8SRCS+= spcopy.S 9.endif 10 11SRCS+= ffs.c bswap16.c bswap32.c 12