Makefile.inc revision 1.21
1# $NetBSD: Makefile.inc,v 1.21 1998/08/04 01:14:36 perry Exp $ 2 3SRCS+= __main.c __assert.c \ 4 imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ 5 bswap16.S bswap32.S bswap64.c \ 6 bcmp.S bzero.S ffs.S \ 7 memchr.S memcpy.S memmove.S memset.S \ 8 strcat.S strchr.S strcmp.S strcpy.S strlen.S strncasecmp.c \ 9 strncmp.c strncpy.c strrchr.S \ 10 scanc.S skpc.S \ 11 htonl.S htons.S ntohl.S ntohs.S \ 12 random.S 13