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