add memcmp.S to libkern.

This commit is contained in:
perry 1998-08-04 01:35:57 +00:00
parent 73e9c49b2b
commit 2cc5ae3efa
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.inc,v 1.10 1998/08/04 01:24:59 perry Exp $
# $NetBSD: Makefile.inc,v 1.11 1998/08/04 01:35:57 perry Exp $
KMINCLUDES= arch/i386/SYS.h
KMSRCS= bcmp.S bcopy.S bzero.S ffs.S index.S rindex.S \
memchr.S memcpy.S memmove.S memset.S \
memchr.S memcmp.S memcpy.S memmove.S memset.S \
strcat.S strchr.S strcmp.S strcpy.S strlen.S strrchr.S \
htonl.S htons.S ntohl.S ntohs.S