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