Makefile.inc revision 1.12
1# $NetBSD: Makefile.inc,v 1.12 1999/01/15 08:44:27 castor Exp $ 2# 3# There are likely more that we will notice when we go native 4 5SRCS+= random.c scanc.c skpc.c strcat.c strcpy.c strncmp.c strncpy.c \ 6 bswap16.c bswap32.c bswap64.c memchr.c memcmp.c memset.c \ 7 strncasecmp.c __assert.c __main.c 8SRCS+= memcpy.S strlen.S strcmp.S 9