Update for change to vnconfig(8).

This commit is contained in:
thorpej 1997-06-23 21:40:16 +00:00
parent ed4c805216
commit c066db370d
1 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.2 1996/05/18 01:42:22 oki Exp $
# $NetBSD: Makefile.inc,v 1.3 1997/06/23 21:40:16 thorpej Exp $
# TOP is assumed to be defined by Makefile including this one.
@ -16,10 +16,12 @@ LISTS= ${COMMONDIR}/list ${.CURDIR}/list
CRUNCHCONF= ${COMMONDIR}/${CBIN}.conf
MTREE= ${COMMONDIR}/mtree.conf
DISKTYPE= floppy5
all: ${CBIN}
dd if=/dev/zero of=${IMAGE} bs=100k count=12
vnconfig -v -c ${VND_DEV} ${IMAGE}
newfs -O -m 0 -o space -i 5120 -c 80 ${VND_RDEV} floppy5
vnconfig -t ${DISKTYPE} -v -c ${VND_DEV} ${IMAGE}
newfs -O -m 0 -o space -i 5120 -c 80 ${VND_RDEV} ${DISKTYPE}
mount ${VND_DEV} ${MOUNT_POINT}
mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u
TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \