summaryrefslogtreecommitdiff
path: root/distrib/miniroot
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-01 11:07:12 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-05-01 11:07:12 +0000
commit9771dc5b6ca8e9faa5df286305460af5b434d603 (patch)
tree229371c36ddb0f392a946730fc8fd95749ae4137 /distrib/miniroot
parentb3550e4e183aa5be7274e3cf085a77f77081721f (diff)
Our cores are of the form *.core
Diffstat (limited to 'distrib/miniroot')
-rw-r--r--distrib/miniroot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile
index c5165e33d0b..5eff6bd4ea5 100644
--- a/distrib/miniroot/Makefile
+++ b/distrib/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 1997/05/01 08:46:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.9 1997/05/01 11:07:11 niklas Exp $
# $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $
# Revision is 2.1
@@ -71,7 +71,7 @@ ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
make -f ${CBIN}.mk all
clean cleandir:
- /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
+ /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
${CBIN}.conf *.o *.lo *.c
beforeinstall: