Build zauruscd.iso on build.sh iso-image target as other ports.
This commit is contained in:
parent
79fcae9efc
commit
252725cf51
@ -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>
|
||||
|
6
distrib/zaurus/cdroms/Makefile
Normal file
6
distrib/zaurus/cdroms/Makefile
Normal 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>
|
5
distrib/zaurus/cdroms/installcd/Makefile
Normal file
5
distrib/zaurus/cdroms/installcd/Makefile
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user