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