diff --git a/sys/lib/libkern/Makefile b/sys/lib/libkern/Makefile index dcd4a56d6fa9..3f1c2cb2832e 100644 --- a/sys/lib/libkern/Makefile +++ b/sys/lib/libkern/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 1997/02/16 21:25:18 cgd Exp $ +# $NetBSD: Makefile,v 1.33 1997/04/30 00:53:38 thorpej Exp $ LIB= kern NOPIC= @@ -20,7 +20,7 @@ SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \ .endif # Other stuff -SRCS+= +SRCS+= md5c.c # Files to clean up CLEANFILES+= lib${LIB}.o lib${LIB}.po