1 # $NetBSD: Makefile,v 1.2 2020/10/11 14:54:08 jmcneill Exp $ 2 3 .include <bsd.own.mk> 4 .include "${.CURDIR}/Makefile.cdrom" 5 6 CDBASE= evbarm-${MACHINE_ARCH}cd # gives ${CDBASE}.iso 7 CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR 8 CDRELEASE_NODEBUG= true 9 CLEANFILES+= boot.cfg 10 11 prepare_md_post: 12 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" \ 13 < ${.CURDIR}/boot.cfg.in > boot.cfg 14 15 .include "${.CURDIR}/../../common/Makefile.bootcd" 16 17 # Exclude live images from installation media 18 CDRELEASE_EXCLUDE+= -s ',./binary/gzimg.*,,gp' 19