13 lines
403 B
Makefile
13 lines
403 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2001/06/19 00:22:45 fvdl Exp $
|
|
|
|
SRCS+= __main.c __assert.c \
|
|
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
|
byte_swap_2.S byte_swap_4.S bswap64.c \
|
|
bcmp.S bzero.S ffs.S \
|
|
memchr.S memcmp.S memcpy.S memmove.S memset.S \
|
|
strcat.S strchr.S strcmp.S strcasecmp.c \
|
|
strcpy.S strlen.S strncasecmp.c \
|
|
strncmp.c strncpy.c strrchr.S \
|
|
scanc.S skpc.S \
|
|
random.S
|