Use ${VND} (not ${VND_DEV}) for vnconfig in unconfig target.

This commit is contained in:
tsutsui 2001-11-09 21:00:04 +00:00
parent c3dc4c8c9e
commit 67c466f89d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2001/10/13 06:15:21 jmc Exp $
# $NetBSD: Makefile,v 1.21 2001/11/09 21:00:04 tsutsui Exp $
TOP= ${.CURDIR}/..
@ -60,7 +60,7 @@ ${IMAGE}.gz: ${TREE} ${LISTS} install.sub
unconfig:
-umount -f ${MOUNT_POINT}
-vnconfig -u ${VND_DEV}
-vnconfig -u ${VND}
-/bin/rm -f ${IMAGE} ${IMAGE}.tmp
# Do not delete this if I change my mind and kill make...

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 2001/10/21 23:23:23 jmc Exp $
# $NetBSD: Makefile,v 1.21 2001/11/09 21:00:04 tsutsui Exp $
TOP= ${.CURDIR}/..
@ -64,7 +64,7 @@ ${IMAGE}.fs: ${TREE} ${LISTS} ${CBIN}
unconfig:
-umount -f ${MOUNT_POINT}
-vnconfig -u ${VND_DEV}
-vnconfig -u ${VND}
-/bin/rm -f ${IMAGE}.fs
# Do not delete this if I change my mind and kill make...