add memcmp.c

This commit is contained in:
perry 1998-08-04 03:40:43 +00:00
parent 16039920c8
commit 4d4aa090e9
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile.inc,v 1.1.1.1 1998/06/20 05:18:14 eeh Exp $
# $NetBSD: Makefile.inc,v 1.2 1998/08/04 03:40:43 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.S ffs.S \
memchr.c memset.c \
memchr.c memcmp.c memset.c \
strcat.c strcmp.c strcpy.c strlen.S strncasecmp.c strncmp.c strncpy.c \
scanc.c skpc.c \
htonl.S htons.S ntohl.S ntohs.S \