Makefile revision 1.8
1# $NetBSD: Makefile,v 1.8 2021/02/17 08:49:55 dbj Exp $ 2# 3 4.include "${.CURDIR}/../Makefile.cdrom" 5 6CDBASE= boot-com # gives ${CDBASE}.iso 7# HP Proliant iLO serial console is on com1 8CDBOOTOPTIONS= -o console=com0 9 10CDBUILDEXTRA+= boot.cfg # Add boot.cfg file 11CLEANFILES+= boot.cfg 12 13prepare_md_post: 14 ${TOOL_SED} "s/@@VERSION@@/${DISTRIBVER}/" < ${.CURDIR}/../bootcd/boot.cfg.in > boot.cfg 15 16.include "${.CURDIR}/../../../common/Makefile.bootcd" 17