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