NetBSD/sys/lib
chris 9cc0f33345 Tidy up some memory copying cruft:
bcopy.S is no longer needed
memmove and memcpy were both stacking r0 and unstacking it to keep the return value, so push this down into _memcpy.
rename _memcpy.S to memcpy.S.
memmove.S is now just a placeholder otherwise the make system automagically adds a memmove.c file to libkern.
memmove is just another entry point for memcpy.
2001-11-20 00:29:19 +00:00
..
libkern Tidy up some memory copying cruft: 2001-11-20 00:29:19 +00:00
libsa don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
libz Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk> 2001-11-14 21:59:31 +00:00