summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 21:27:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-10 21:27:32 +0000
commitcaff130af91bf88b1db1901a96ff5544fc643abc (patch)
treeaf2f2abaf39e682861f133b5676845732b1e7b95
parente1f3a8c91d3ddf570554115d7d94fbf8ffa326fa (diff)
clean better
-rw-r--r--sys/lib/libkern/Makefile4
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