7be7385533
INSTIMAGEMB (for install-images), USBIMAGEMB (for x86 sd0root liveimages), and EMUIMAGEMB (for other liveimages) variables. Per discussion on current-users@: http://mail-index.NetBSD.org/current-users/2012/10/29/msg021368.html
11 lines
273 B
Makefile
11 lines
273 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/11/03 14:25:32 tsutsui Exp $
|
|
|
|
LIVEIMGBASE= NetBSD-${DISTRIBVER}-amd64-live-wd0root # gives ${IMGBASE}.img
|
|
|
|
BOOTDISK= wd0 # for QEMU etc.
|
|
.if defined(EMUIMAGEMB)
|
|
LIVEIMAGEMB= ${EMUIMAGEMB}
|
|
.endif
|
|
|
|
.include "${.CURDIR}/../Makefile.liveimage"
|