diff options
-rw-r--r-- | sys/lib/libkern/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libkern/Makefile b/sys/lib/libkern/Makefile index 83f4888d652..edc3087af21 100644 --- a/sys/lib/libkern/Makefile +++ b/sys/lib/libkern/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/05/01 15:18:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1996/05/10 21:27:31 deraadt Exp $ # $NetBSD: Makefile,v 1.26 1996/04/18 02:14:48 cgd Exp $ LIB= kern @@ -26,6 +26,8 @@ SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \ # Other stuff SRCS+= md5.c +CLEANFILES+= lib${LIB}.o lib${LIB}.po + # mcount cannot be compiled with profiling mcount.po: mcount.o cp mcount.o mcount.po |