Build zauruscd.iso on build.sh iso-image target as other ports.

This commit is contained in:
tsutsui 2011-05-29 17:19:31 +00:00
parent 79fcae9efc
commit 252725cf51
3 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# $NetBSD: Makefile,v 1.1 2008/03/31 23:59:06 chris Exp $
# $NetBSD: Makefile,v 1.2 2011/05/29 17:19:31 tsutsui Exp $
SUBDIR= ramdisk .WAIT instkernel
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
SUBDIR= ramdisk .WAIT instkernel cdroms
TARGETS+= release
iso_image:
${MAKEDIRTARGET} cdroms iso_image
.include <bsd.subdir.mk>

View File

@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.1 2011/05/29 17:19:31 tsutsui Exp $
SUBDIR= installcd
TARGETS+= release iso_image
.include <bsd.subdir.mk>

View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile,v 1.1 2011/05/29 17:19:31 tsutsui Exp $
CDBASE= zauruscd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
.include "${.CURDIR}/../../../common/Makefile.bootcd"