1 # $NetBSD: Makefile.inc,v 1.3 2001/09/25 19:21:19 is Exp $ 2 3 VND= vnd0c 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