Use the new .S files.
This commit is contained in:
parent
799bd513de
commit
0625ac391b
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile.inc,v 1.17 1998/02/22 08:43:27 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.18 1998/02/22 08:45:04 mycroft Exp $
|
||||
|
||||
SRCS+= __main.c __assert.c \
|
||||
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
bswap16.S bswap32.S bswap64.S \
|
||||
bcmp.S bzero.S ffs.S \
|
||||
memchr.c \
|
||||
strcat.S strcmp.S strcpy.S strlen.S strncmp.S strncasecmp.c strncpy.S \
|
||||
memchr.c memcpy.S memset.S \
|
||||
strcat.S strchr.S strcmp.S strcpy.S strlen.S strncmp.S strncasecmp.c strncpy.S strrchr.S \
|
||||
scanc.S skpc.S \
|
||||
htonl.S htons.S ntohl.S ntohs.S \
|
||||
random.S
|
||||
|
|
Loading…
Reference in New Issue