blob: 7e5d52920f5f5e215b657e6277f4de0d3fa13916 (
plain)
1
2
3
4
5
6
7
|
# $Id: Makefile.inc,v 1.2 1997/11/04 19:08:04 chuck Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
memchr.c \
bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \
strncpy.c scanc.c skpc.c locc.c htonl.c htons.c ntohl.c ntohs.c \
div.S random.c strncasecmp.c
|