From cdb062bbb7bd28b70cb6fd30e34ff69c0157da5b Mon Sep 17 00:00:00 2001 From: deberg Date: Fri, 8 Dec 2000 06:30:21 +0000 Subject: [PATCH] add md4c.c --- sys/lib/libkern/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/lib/libkern/Makefile b/sys/lib/libkern/Makefile index e6e962a1b582..49a0c5555ed7 100644 --- a/sys/lib/libkern/Makefile +++ b/sys/lib/libkern/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2000/03/02 07:41:51 itojun Exp $ +# $NetBSD: Makefile,v 1.55 2000/12/08 06:30:21 deberg Exp $ LIB= kern MKPIC= no @@ -23,7 +23,7 @@ SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \ .endif # Other stuff -SRCS+= __cmsg_alignbytes.c inet_addr.c intoa.c md5c.c sha1.c pmatch.c +SRCS+= __cmsg_alignbytes.c inet_addr.c intoa.c md4c.c md5c.c sha1.c pmatch.c # Files to clean up CLEANFILES+= lib${LIB}.o lib${LIB}.po