Don't make memset.c since bzero.o has memset in addition to bzero.

This commit is contained in:
matt 2003-02-24 07:09:18 +00:00
parent 8c1eaadb7a
commit 05a4c83a70
1 changed files with 2 additions and 2 deletions

View File

@ -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 \
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 \
memchr.c memcmp.c memset.c \
memchr.c memcmp.c \
strcat.c strcmp.c strcpy.c strcasecmp.c \
strncasecmp.c strncmp.c strncpy.c \
scanc.c skpc.c \