summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/kc/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-11 09:04:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-11 09:04:18 +0000
commitf6db6aa14ed706c5ba1cd6177fc279f66857184d (patch)
tree5d036e554ef8d0196f5b4ecfadfebc3f3ecdef9c /distrib/i386/floppies/kc/Makefile
parent9766ab828a751831ca6ce02c13b5d9590c200b83 (diff)
delete ${REALIMAGE} on completion
Diffstat (limited to 'distrib/i386/floppies/kc/Makefile')
-rw-r--r--distrib/i386/floppies/kc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/kc/Makefile b/distrib/i386/floppies/kc/Makefile
index 7774e5da32d..cabb59d78b4 100644
--- a/distrib/i386/floppies/kc/Makefile
+++ b/distrib/i386/floppies/kc/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1996/06/02 11:41:40 deraadt Exp $
+# $Id: Makefile,v 1.5 1996/06/11 09:04:17 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -48,7 +48,7 @@ all: ${CBIN}
unconfig:
-umount -f ${MOUNT_POINT}
-vnconfig -u ${VND_DEV}
- -/bin/rm -f ${IMAGE}
+ -/bin/rm -f ${REALIMAGE} ${IMAGE}
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
crunchgen -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${CRUNCHCONF}