diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-25 17:03:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-25 17:03:59 +0000 |
commit | 3406d5fd52f249f9accfb0beb4bff4ce77133976 (patch) | |
tree | 2dcd1642c6a82569c484fd90fbdc2ac216e9ab99 /distrib/i386 | |
parent | 522bb28637c9f96076e69429444771e23160adae (diff) |
clean bsd too
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/kc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/kc/Makefile b/distrib/i386/floppies/kc/Makefile index 868423423a2..fc1d9fd04b9 100644 --- a/distrib/i386/floppies/kc/Makefile +++ b/distrib/i386/floppies/kc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1996/09/14 03:43:02 deraadt Exp $ +# $Id: Makefile,v 1.9 1996/09/25 17:03:58 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -64,7 +64,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 *.o *.lo *.c + /bin/rm -f *.core bsd ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.lo *.c install: cp ${IMAGE} ${DESTDIR}/snapshot |