Makefile.inc revision 1.17
1# $NetBSD: Makefile.inc,v 1.17 1998/02/22 08:43:27 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 \ 8 strcat.S strcmp.S strcpy.S strlen.S strncmp.S strncasecmp.c strncpy.S \ 9 scanc.S skpc.S \ 10 htonl.S htons.S ntohl.S ntohs.S \ 11 random.S 12