Home | History | Annotate | Line # | Download | only in installcd
      1 #	$NetBSD: Makefile,v 1.37 2026/01/07 16:08:23 nia Exp $
      2 
      3 CDBASE=		sparc64cd		# gives ${CDBASE}.iso
      4 CDRELEASE_NODEBUG=	true
      5 CDRELEASE_NOCOMPAT=	true
      6 CDRELEASE_NOHTML=	true
      7 CDRELEASE_NOTESTS=	true
      8 
      9 # miniroot is for non-CD installations and takes up 10MB.
     10 CDRELEASE_EXCLUDE+=	-s ',./installation/miniroot/.*,,gp'
     11 
     12 CDMAKEFSEXTRAOPTS=	-m 700m
     13 
     14 .include "${.CURDIR}/../../../common/Makefile.minibase"
     15 .include "${.CURDIR}/../Makefile.cdrom"
     16