5423093850
Support different cache line sizes with the same object code in userland. While here, move the function to implementation name space.
13 lines
388 B
Makefile
13 lines
388 B
Makefile
# $NetBSD: Makefile.inc,v 1.14 1999/04/17 21:16:47 ws Exp $
|
|
|
|
SRCS+= __main.c __assert.c \
|
|
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
|
bswap16.c bswap32.c bswap64.c \
|
|
bcmp.c bzero.c ffs.c \
|
|
memchr.c memcmp.c memset.c \
|
|
strcat.c strcmp.c strcpy.c strlen.c strncasecmp.c strncmp.c strncpy.c \
|
|
scanc.c skpc.c \
|
|
htonl.c htons.c ntohl.c ntohs.c \
|
|
random.c \
|
|
syncicache.c
|