Makefile.inc revision 1.20
11.20Sthorpej# $NetBSD: Makefile.inc,v 1.20 2000/11/01 19:37:19 thorpej Exp $ 21.1Scgd 31.17SmycroftSRCS+= __main.c __assert.c \ 41.17Smycroft imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ 51.17Smycroft bswap16.S bswap32.S bswap64.S \ 61.17Smycroft bcmp.S bzero.S ffs.S \ 71.19Sperry memchr.c memcmp.S memcpy.S memmove.S memset.S \ 81.20Sthorpej strcat.S strchr.S strcmp.S strcasecmp.c \ 91.20Sthorpej strcpy.S strlen.S strncmp.S strncasecmp.c strncpy.S strrchr.S \ 101.17Smycroft scanc.S skpc.S \ 111.17Smycroft htonl.S htons.S ntohl.S ntohs.S \ 121.17Smycroft random.S 13