Home | History | Annotate | Line # | Download | only in powerpc
Makefile.inc revision 1.23
      1 #	$NetBSD: Makefile.inc,v 1.23 2003/08/10 21:17:08 matt Exp $
      2 
      3 SRCS+=	__main.c __assert.c \
      4 	imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
      5 	bswap16.c bswap32.c bswap64.c \
      6 	bcmp.c \
      7 	memchr.c memcmp.c \
      8 	strcat.c strcmp.c strcpy.c strcasecmp.c \
      9 	strncasecmp.c strncmp.c strncpy.c \
     10 	scanc.c skpc.c \
     11 	htonl.c htons.c ntohl.c ntohs.c \
     12 	random.c strtoul.c \
     13 	syncicache.c
     14 
     15 SRCS+=	ffs.S memset.S strlen.S
     16