Add some missing things.
This commit is contained in:
parent
e1a2c2904a
commit
ab7671a45e
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile.inc,v 1.13 1998/01/21 21:23:22 cgd Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.14 1998/02/22 06:08:37 mycroft Exp $
|
||||
|
||||
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
bswap16.S bswap32.S bswap64.c memchr.c \
|
||||
bswap16.S bswap32.S bswap64.c memchr.c memset.c \
|
||||
bcmp.c bzero.S ffs.S strcat.c strcmp.c strcpy.c strlen.c strncmp.c \
|
||||
strncpy.c scanc.c skpc.c htonl.S htons.S ntohl.S ntohs.S \
|
||||
random.c strncasecmp.c __assert.c
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile.inc,v 1.16 1998/01/21 21:23:23 cgd Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.17 1998/02/22 06:08:37 mycroft Exp $
|
||||
|
||||
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
bswap16.S bswap32.S bswap64.c memchr.S \
|
||||
bcmp.S ffs.S strcat.S strcmp.S strcpy.S strlen.S strncmp.c \
|
||||
bswap16.S bswap32.S bswap64.c memchr.S memset.c \
|
||||
bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S strncmp.c \
|
||||
strncpy.c scanc.S skpc.S htonl.S htons.S ntohl.S ntohs.S \
|
||||
strncasecmp.c __assert.c
|
||||
random.c strncasecmp.c __assert.c
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile.inc,v 1.6 1998/02/22 05:54:54 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.7 1998/02/22 06:08:37 mycroft Exp $
|
||||
|
||||
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
bswap16.c bswap32.c bswap64.c memchr.c \
|
||||
bswap16.c bswap32.c bswap64.c memchr.c memset.c \
|
||||
bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \
|
||||
strncpy.c scanc.c skpc.c htonl.c htons.c ntohl.c ntohs.c \
|
||||
strncasecmp.c __assert.c
|
||||
random.c strncasecmp.c __assert.c
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile.inc,v 1.18 1998/01/21 21:23:27 cgd Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.19 1998/02/22 06:08:37 mycroft Exp $
|
||||
|
||||
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||
bswap16.c bswap32.c bswap64.c memchr.c \
|
||||
bcmp.c bzero.S strcat.c strcmp.c strcpy.c strlen.S strncmp.c \
|
||||
strncpy.c htonl.S htons.S ntohl.S ntohs.S scanc.c skpc.c \
|
||||
strncasecmp.c __assert.c
|
||||
bswap16.c bswap32.c bswap64.c memchr.c memset.c \
|
||||
bcmp.c bzero.S ffs.S strcat.c strcmp.c strcpy.c strlen.S strncmp.c \
|
||||
strncpy.c scanc.c skpc.c htonl.S htons.S ntohl.S ntohs.S \
|
||||
random.c strncasecmp.c __assert.c
|
||||
|
||||
SRCS+= umul.S mul.S rem.S sdiv.S udiv.S umul.S urem.S
|
||||
SRCS+= mul.S saveregs.S umul.S
|
||||
|
|
Loading…
Reference in New Issue