1999-01-15 16:31:15 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.7 1999/01/15 13:31:18 bouyer Exp $
|
1994-03-29 11:10:36 +04:00
|
|
|
|
|
|
|
KMINCLUDES= arch/m68k/DEFS.h arch/m68k/SYS.h
|
1998-02-22 11:40:37 +03:00
|
|
|
KMSRCS= bcmp.S bcopy.S bzero.S ffs.S index.S rindex.S \
|
1998-08-04 05:24:59 +04:00
|
|
|
memcpy.S memmove.S memset.S \
|
1998-02-22 11:40:37 +03:00
|
|
|
strcat.S strchr.S strcmp.S strcpy.S strlen.S strrchr.S strncmp.S strncpy.S \
|
|
|
|
htonl.S htons.S ntohl.S ntohs.S \
|
1999-01-15 16:31:15 +03:00
|
|
|
ashldi3.S ashrdi3.S lshrdi3.S \
|
|
|
|
bswap16.S bswap32.S bswap64.S
|