diff options
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/Makefile | 4 |
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: |