Don't make memset.c since bzero.o has memset in addition to bzero.
This commit is contained in:
parent
8c1eaadb7a
commit
05a4c83a70
|
@ -1,10 +1,10 @@
|
||||||
# $NetBSD: Makefile.inc,v 1.19 2001/12/02 11:03:39 mjl Exp $
|
# $NetBSD: Makefile.inc,v 1.20 2003/02/24 07:09:18 matt Exp $
|
||||||
|
|
||||||
SRCS+= __main.c __assert.c \
|
SRCS+= __main.c __assert.c \
|
||||||
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
||||||
bswap16.c bswap32.c bswap64.c \
|
bswap16.c bswap32.c bswap64.c \
|
||||||
bcmp.c bzero.c \
|
bcmp.c bzero.c \
|
||||||
memchr.c memcmp.c memset.c \
|
memchr.c memcmp.c \
|
||||||
strcat.c strcmp.c strcpy.c strcasecmp.c \
|
strcat.c strcmp.c strcpy.c strcasecmp.c \
|
||||||
strncasecmp.c strncmp.c strncpy.c \
|
strncasecmp.c strncmp.c strncpy.c \
|
||||||
scanc.c skpc.c \
|
scanc.c skpc.c \
|
||||||
|
|
Loading…
Reference in New Issue