1 # $NetBSD: Makefile.inc,v 1.4 2001/12/17 05:57:33 mhitch Exp $ 2 3 VND= vnd0 4 IMAGESIZE?= 8192 # 512 byte blocks 5 NEWFSOPTS?= -c 64 -B be 6 DISKTYPE?= miniroot 7 8 # 9 # install bootblock, so that we can boot from there 10 # 11 BOOTINSTALL=dd if=${DESTDIR}/usr/mdec/xxboot of=${VND_RDEV} bs=8192 12