From 8378ac5fc10736af92140ec5c6f60a3e26dd8468 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 1 May 1997 08:43:09 +0000 Subject: [PATCH] unconfig right dev --- distrib/miniroot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/miniroot/Makefile b/distrib/miniroot/Makefile index 9ada0b80d47..52605a98726 100644 --- a/distrib/miniroot/Makefile +++ b/distrib/miniroot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/04/29 20:37:09 niklas Exp $ +# $OpenBSD: Makefile,v 1.7 1997/05/01 08:43:09 deraadt Exp $ # $NetBSD: Makefile,v 1.2.4.3 1996/07/04 07:05:32 leo Exp $ # Revision is 2.1 @@ -58,7 +58,7 @@ all: ${CBIN} bsd unconfig: -umount -f ${MOUNT_POINT} - -vnconfig -u ${VND_DEV} + -vnconfig -u ${VND} -/bin/rm -f ${IMAGE} ${CBIN}.conf: ${LISTS} -- 2.20.1