summaryrefslogtreecommitdiff
path: root/distrib/miniroot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/miniroot/Makefile')
-rw-r--r--distrib/miniroot/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile
index 3b4fb51b5a0..6203d75524a 100644
--- a/distrib/miniroot/Makefile
+++ b/distrib/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.13 1997/05/11 20:01:58 millert Exp $
+# $OpenBSD: Makefile,v 1.14 1997/05/14 18:39:02 niklas Exp $
# $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $
# Revision is 2.1
@@ -12,7 +12,7 @@ ARCHDIR= ${.CURDIR}/../${MACHINE}/miniroot
.endif
MOUNT_POINT?= /mnt
-VND?= vnd0
+VND?= svnd0
VND_DEV= /dev/${VND}a
VND_RDEV= /dev/r${VND}a
DISKTYPE= miniroot
@@ -55,7 +55,6 @@ all: ${CBIN} bsd
@echo ""
umount ${MOUNT_POINT}
vnconfig -u ${VND_DEV}
- cat /*bin/* > /dev/null
cp ${REALIMAGE} ${IMAGE}
rm ${REALIMAGE}