Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.71 retrieving revision 1.72 diff -u -p -r1.71 -r1.72 --- src/lib/libc/Makefile 1997/10/22 23:14:04 1.71 +++ src/lib/libc/Makefile 1998/01/22 00:17:11 1.72 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 1997/10/22 23:14:04 lukem Exp $ +# $NetBSD: Makefile,v 1.72 1998/01/22 00:17:11 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 2/3/94 # # All library objects contain sccsid strings by default; they may be @@ -57,7 +57,8 @@ NLS= C.msg Pig.msg de.msg es.msg fi.msg LIBKERN= ${.CURDIR}/../../sys/lib/libkern KSRCS= bcmp.c bzero.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c \ - strncpy.c htonl.c htons.c ntohl.c ntohs.c md5c.c memcmp.c memset.c + strncpy.c htonl.c htons.c ntohl.c ntohs.c md5c.c memcmp.c memset.c \ + memchr.c index.c rindex.c .if (${MACHINE_ARCH} != "alpha") KSRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \ lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \