Makefile revision 1.8
11.8Sjmcneill# $NetBSD: Makefile,v 1.8 2020/08/05 01:35:18 jmcneill Exp $ 21.1Stsutsui 31.4SgsonLIVEIMGBASE= NetBSD-${DISTRIBVER}-amd64-live # gives ${IMGBASE}.img 41.1Stsutsui 51.7SgsonEMUIMAGEMB?= 1907 # 2GB USB flash memories aren't 2GiB 61.3StsutsuiLIVEIMAGEMB= ${EMUIMAGEMB} 71.8SjmcneillSWAPMB= 0 # No swap 81.8SjmcneillIMAGEHOSTNAME= netbsd 91.8Sjmcneill 101.8SjmcneillFILESDIR!= cd ${.CURDIR}/../../../utils/embedded/files ; pwd 111.8Sjmcneill 121.8SjmcneillSPEC_EXTRA= ${.CURDIR}/spec.emuimage 131.8SjmcneillIMGFILE_EXTRA= \ 141.8Sjmcneill ${FILESDIR}/ec2_init etc/rc.d/ec2_init \ 151.8Sjmcneill ${FILESDIR}/resize_disklabel etc/rc.d/resize_disklabel \ 161.8Sjmcneill ${.CURDIR}/dhcpcd etc/rc.conf.d/dhcpcd \ 171.8Sjmcneill ${.CURDIR}/ec2_init etc/rc.conf.d/ec2_init \ 181.8Sjmcneill ${.CURDIR}/resize_disklabel etc/rc.conf.d/resize_disklabel \ 191.8Sjmcneill ${.CURDIR}/resize_root etc/rc.conf.d/resize_root \ 201.8Sjmcneill ${.CURDIR}/sshd etc/rc.conf.d/sshd 211.1Stsutsui 221.1Stsutsui.include "${.CURDIR}/../Makefile.liveimage" 23