Makefile.inc revision 1.19
1#	$NetBSD: Makefile.inc,v 1.19 2007/04/13 22:12:04 matt Exp $
2#
3#	The rest of the lib routines are in machine/macros.h
4#
5SRCS+=	__assert.c \
6	blkcpy.S blkset.S bswap16.S bswap32.S bswap64.S \
7	__main.c memchr.c memcmp.c \
8	random.S \
9	strcasecmp.c strcat.c strcmp.c strcpy.c strncasecmp.c strncmp.c \
10	strncpy.c strlen.c strtoul.c \
11	udiv.S urem.S \
12