remove memcpy.c -- I forgot this gets built anyway
This commit is contained in:
parent
612c53d05f
commit
16039920c8
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile.inc,v 1.12 1998/08/04 03:38:28 perry Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.13 1998/08/04 03:40:12 perry 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 memcpy.c memset.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 \
|
||||
|
|
Loading…
Reference in New Issue