blob: 82249df55f5e12fa09628df30468816a63e8c3d2 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.3 2019/09/23 13:42:33 christos Exp $
.include "${.CURDIR}/../Makefile.cdrom"
CDBASE= hppacd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$RELEASEMACHINEDIR
CDRELEASE_NODEBUG= true
.include "${.CURDIR}/../../../common/Makefile.bootcd"
|