Home | History | Annotate | Line # | Download | only in miniroot
Makefile.inc revision 1.4
      1 #	$NetBSD: Makefile.inc,v 1.4 2000/01/06 03:53:47 simonb Exp $
      2 
      3 VND=		vnd0c
      4 #IMAGESIZE?=	8192 # 512 byte blocks
      5 IMAGESIZE?=	65536 # 512 byte blocks: full 32-meg root.
      6 NEWFSOPTS?=	-c 32 -B le
      7 DISKTYPE?=	miniroot
      8 LABELPROTO?=	${.CURDIR}/../${MACHINE}/miniroot/diskimage.label.proto
      9 
     10 #
     11 # install bootblock, so that we can boot from there
     12 #
     13 BOOTINSTALL= ${DESTDIR}/usr/mdec/installboot ${VND_RDEV} \
     14 	${DESTDIR}/usr/mdec/bootxx_ffs
     15 
     16 # Write preliminary Label so that newfs succeeds when updating label.
     17 PRELABEL=disklabel -rw ${VND_RDEV} ${DISKTYPE}
     18