Home | History | Annotate | Line # | Download | only in powerpc
Makefile.inc revision 1.16.2.1
      1  1.16.2.1  nathanw #	$NetBSD: Makefile.inc,v 1.16.2.1 2002/01/08 00:32:51 nathanw Exp $
      2       1.1       ws 
      3       1.8  mycroft SRCS+=	__main.c __assert.c \
      4       1.8  mycroft 	imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
      5       1.8  mycroft 	bswap16.c bswap32.c bswap64.c \
      6  1.16.2.1  nathanw 	bcmp.c bzero.c \
      7      1.13    perry 	memchr.c memcmp.c memset.c \
      8  1.16.2.1  nathanw 	strcat.c strcmp.c strcpy.c strcasecmp.c \
      9      1.16  thorpej 	strncasecmp.c strncmp.c strncpy.c \
     10       1.8  mycroft 	scanc.c skpc.c \
     11       1.8  mycroft 	htonl.c htons.c ntohl.c ntohs.c \
     12      1.15     danw 	random.c strtoul.c \
     13      1.14       ws 	syncicache.c
     14  1.16.2.1  nathanw 
     15  1.16.2.1  nathanw SRCS+=	ffs.S strlen.S
     16