Makefile.inc revision 1.17
11.17Smycroft# $NetBSD: Makefile.inc,v 1.17 1998/02/22 08:43:27 mycroft 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.17Smycroft memchr.c \ 81.17Smycroft strcat.S strcmp.S strcpy.S strlen.S strncmp.S strncasecmp.c strncpy.S \ 91.17Smycroft scanc.S skpc.S \ 101.17Smycroft htonl.S htons.S ntohl.S ntohs.S \ 111.17Smycroft random.S 12