Makefile.inc revision 1.18
1# $NetBSD: Makefile.inc,v 1.18 1998/02/22 08:45:04 mycroft 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.S \ 6 bcmp.S bzero.S ffs.S \ 7 memchr.c memcpy.S memset.S \ 8 strcat.S strchr.S strcmp.S strcpy.S strlen.S strncmp.S strncasecmp.c strncpy.S strrchr.S \ 9 scanc.S skpc.S \ 10 htonl.S htons.S ntohl.S ntohs.S \ 11 random.S 12