Makefile.inc revision 1.24
1# $NetBSD: Makefile.inc,v 1.24 2000/11/01 19:37:19 thorpej 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 byte_swap_2.S byte_swap_4.S bswap64.c \ 6 bcmp.S bzero.S ffs.S \ 7 memchr.S memcmp.S memcpy.S memmove.S memset.S \ 8 strcat.S strchr.S strcmp.S strcasecmp.c \ 9 strcpy.S strlen.S strncasecmp.c \ 10 strncmp.c strncpy.c strrchr.S \ 11 scanc.S skpc.S \ 12 random.S 13